Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lib/libalpm/add.c
AgeCommit message (Expand)Author
2008-08-19libalpm/add.c : ensure the old pkg was fully loaded.Xavier Chantry
2008-07-15Fix some memleaks in alpm/add.cNagy Gabor
2008-07-15Fix a wrong FREELIST usage in add.cNagy Gabor
2008-06-04Get rid of double / in database paths.Xavier Chantry
2008-06-04Use correct C type for file sizesDan McGee
2008-05-29Remove PM_TRANS_EVT_EXTRACT_START.Xavier Chantry
2008-05-14Remove wrapper call around versioncmpDan McGee
2008-05-13Cleanup usages of alpm_list_find and alpm_list_remove.Chantry Xavier
2008-05-08Use strdup() instead of a static bufferDan McGee
2008-04-28Rework extract_single_file() temp file creationDan McGee
2008-04-27Remove unnecessary archive_entry_set_pathname() callsDan McGee
2008-04-14Fix compilation errors on x86_64Dan McGee
2008-04-14add.c: added some tracing and improved some variable localityK. Piche
2008-04-10Memory allocation and other small cleanupsDan McGee
2008-04-10Merge branch 'maint'Dan McGee
2008-04-08Correctly use the fd returned my mkstemp()Dan McGee
2008-04-06Remove unnecessary header file, move one macro to util.cDan McGee
2008-04-06libalpm error cleanup, step 1Dan McGee
2008-03-30Merge branch 'maint'Dan McGee
2008-03-28Duplicate the result of archive_entry_pathname.Chantry Xavier
2008-03-23Merge branch 'maint'Dan McGee
2008-03-23memleak fix: ensure backup fname isn't lost if unusedDan McGee
2008-03-17Kill PM_TRANS_TYPE_ADD.Chantry Xavier
2008-03-17Kill some obsolete references to -A option.Chantry Xavier
2008-03-10Remove trans->targetsNagy Gabor
2008-02-07Merge branch 'maint'Dan McGee
2008-02-07libalpm/add.c : safety check for fixing FS#9235.Chantry Xavier
2008-01-21Fix memleak found by add004.pyDan McGee
2008-01-21New --asexplicit optionNagy Gabor
2008-01-11Use dynamic string allocation in package structuresDan McGee
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