summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/trans.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-22include config.h via MakefilesDave Reisner1-2/+0
2011-09-30Refactor _alpm_runscriptlet()Dan McGee1-18/+35
2011-09-28Track unresolvable transaction packagesDan McGee1-0/+3
2011-09-20_alpm_runscriptlet(): remove clean_tmpdir variableDan McGee1-7/+4
2011-09-19Be smarter about running ldconfig during removal transactionsDan McGee1-1/+1
2011-09-03Move all callbacks up to the handle levelDan McGee1-6/+1
2011-08-20Remove alpm_option_get_* usage from backendDan McGee1-3/+3
2011-08-18Remove use of no-op accessor functions in libraryDan McGee1-2/+2
2011-07-18replace access() calls for debug info where applicableFlorian Pritz1-2/+1
2011-07-05Allow invalid sync DBs to be returned by the libraryDan McGee1-8/+0
2011-07-01Prefix _alpm_errno_t members with ALPMAllan McRae1-19/+19
2011-07-01Prefix alpm_transflag_t members with ALPMAllan McRae1-3/+3
2011-07-01Prefix alpm_loglevel_t members with ALPMAllan McRae1-6/+6
2011-06-28Rename pmtransflag_t to alpm_transflag_tAllan McRae1-2/+2
2011-06-28Rename pmtrans_t to alpm_trans_tAllan McRae1-7/+7
2011-06-28Rename pmpkg_t to alpm_pkg_tAllan McRae1-1/+1
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae1-1/+1
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae1-10/+10
2011-06-24Move locking functions to handleDan McGee1-50/+2
2011-06-24Add a 'valid' flag to the database objectDan McGee1-0/+8
2011-06-24Move database 'version' check to registration timeDan McGee1-12/+0
2011-06-14Ensure handle is valid and pm_errno is reset when calling into APIDan McGee1-8/+8
2011-06-14Switch all logging to use handle directlyDan McGee1-7/+7
2011-06-14Move pm_errno onto the handleDan McGee1-42/+28
2011-06-09Require handle argument to all alpm_trans_*() methodsDan McGee1-13/+10
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee1-3/+3
2011-06-09Require handle argument to alpm_logaction()Dan McGee1-1/+1
2011-06-03Remove global handle dependencies from sync/upgrade pathsDan McGee1-2/+2
2011-06-03Remove global handle from remove.cDan McGee1-2/+2
2011-06-03Remove global handle from util.cDan McGee1-7/+6
2011-06-03Push down extern handle variable to files that need itDan McGee1-0/+3
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee1-16/+0
2011-06-01Merge branch 'maint'Dan McGee1-1/+2
2011-05-20Bail early if we don't have a valid lockfile pathDan McGee1-1/+2
2011-05-20Merge branch 'maint'Dan McGee1-9/+10
2011-05-16trans.c: create transaction prior to checking DB versionDave Reisner1-9/+10
2011-05-04Deal with unused function parameters correctlyAllan McRae1-2/+2
2011-04-21Header inclusion cleanupDan McGee1-4/+0
2011-04-21syntax: if/while statements should have no trailing spaceDan McGee1-1/+1
2011-04-16Merge branch 'maint'Dan McGee1-25/+7
2011-04-09Move documentation of public transaction functions to alpm.hRémy Oudompheng1-23/+5
2011-04-09Fix broken documentation for alpm_trans_prepare()Rémy Oudompheng1-2/+2
2011-04-09libalpm: set pm_errno correctly in alpm_trans_get_flags()Rémy Oudompheng1-2/+2
2011-03-21Style change: return(x) --> return xDan McGee1-31/+31
2011-02-28Check local DB version before continuing transactionDan McGee1-2/+13
2011-02-28Move locking functions to where they are neededDan McGee1-7/+48
2011-02-28Fix trans no-argument function definitionsDan McGee1-3/+3
2011-02-27Fix double close of the lock fileJonathan Conder1-8/+5
2011-02-22Remove trans->skip_addDan McGee1-1/+0
2011-01-08Update copyright years for 2011Allan McRae1-1/+1