Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lib/libalpm/hook.c
AgeCommit message (Expand)Author
2017-05-08hook.c: replace fstatat with statAndrew Gregory
2017-05-08hook.c: replace readdir_r with readdirAndrew Gregory
2016-02-23do not rely on localdb for hook matchingAndrew Gregory
2016-02-20Log to file when running hooksOlivier Brunel
2016-02-20Add the missing limits.h include to hook.cAlastair Hughes
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