summaryrefslogtreecommitdiff
path: root/lib/libalpm/add.c
AgeCommit message (Expand)Author
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee
2011-04-22cleanup: add_pkg() and remove_pkg()Dan McGee
2011-04-21alpm.h: add/improve function documentationRémy Oudompheng
2011-04-20Header inclusion cleanupDan McGee
2011-04-20syntax: if/while statements should have no trailing spaceDan McGee
2011-03-20Style change: return(x) --> return xDan McGee
2011-02-22Remove trans->skip_addDan McGee
2011-01-29alpm: drop old target interfacesXavier Chantry
2011-01-29alpm: new alpm_add_pkg interfaceXavier Chantry
2011-01-10Remove need for floating point division in backendDan McGee
2011-01-07Use size_t for alpm_list sizesAllan McRae
2011-01-07Update copyright years for 2011Allan McRae
2010-12-30Add const to some ALPM function signaturesJakob Gruber
2010-12-12Attempt to stop installation when we encounter problemsDan McGee
2010-12-12Turn libarchive warnings into libalpm warningsDan McGee
2010-10-14Completely separate local and sync db handlingAllan McRae
2010-10-14Separate be_files into be_sync and be_localAllan McRae
2010-10-13Move the cache stuff where it should beDan McGee
2010-07-01Check return value of chdir and getcwdAllan McRae
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