summaryrefslogtreecommitdiff
path: root/ctdb/common/run_proc.c
Commit message (Expand)AuthorAgeFilesLines
* ctdb: Fix a use-after-free in run_procVolker Lendecke2022-10-061-2/+3
* ctdb: Fix a crash in run_proc_signal_handler()Volker Lendecke2021-05-181-3/+3
* ctdb-common: Fix memory leak in run_procAmitay Isaacs2019-05-141-2/+5
* ctdb-common: Avoid race between fd and signal eventsAmitay Isaacs2019-04-121-0/+7
* ctdb-common: Switch to ETIMEDOUT from ETIMEAmitay Isaacs2018-07-281-1/+1
* ctdb-common: Simplify process registration using linked listAmitay Isaacs2018-06-051-112/+69
* ctdb-common: Update run_proc api to re-assign stdinAmitay Isaacs2017-05-301-3/+10
* ctdb-common: ioctl(.. FIONREAD ..) returns an int valueAmitay Isaacs2017-02-011-1/+2
* ctdb-common: Add run_proc abstractionAmitay Isaacs2016-12-181-0/+527