summaryrefslogtreecommitdiff
path: root/lib/libalpm/hook.c
AgeCommit message (Expand)Author
2018-08-10libalpm: ignore .hook suffix when sorting hooksJouke Witteveen
2018-05-14Remove all modelines from the projectEli Schwartz
2018-03-14Update coyrights for 2018Allan McRae
2018-03-14hooks: Complain if hook parameters are overwritten. Fixed 2 space leaks.Stefan Klinger
2017-01-04Update copyright yearsAllan McRae
2016-08-30hook.c: replace fstatat with statAndrew Gregory
2016-08-30hook.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