summaryrefslogtreecommitdiff
path: root/lib/libalpm/add.c
AgeCommit message (Expand)Author
2008-01-05add.c : fix upgrade026 pactest.Chantry Xavier
2007-12-29add a new upgrade026 pactest for backup handling.Chantry Xavier
2007-12-28libalpm/add.c: disable buggy backup handling code that didn't do anything.Chantry Xavier
2007-12-10Update GNU GPL boilerplate and copyright datesDan McGee
2007-12-02alpm_list : change the alpm_list_find* to return the matching item.Chantry Xavier
2007-12-02Add 4 new pactests to get better code coverage by pactestDan McGee
2007-12-01Ensure 0644 permissions for install and changelog filesAaron Griffin
2007-11-25_alpm_checkconflicts splitNagy Gabor
2007-11-25Fix for sync1003 and sync1004 pactestsNagy Gabor
2007-11-21Remove -F/--freshen operationDan McGee
2007-11-18Add the pmconflict_t type.Nagy Gabor
2007-11-18Simple s/conflict/fileconflict/ renaming.Chantry Xavier
2007-11-17Remove provide.c and provide.h .Chantry Xavier
2007-11-17Generalized alpm_list_find.Nagy Gabor
2007-11-16libalpm: use FREELIST when possibleDan McGee
2007-11-16War on whitespaceDan McGee
2007-11-14Remove REQUIREDBY usage from libalpmDan McGee
2007-11-04Remove the newline automatically added by alpm_logaction.Chantry Xavier
2007-11-04libalpm: use an lstat wrapper so we never dereference dir symlinksDan McGee
2007-11-04Readd scriptlet logging that got lost in an earlier commitDan McGee
2007-09-28Support for localized times in metadataAaron Griffin
2007-09-28Add 'full' parameter to alpm_pkg_loadDan McGee
2007-09-28Remove package name dependency from libalpmDan McGee
2007-09-23libalpm/add.c: fix backup array issueDan McGee
2007-09-18libalpm/add.c : fix backup handling (2)Chantry Xavier
2007-09-17libalpm/add.c : newline fix.Chantry Xavier
2007-09-16trans.c : reworking of transaction interruptionsChantry Xavier
2007-08-26libalpm/add.c : fix backup handling.Chantry Xavier
2007-08-23libalpm: add newlines to all strings passed to log callbackDan McGee
2007-08-20libalpm/add.c,trans.c : cleanup of requiredby handling.Nagy Gabor
2007-08-16Fix some errors spit out by -WextraDan McGee
2007-08-16Clean up MD5 code.Andrew Fyfe
2007-08-16Remove support for SHA1 from pacman.Andrew Fyfe
2007-08-14package.h: implement origin_data union in pmpkg_t structDan McGee
2007-07-15Clean up libalpm/add.c and revise file extraction codeDan McGee
2007-07-15Add --asdeps option to pacmanDan McGee
2007-07-14Ensure requiredby entries are removed during an upgradeDan McGee
2007-07-12Remove versioncmp.{c,h}, clean up selective #ifdefsDan McGee
2007-07-10Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee
2007-07-09Remove gettext from any alpm_logaction callsDan McGee
2007-07-06Various small fixes as suggested by some static code checkersDan McGee
2007-07-01libalpm/add.c : fix for FS #7484Chantry Xavier
2007-07-01libalpm/add.c,util.c : log ARCHIVE_WARN warning to debug output.Chantry Xavier
2007-06-28libalpm/add.c : ignore libarchive warning.Chantry Xavier
2007-06-26Remove unnecessary trans parameter from _alpm_checkdepsNagy Gabor
2007-06-26Don't extract any top-level files in a package that start with '.'Dan McGee
2007-06-20Revert "Fix libarchive permission extraction"Dan McGee
2007-06-05Const correctness!Dan McGee
2007-06-02Remove freespace checking codeDan McGee
2007-05-18Fix libarchive permission extractionAaron Griffin