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