summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/add.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-08Merge branch 'maint'Dan McGee1-6/+4
2008-02-07libalpm/add.c : safety check for fixing FS#9235.Chantry Xavier1-6/+4
2008-01-22Fix memleak found by add004.pyDan McGee1-12/+8
2008-01-22New --asexplicit optionNagy Gabor1-9/+8
2008-01-11Use dynamic string allocation in package structuresDan McGee1-2/+4
2008-01-05add.c : fix upgrade026 pactest.Chantry Xavier1-0/+5
2007-12-29add a new upgrade026 pactest for backup handling.Chantry Xavier1-3/+1
2007-12-29libalpm/add.c: disable buggy backup handling code that didn't do anything.Chantry Xavier1-7/+18
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-3/+1
2007-12-03alpm_list : change the alpm_list_find* to return the matching item.Chantry Xavier1-1/+3
2007-12-03Add 4 new pactests to get better code coverage by pactestDan McGee1-1/+1
2007-12-01Ensure 0644 permissions for install and changelog filesAaron Griffin1-0/+2
2007-11-25_alpm_checkconflicts splitNagy Gabor1-35/+13
2007-11-25Fix for sync1003 and sync1004 pactestsNagy Gabor1-1/+1
2007-11-21Remove -F/--freshen operationDan McGee1-11/+2
2007-11-18Add the pmconflict_t type.Nagy Gabor1-2/+2
2007-11-18Simple s/conflict/fileconflict/ renaming.Chantry Xavier1-1/+1
2007-11-17Remove provide.c and provide.h .Chantry Xavier1-1/+0
2007-11-17Generalized alpm_list_find.Nagy Gabor1-1/+1
2007-11-17libalpm: use FREELIST when possibleDan McGee1-2/+1
2007-11-17War on whitespaceDan McGee1-4/+4
2007-11-15Remove REQUIREDBY usage from libalpmDan McGee1-7/+0
2007-11-05Remove the newline automatically added by alpm_logaction.Chantry Xavier1-13/+13
2007-11-05libalpm: use an lstat wrapper so we never dereference dir symlinksDan McGee1-2/+2
2007-11-04Readd scriptlet logging that got lost in an earlier commitDan McGee1-4/+4
2007-09-28Support for localized times in metadataAaron Griffin1-4/+1
2007-09-28Add 'full' parameter to alpm_pkg_loadDan McGee1-2/+2
2007-09-28Remove package name dependency from libalpmDan McGee1-36/+9
2007-09-24libalpm/add.c: fix backup array issueDan McGee1-5/+13
2007-09-19libalpm/add.c : fix backup handling (2)Chantry Xavier1-2/+2
2007-09-18libalpm/add.c : newline fix.Chantry Xavier1-2/+2
2007-09-17trans.c : reworking of transaction interruptionsChantry Xavier1-5/+3
2007-08-26libalpm/add.c : fix backup handling.Chantry Xavier1-1/+1
2007-08-24libalpm: add newlines to all strings passed to log callbackDan McGee1-56/+56
2007-08-20libalpm/add.c,trans.c : cleanup of requiredby handling.Nagy Gabor1-37/+0
2007-08-16Fix some errors spit out by -WextraDan McGee1-4/+4
2007-08-16Clean up MD5 code.Andrew Fyfe1-6/+7
2007-08-16Remove support for SHA1 from pacman.Andrew Fyfe1-31/+6
2007-08-14package.h: implement origin_data union in pmpkg_t structDan McGee1-3/+6
2007-07-16Clean up libalpm/add.c and revise file extraction codeDan McGee1-547/+633
2007-07-15Add --asdeps option to pacmanDan McGee1-2/+6
2007-07-14Ensure requiredby entries are removed during an upgradeDan McGee1-9/+23
2007-07-12Remove versioncmp.{c,h}, clean up selective #ifdefsDan McGee1-1/+0
2007-07-10Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee1-37/+46
2007-07-09Remove gettext from any alpm_logaction callsDan McGee1-15/+23
2007-07-06Various small fixes as suggested by some static code checkersDan McGee1-7/+0
2007-07-02libalpm/add.c : fix for FS #7484Chantry Xavier1-1/+9
2007-07-02libalpm/add.c,util.c : log ARCHIVE_WARN warning to debug output.Chantry Xavier1-2/+10
2007-06-28libalpm/add.c : ignore libarchive warning.Chantry Xavier1-6/+11
2007-06-26Remove unnecessary trans parameter from _alpm_checkdepsNagy Gabor1-1/+1