summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/hook.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-04Update copyright yearsAllan McRae1-1/+1
2016-08-30hook.c: replace fstatat with statAndrew Gregory1-1/+1
2016-08-30hook.c: replace readdir_r with readdirAndrew Gregory1-14/+12
2016-02-23do not rely on localdb for hook matchingAndrew Gregory1-2/+2
2016-02-20Log to file when running hooksOlivier Brunel1-1/+1
2016-02-20Add the missing limits.h include to hook.cAlastair Hughes1-0/+1
2016-01-15Cast events to void* before passing to callbackAllan McRae1-2/+2
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-12-15alpm: Abort ASAP on failure in pre-transaction hooksOlivier Brunel1-0/+8
2015-12-15alpm-hooks: add Description fieldAllan McRae1-0/+5
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