summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/add.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-04Use correct C type for file sizesDan McGee1-4/+10
2008-05-29Remove PM_TRANS_EVT_EXTRACT_START.Xavier Chantry1-1/+0
2008-05-14Remove wrapper call around versioncmpDan McGee1-1/+1
2008-05-13Cleanup usages of alpm_list_find and alpm_list_remove.Chantry Xavier1-9/+0
2008-05-09Use strdup() instead of a static bufferDan McGee1-14/+24
2008-04-29Rework extract_single_file() temp file creationDan McGee1-29/+35
2008-04-28Remove unnecessary archive_entry_set_pathname() callsDan McGee1-4/+0
2008-04-15Fix compilation errors on x86_64Dan McGee1-2/+2
2008-04-15add.c: added some tracing and improved some variable localityK. Piche1-3/+10
2008-04-11Memory allocation and other small cleanupsDan McGee1-11/+9
2008-04-11Merge branch 'maint'Dan McGee1-6/+4
2008-04-09Correctly use the fd returned my mkstemp()Dan McGee1-6/+4
2008-04-07Remove unnecessary header file, move one macro to util.cDan McGee1-1/+0
2008-04-07libalpm error cleanup, step 1Dan McGee1-1/+1
2008-03-30Merge branch 'maint'Dan McGee1-2/+2
2008-03-29Duplicate the result of archive_entry_pathname.Chantry Xavier1-2/+2
2008-03-23Merge branch 'maint'Dan McGee1-0/+1
2008-03-23memleak fix: ensure backup fname isn't lost if unusedDan McGee1-0/+1
2008-03-18Kill PM_TRANS_TYPE_ADD.Chantry Xavier1-10/+2
2008-03-18Kill some obsolete references to -A option.Chantry Xavier1-1/+1
2008-03-11Remove trans->targetsNagy Gabor1-1/+1
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