aboutsummaryrefslogtreecommitdiffstats
path: root/src/hooks.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright ranges for 2023Lukas Fleischer2023-04-111-1/+1
* Update copyright ranges for 2022Lukas Fleischer2022-03-111-1/+1
* Call setsid() for hook/notification commandsLukas Fleischer2021-04-041-1/+1
* Redirect standard descriptors for hook/notify commandsLukas Fleischer2021-04-041-8/+5
* Add parameter to redirect stderr to shell_exec()Lukas Fleischer2021-04-041-2/+2
* Fix memory leak in run_hook()Lukas Fleischer2020-10-111-4/+5
* Run hooks quietlyLars Henriksen2020-07-261-15/+20
* Update copyright rangesLukas Fleischer2020-01-301-1/+1
* Fix memory leak in run_hook()Lukas Fleischer2018-08-251-2/+4
* Update copyright rangesLukas Fleischer2017-01-121-1/+1
* hooks.c: Fix window preparation in interactive modeLukas Fleischer2016-02-071-2/+3
* Fix segfault when running hooks in non-interactive modeLukas Fleischer2016-01-161-2/+6
* Add pre-save and post-save hooksLukas Fleischer2016-01-071-0/+63