summaryrefslogtreecommitdiff
path: root/lib/libalpm/backup.c
AgeCommit message (Expand)Author
2012-02-20Update copyright yearsAllan McRae
2011-12-21include config.h via MakefilesDave Reisner
2011-07-14Allow fileconflict if unowned file moving into backup arrayDan McGee
2011-06-30Fix a few warnings pointed out via clang scan-buildDan McGee
2011-06-28Rename pmbackup_t to alpm_backup_tAllan McRae
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae
2011-06-27Fix several -Wshadow warningsDan McGee
2011-06-22Convert backup list to new pmbackup_t typeDan McGee
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee
2011-03-20Style change: return(x) --> return xDan McGee
2011-01-07Update copyright years for 2011Allan McRae
2010-03-14Bump copyright dates to 2010Dan McGee
2009-10-11typing: a few more fixes for special int typesDan McGee
2009-07-01Update copyright headers and messagesDan McGee
2008-03-23memleak fix: ensure backup fname isn't lost if unusedDan McGee
2007-12-10Update GNU GPL boilerplate and copyright datesDan McGee
2007-12-04libalpm/backup.c : simple refactoring.Chantry Xavier
2007-11-16War on whitespaceDan McGee
2007-08-16Remove support for SHA1 from pacman.Andrew Fyfe
2007-06-05Const correctness!Dan McGee
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee
2007-02-17* A whole mess of backup changesAaron Griffin
2007-01-30K. Piche <kevin.piche@cgi.com>Aaron Griffin
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin
2006-12-22Cleanup from Dan McGee <dpmcgee@gmail.com> and Jürgen Hötzel <juergen@hoet...Aaron Griffin
2006-10-31Numerous changes:Aaron Griffin
2006-10-20A handful of minor changes:Aaron Griffin
2006-10-15Merged frugalware changes (too many to list). Also added some config fileAaron Griffin
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet
2005-05-04fixed a pointer errorAurelien Foret
2005-05-04code cleanupAurelien Foret
2005-03-15Initial revisionJudd Vinet