summaryrefslogtreecommitdiff
path: root/lib/libalpm/trans.c
AgeCommit message (Expand)Author
2012-04-08Various tweaks to support building with excessive GCC warning flagsDan McGee
2012-04-07Make selecting scriptlet shell workAllan McRae
2012-02-20Update copyright yearsAllan McRae
2012-02-13Allow specifying shell for running scriptletsAllan McRae
2011-12-21include config.h via MakefilesDave Reisner
2011-09-30Refactor _alpm_runscriptlet()Dan McGee
2011-09-28Track unresolvable transaction packagesDan McGee
2011-09-20_alpm_runscriptlet(): remove clean_tmpdir variableDan McGee
2011-09-19Be smarter about running ldconfig during removal transactionsDan McGee
2011-09-02Move all callbacks up to the handle levelDan McGee
2011-08-19Remove alpm_option_get_* usage from backendDan McGee
2011-08-18Remove use of no-op accessor functions in libraryDan McGee
2011-07-18replace access() calls for debug info where applicableFlorian Pritz
2011-07-05Allow invalid sync DBs to be returned by the libraryDan McGee
2011-07-02Prefix _alpm_errno_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-06-28Rename pmtransflag_t to alpm_transflag_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-24Move locking functions to handleDan McGee
2011-06-24Add a 'valid' flag to the database objectDan McGee
2011-06-24Move database 'version' check to registration timeDan 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-09Require handle argument to all alpm_trans_*() methodsDan McGee
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee
2011-06-09Require handle argument to alpm_logaction()Dan McGee
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-06-01Merge branch 'maint'Dan McGee
2011-05-19Bail early if we don't have a valid lockfile pathDan McGee
2011-05-19Merge branch 'maint'Dan McGee
2011-05-16trans.c: create transaction prior to checking DB versionDave Reisner
2011-05-04Deal with unused function parameters correctlyAllan McRae
2011-04-20Header inclusion cleanupDan McGee
2011-04-20syntax: if/while statements should have no trailing spaceDan McGee
2011-04-15Merge branch 'maint'Dan McGee
2011-04-09Move documentation of public transaction functions to alpm.hRémy Oudompheng
2011-04-09Fix broken documentation for alpm_trans_prepare()Rémy Oudompheng
2011-04-09libalpm: set pm_errno correctly in alpm_trans_get_flags()Rémy Oudompheng
2011-03-20Style change: return(x) --> return xDan McGee
2011-02-28Check local DB version before continuing transactionDan McGee
2011-02-28Move locking functions to where they are neededDan McGee