summaryrefslogtreecommitdiff
path: root/lib/libalpm/hook.c
AgeCommit message (Expand)Author
2016-01-15Cast events to void* before passing to callbackAllan McRae
2016-01-04Update copyright years for 2016Allan McRae
2015-12-15alpm: Abort ASAP on failure in pre-transaction hooksOlivier Brunel
2015-12-15alpm-hooks: add Description fieldAllan McRae
2015-12-15Show progress processing hooksAllan McRae
2015-12-15Add events ALPM_EVENT_HOOK_{START,DONE}Olivier Brunel
2015-12-15Collect all triggered hooks before running themAllan McRae
2015-11-28hooks: pass matched targets to hooksAndrew Gregory
2015-11-28allow specifying input to scriptletsAndrew Gregory
2015-11-28allow arguments in hook Exec fieldsAndrew Gregory
2015-10-28_alpm_hook_run: check path length before copyingAndrew Gregory
2015-10-27hook.c: print invalid option nameAndrew Gregory
2015-10-27order hooks by file nameAndrew Gregory
2015-10-18validate hooks after parsingAndrew Gregory
2015-10-18run hooks during trans_commitAndrew Gregory
2015-10-18add hook data types and parserAndrew Gregory