summaryrefslogtreecommitdiff
path: root/lib/libalpm/add.c
AgeCommit message (Expand)Author
2010-03-14Bump copyright dates to 2010Dan McGee
2010-03-14fix a few warnings reported by clangXavier Chantry
2009-10-11typing: a few more fixes for special int typesDan McGee
2009-09-20Fully implement database lazy loadingDan McGee
2009-09-20Merge branch 'maint'Dan McGee
2009-09-16String improvementsXavier Chantry
2009-09-12Change the interface for target loadingXavier Chantry
2009-09-08Remove transaction typeXavier Chantry
2009-09-08Use sync.c for upgrade transaction prepare and commitNagy Gabor
2009-07-20Fix one bug with .paccheck leftover fileXavier Chantry
2009-07-20Fix fileconflict004Xavier Chantry
2009-07-16Run ldconfig inside chroot.Xavier Chantry
2009-07-01Update copyright headers and messagesDan McGee
2009-04-11Fix for trans001.py (FS#9088)Nagy Gabor
2009-01-18Merge branch 'maint'Dan McGee
2009-01-18Use archive_entry_set_perm instead of archive_entry_set_modeNagy Gabor
2009-01-12Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm...Nagy Gabor
2009-01-03Merge branch 'maint'Dan McGee
2009-01-02Separate local db directory creation and db writeAllan McRae
2008-08-25Change checkdeps and checkdbconflicts to be more flexible.Xavier Chantry
2008-08-23Pass the old package with PM_TRANS_EVT_UPGRADE_STARTNagy Gabor
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