summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/add.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-14Allow fileconflict if unowned file moving into backup arrayDan McGee1-2/+2
2011-07-06Unify package removal codeDan McGee1-1/+1
2011-07-01Prefix _alpm_errno_t members with ALPMAllan McRae1-13/+13
2011-07-01Prefix alpm_transprog_t members with ALPMAllan McRae1-6/+6
2011-07-01Prefix alpm_transevt_t members with ALPMAllan McRae1-4/+4
2011-07-01Prefix alpm_transflag_t members with ALPMAllan McRae1-9/+9
2011-07-01Prefix alpm_loglevel_t members with ALPMAllan McRae1-48/+48
2011-07-01Prefix alpm_pkgreason_t members with ALPMAllan McRae1-3/+3
2011-06-30Make local_db_read() private to the local backendDan McGee1-3/+0
2011-06-30Fix a few warnings pointed out via clang scan-buildDan McGee1-12/+11
2011-06-28Rename pmbackup_t to alpm_backup_tAllan McRae1-3/+3
2011-06-28Rename pmtrans_t to alpm_trans_tAllan McRae1-3/+3
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae1-7/+7
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae1-1/+1
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae1-5/+5
2011-06-22Convert backup list to new pmbackup_t typeDan McGee1-41/+26
2011-06-14Ensure handle is valid and pm_errno is reset when calling into APIDan McGee1-2/+3
2011-06-14Switch all logging to use handle directlyDan McGee1-51/+51
2011-06-14Move pm_errno onto the handleDan McGee1-15/+17
2011-06-14Add handle argument to alpm_(add|remove)_pkg()Dan McGee1-6/+7
2011-06-09commit_single_pkg(): Use handle object directlyDan McGee1-6/+6
2011-06-09Require handle argument to alpm_logaction()Dan McGee1-17/+17
2011-06-09Kill all remaining 'PATH_MAX + 1' usagesDan McGee1-1/+1
2011-06-07Merge branch 'maint'Dan McGee1-1/+1
2011-06-07Remove incorrect output when downloading onlyAllan McRae1-1/+1
2011-06-03Remove global handle dependencies from sync/upgrade pathsDan McGee1-30/+23
2011-06-03Remove global handle from remove.cDan McGee1-1/+1
2011-06-03Remove global handle from util.cDan McGee1-9/+9
2011-06-03Push down extern handle variable to files that need itDan McGee1-0/+3
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee1-6/+0
2011-04-22cleanup: add_pkg() and remove_pkg()Dan McGee1-4/+3
2011-04-21alpm.h: add/improve function documentationRémy Oudompheng1-4/+1
2011-04-21Header inclusion cleanupDan McGee1-2/+0
2011-04-21syntax: if/while statements should have no trailing spaceDan McGee1-1/+1
2011-03-21Style change: return(x) --> return xDan McGee1-17/+17
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-08Use size_t for alpm_list sizesAllan McRae1-2/+2
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-12-30Add const to some ALPM function signaturesJakob Gruber1-1/+1
2010-12-13Attempt to stop installation when we encounter problemsDan McGee1-32/+48
2010-12-13Turn 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-15Bump copyright dates to 2010Dan McGee1-1/+1
2010-03-15fix a few warnings reported by clangXavier Chantry1-0/+2