summaryrefslogtreecommitdiff
path: root/lib/libalpm/trans.c
AgeCommit message (Expand)Author
2018-05-14Remove all modelines from the projectEli Schwartz
2018-03-14Update coyrights for 2018Allan McRae
2017-04-04Ignore comments in INSTALL files (FS#51916)Michael Straube
2017-01-04Update copyright yearsAllan McRae
2016-10-22Represent bitfields as ints, not enumsIvy Foster
2016-02-23make alpm_unlock and trans_interrupt async safeAndrew Gregory
2016-01-15Cast events to void* before passing to callbackAllan McRae
2016-01-04Update copyright years for 2016Allan McRae
2015-12-15Add ALPM_EVENT_TRANSACTION_{START,DONE} eventsAllan McRae
2015-11-28allow specifying input to scriptletsAndrew Gregory
2015-10-18run hooks during trans_commitAndrew Gregory
2015-09-20check fileconflicts and diskspace outside commitAndrew Gregory
2015-02-01Update copyright notices for 2015Allan McRae
2015-02-01Merge branch 'maint'Allan McRae
2015-02-01trans_commit: restore pm_errno after updating logAndrew Gregory
2014-12-24_alpm_runscriptlet: free memory on errorAllan McRae
2014-10-13sync.c: download packages before starting commitAndrew Gregory
2014-09-23wrap fgets to retry on EINTRAndrew Gregory
2014-08-04trans_commit: log beginning and end of transactionAndrew Gregory
2014-08-04handle_unlock: log lock removal failureAndrew Gregory
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-06Update copyright years for 2014Allan McRae
2013-12-19trans_prepare: always sort trans->remove by depsAndrew Gregory
2013-11-15Fix whitespace and other formatting issuesJason St. John
2013-02-13Add format attributes to all required functionsAllan McRae
2013-01-03Update copyright year for 2013Allan McRae
2012-09-18Fix documentation typoAllan McRae
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