index
:
pacman
master
threads
working
working-maint
Main repository is at http://projects.archlinux.org/pacman.git/
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libalpm
/
hook.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-23
Update copyright years
Allan McRae
1
-1
/
+1
2019-10-12
move wordsplit into common for sharing
Andrew Gregory
1
-116
/
+3
2019-06-06
hooks: rename type File to Path
Andrew Gregory
1
-2
/
+6
2018-08-10
libalpm: ignore .hook suffix when sorting hooks
Jouke Witteveen
1
-4
/
+12
2018-05-14
Remove all modelines from the project
Eli Schwartz
1
-2
/
+0
2018-03-14
Update coyrights for 2018
Allan McRae
1
-1
/
+1
2018-03-14
hooks: Complain if hook parameters are overwritten. Fixed 2 space leaks.
Stefan Klinger
1
-0
/
+16
2017-01-04
Update copyright years
Allan McRae
1
-1
/
+1
2016-08-30
hook.c: replace fstatat with stat
Andrew Gregory
1
-1
/
+1
2016-08-30
hook.c: replace readdir_r with readdir
Andrew Gregory
1
-14
/
+12
2016-02-23
do not rely on localdb for hook matching
Andrew Gregory
1
-2
/
+2
2016-02-20
Log to file when running hooks
Olivier Brunel
1
-1
/
+1
2016-02-20
Add the missing limits.h include to hook.c
Alastair Hughes
1
-0
/
+1
2016-01-15
Cast events to void* before passing to callback
Allan McRae
1
-2
/
+2
2016-01-04
Update copyright years for 2016
Allan McRae
1
-1
/
+1
2015-12-15
alpm: Abort ASAP on failure in pre-transaction hooks
Olivier Brunel
1
-0
/
+8
2015-12-15
alpm-hooks: add Description field
Allan McRae
1
-0
/
+5
2015-12-15
Show progress processing hooks
Allan McRae
1
-2
/
+15
2015-12-15
Add events ALPM_EVENT_HOOK_{START,DONE}
Olivier Brunel
1
-2
/
+9
2015-12-15
Collect all triggered hooks before running them
Allan McRae
1
-1
/
+10
2015-11-28
hooks: pass matched targets to hooks
Andrew Gregory
1
-17
/
+110
2015-11-28
allow specifying input to scriptlets
Andrew Gregory
1
-1
/
+1
2015-11-28
allow arguments in hook Exec fields
Andrew Gregory
1
-5
/
+124
2015-10-28
_alpm_hook_run: check path length before copying
Andrew Gregory
1
-8
/
+19
2015-10-27
hook.c: print invalid option name
Andrew Gregory
1
-1
/
+1
2015-10-27
order hooks by file name
Andrew Gregory
1
-0
/
+8
2015-10-18
validate hooks after parsing
Andrew Gregory
1
-1
/
+64
2015-10-18
run hooks during trans_commit
Andrew Gregory
1
-0
/
+279
2015-10-18
add hook data types and parser
Andrew Gregory
1
-0
/
+156