summaryrefslogtreecommitdiff
path: root/lib/libalpm/add.c
AgeCommit message (Expand)Author
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
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