summaryrefslogtreecommitdiff
path: root/ctdb/common/run_proc.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-06ctdb: Fix a use-after-free in run_procVolker Lendecke1-2/+3
2021-05-18ctdb: Fix a crash in run_proc_signal_handler()Volker Lendecke1-3/+3
2019-05-14ctdb-common: Fix memory leak in run_procAmitay Isaacs1-2/+5
2019-04-12ctdb-common: Avoid race between fd and signal eventsAmitay Isaacs1-0/+7
2018-07-28ctdb-common: Switch to ETIMEDOUT from ETIMEAmitay Isaacs1-1/+1
2018-06-05ctdb-common: Simplify process registration using linked listAmitay Isaacs1-112/+69
2017-05-30ctdb-common: Update run_proc api to re-assign stdinAmitay Isaacs1-3/+10
2017-02-01ctdb-common: ioctl(.. FIONREAD ..) returns an int valueAmitay Isaacs1-1/+2
2016-12-18ctdb-common: Add run_proc abstractionAmitay Isaacs1-0/+527