summaryrefslogtreecommitdiff
path: root/lib/libalpm/trans.c
Commit message (Expand)AuthorAge
* Ignore comments in INSTALL files (FS#51916)Michael Straube2017-04-04
* Update copyright yearsAllan McRae2017-01-04
* Represent bitfields as ints, not enumsIvy Foster2016-10-22
* make alpm_unlock and trans_interrupt async safeAndrew Gregory2016-02-23
* Cast events to void* before passing to callbackAllan McRae2016-01-15
* Update copyright years for 2016Allan McRae2016-01-04
* Add ALPM_EVENT_TRANSACTION_{START,DONE} eventsAllan McRae2015-12-15
* allow specifying input to scriptletsAndrew Gregory2015-11-28
* run hooks during trans_commitAndrew Gregory2015-10-18
* check fileconflicts and diskspace outside commitAndrew Gregory2015-09-20
* Update copyright notices for 2015Allan McRae2015-02-01
* Merge branch 'maint'Allan McRae2015-02-01
|\
| * trans_commit: restore pm_errno after updating logAndrew Gregory2015-02-01
* | _alpm_runscriptlet: free memory on errorAllan McRae2014-12-24
|/
* sync.c: download packages before starting commitAndrew Gregory2014-10-13
* wrap fgets to retry on EINTRAndrew Gregory2014-09-23
* trans_commit: log beginning and end of transactionAndrew Gregory2014-08-04
* handle_unlock: log lock removal failureAndrew Gregory2014-08-04
* Remove ts and sw from vim modeline when noet is setFlorian Pritz2014-01-28
* Update copyright years for 2014Allan McRae2014-01-06
* trans_prepare: always sort trans->remove by depsAndrew Gregory2013-12-19
* Fix whitespace and other formatting issuesJason St. John2013-11-15
* Add format attributes to all required functionsAllan McRae2013-02-13
* Update copyright year for 2013Allan McRae2013-01-03
* Fix documentation typoAllan McRae2012-09-18
* Various tweaks to support building with excessive GCC warning flagsDan McGee2012-04-08
* Make selecting scriptlet shell workAllan McRae2012-04-07
* Update copyright yearsAllan McRae2012-02-20
* Allow specifying shell for running scriptletsAllan McRae2012-02-13
* include config.h via MakefilesDave Reisner2011-12-21
* 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