summaryrefslogtreecommitdiff
path: root/lib/libalpm/add.c
AgeCommit message (Expand)Author
2012-05-20Merge branch 'maint'Dan McGee
2012-05-04Ensure pre_upgrade scriptlet gets old package versionDan McGee
2012-02-20Update copyright yearsAllan McRae
2012-01-07Clean up <inttypes.h> header inclusionsDan McGee
2011-12-21include config.h via MakefilesDave Reisner
2011-11-16Add helper method for creating and opening archive objectDan McGee
2011-11-13add support for back end fnmatch'd optionsDave Reisner
2011-11-01Add OPEN() and CLOSE() util macrosDan McGee
2011-11-01Merge branch 'maint'Dan McGee
2011-10-27Introduce ALPM_BUFFER_SIZE constantDan McGee
2011-10-12Move infrequently used path variables off the stackDan McGee
2011-10-12Extract a try_rename helper from extract_single_file()Dan McGee
2011-10-12Introduce alpm_time_t typeDan McGee
2011-09-30Revamp scriptlet path formation for scriptlets in local databaseDan McGee
2011-09-30Refactor _alpm_runscriptlet()Dan McGee
2011-09-21Remove noisy debug loggerDan McGee
2011-09-19Use more efficient way of restoring working directoryDan McGee
2011-09-02Former transaction callback rename refactorDan McGee
2011-09-02Move all callbacks up to the handle levelDan McGee
2011-08-19Be more robust when copying package dataDan McGee
2011-08-18Remove use of no-op accessor functions in libraryDan McGee
2011-07-14Allow fileconflict if unowned file moving into backup arrayDan McGee
2011-07-06Unify package removal codeDan McGee
2011-07-02Prefix _alpm_errno_t members with ALPMAllan McRae
2011-07-02Prefix alpm_transprog_t members with ALPMAllan McRae
2011-07-02Prefix alpm_transevt_t members with ALPMAllan McRae
2011-07-02Prefix alpm_transflag_t members with ALPMAllan McRae
2011-07-02Prefix alpm_loglevel_t members with ALPMAllan McRae
2011-07-02Prefix alpm_pkgreason_t members with ALPMAllan McRae
2011-06-30Make local_db_read() private to the local backendDan McGee
2011-06-30Fix a few warnings pointed out via clang scan-buildDan McGee
2011-06-28Rename pmbackup_t to alpm_backup_tAllan McRae
2011-06-28Rename pmtrans_t to alpm_trans_tAllan McRae
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae
2011-06-22Convert backup list to new pmbackup_t typeDan McGee
2011-06-14Ensure handle is valid and pm_errno is reset when calling into APIDan McGee
2011-06-13Switch all logging to use handle directlyDan McGee
2011-06-13Move pm_errno onto the handleDan McGee
2011-06-13Add handle argument to alpm_(add|remove)_pkg()Dan McGee
2011-06-09commit_single_pkg(): Use handle object directlyDan McGee
2011-06-09Require handle argument to alpm_logaction()Dan McGee
2011-06-09Kill all remaining 'PATH_MAX + 1' usagesDan McGee
2011-06-07Merge branch 'maint'Dan McGee
2011-06-07Remove incorrect output when downloading onlyAllan McRae
2011-06-03Remove global handle dependencies from sync/upgrade pathsDan McGee
2011-06-03Remove global handle from remove.cDan McGee
2011-06-03Remove global handle from util.cDan McGee
2011-06-03Push down extern handle variable to files that need itDan McGee