summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/hook.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-15Show progress processing hooksAllan McRae1-2/+15
2015-12-15Add events ALPM_EVENT_HOOK_{START,DONE}Olivier Brunel1-2/+9
2015-12-15Collect all triggered hooks before running themAllan McRae1-1/+10
2015-11-28hooks: pass matched targets to hooksAndrew Gregory1-17/+110
2015-11-28allow specifying input to scriptletsAndrew Gregory1-1/+1
2015-11-28allow arguments in hook Exec fieldsAndrew Gregory1-5/+124
2015-10-28_alpm_hook_run: check path length before copyingAndrew Gregory1-8/+19
2015-10-27hook.c: print invalid option nameAndrew Gregory1-1/+1
2015-10-27order hooks by file nameAndrew Gregory1-0/+8
2015-10-18validate hooks after parsingAndrew Gregory1-1/+64
2015-10-18run hooks during trans_commitAndrew Gregory1-0/+279
2015-10-18add hook data types and parserAndrew Gregory1-0/+156