summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/add.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-07Remove incorrect output when downloading onlyAllan McRae1-1/+1
2011-02-22Remove trans->skip_addDan McGee1-8/+0
2011-01-29alpm: drop old target interfacesXavier Chantry1-61/+0
2011-01-29alpm: new alpm_add_pkg interfaceXavier Chantry1-0/+64
2011-01-10Remove need for floating point division in backendDan McGee1-11/+11
2011-01-07Use size_t for alpm_list sizesAllan McRae1-2/+2
2011-01-07Update copyright years for 2011Allan McRae1-1/+1
2010-12-30Add const to some ALPM function signaturesJakob Gruber1-1/+1
2010-12-12Attempt to stop installation when we encounter problemsDan McGee1-32/+48
2010-12-12Turn libarchive warnings into libalpm warningsDan McGee1-2/+2
2010-10-14Completely separate local and sync db handlingAllan McRae1-1/+1
2010-10-14Separate be_files into be_sync and be_localAllan McRae1-2/+2
2010-10-13Move the cache stuff where it should beDan McGee1-1/+0
2010-07-01Check return value of chdir and getcwdAllan McRae1-5/+11
2010-03-14Bump copyright dates to 2010Dan McGee1-1/+1
2010-03-14fix a few warnings reported by clangXavier Chantry1-0/+2
2009-10-11typing: a few more fixes for special int typesDan McGee1-1/+1
2009-09-20Fully implement database lazy loadingDan McGee1-6/+7
2009-09-20Merge branch 'maint'Dan McGee1-1/+1
2009-09-16String improvementsXavier Chantry1-2/+2
2009-09-12Change the interface for target loadingXavier Chantry1-9/+20
2009-09-08Remove transaction typeXavier Chantry1-92/+8
2009-09-08Use sync.c for upgrade transaction prepare and commitNagy Gabor1-86/+1
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-12Rename 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-02Separate local db directory creation and db writeAllan McRae1-0/+10
2008-08-25Change 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-19libalpm/add.c : ensure the old pkg was fully loaded.Xavier Chantry1-0/+3
2008-07-15Fix some memleaks in alpm/add.cNagy Gabor1-7/+13
2008-07-15Fix 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-08Use strdup() instead of a static bufferDan McGee1-14/+24
2008-04-28Rework extract_single_file() temp file creationDan McGee1-29/+35
2008-04-27Remove unnecessary archive_entry_set_pathname() callsDan McGee1-4/+0
2008-04-14Fix compilation errors on x86_64Dan McGee1-2/+2
2008-04-14add.c: added some tracing and improved some variable localityK. Piche1-3/+10
2008-04-10Memory allocation and other small cleanupsDan McGee1-11/+9
2008-04-10Merge branch 'maint'Dan McGee1-6/+4