summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/add.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-17String improvementsXavier Chantry1-2/+2
2009-07-20Fix one bug with .paccheck leftover fileXavier Chantry1-2/+5
2009-07-20Fix fileconflict004Xavier Chantry1-26/+22
2009-07-16Run ldconfig inside chroot.Xavier Chantry1-1/+0
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2009-04-11Fix for trans001.py (FS#9088)Nagy Gabor1-1/+1
2009-01-18Merge branch 'maint'Dan McGee1-2/+2
2009-01-18Use archive_entry_set_perm instead of archive_entry_set_modeNagy Gabor1-2/+2
2009-01-13Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm...Nagy Gabor1-3/+3
2009-01-03Merge branch 'maint'Dan McGee1-0/+10
2009-01-03Separate local db directory creation and db writeAllan McRae1-0/+10
2008-08-26Change checkdeps and checkdbconflicts to be more flexible.Xavier Chantry1-1/+1
2008-08-23Pass the old package with PM_TRANS_EVT_UPGRADE_STARTNagy Gabor1-5/+6
2008-08-20libalpm/add.c : ensure the old pkg was fully loaded.Xavier Chantry1-0/+3
2008-07-16Fix some memleaks in alpm/add.cNagy Gabor1-7/+13
2008-07-16Fix a wrong FREELIST usage in add.cNagy Gabor1-1/+2
2008-06-04Get rid of double / in database paths.Xavier Chantry1-2/+2
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