summaryrefslogtreecommitdiff
path: root/ctdb/common/sock_daemon.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17ctdb-common: Separate sock_daemon's SIGHUP and SIGUSR1 handlingMartin Schwenke1-1/+60
2021-01-22lib: Make accept_recv() return the listening socketVolker Lendecke1-1/+1
2021-01-22lib: Make accept_recv() return struct samba_sockaddrVolker Lendecke1-1/+1
2019-05-08ctdb:common: Do not print NULL if we don't get a sockpathAndreas Schneider1-1/+1
2018-10-22ctdb-common: Set close-on-exec for startup fdAmitay Isaacs1-1/+7
2018-08-30ctdb-common: Add support for sock daemon to notify of successful startupMartin Schwenke1-0/+26
2018-07-05ctdb-common: Add client pid to connect callback in sock_daemonAmitay Isaacs1-1/+7
2018-05-12Fix spelling s/succesfully/successfully/Mathieu Parent1-1/+1
2017-11-21ctdb-common: Add async version of shutdown in sock_daemonAmitay Isaacs1-9/+59
2017-11-21ctdb-common: Add async version of reconfigure in sock_daemonAmitay Isaacs1-0/+34
2017-11-21ctdb-common: Add async version of startup in sock_daemonAmitay Isaacs1-0/+40
2017-11-21ctdb-common: Handle errors on unexpected socket close in sock_daemonAmitay Isaacs1-3/+16
2017-11-21ctdb-common: Start listening to sockets only on successful startupAmitay Isaacs1-13/+30
2017-11-21ctdb-common: Start wait computation only after successful startupAmitay Isaacs1-11/+22
2017-11-21ctdb-common: Return status from sock_daemon startup()/reconfigure()Amitay Isaacs1-2/+19
2017-11-21ctdb-common: Do not use sock->req outside sock_socket functionsAmitay Isaacs1-3/+4
2017-11-21ctdb-common: Call missing tevent_wakeup_recv() in sock_daemonAmitay Isaacs1-0/+8
2017-11-07ctdb-common: Fix stale socket removalAmitay Isaacs1-15/+16
2017-08-29ctdb-common: Allow sock_daemon to daemonise during startupMartin Schwenke1-1/+7
2017-08-29ctdb-common: Move PID file creation to sock_daemon_run_send()Amitay Isaacs1-10/+12
2017-08-02ctdb-common: Rename pidfile_create() -> pidfile_context_create()Martin Schwenke1-1/+1
2017-01-16ctdb-common: Add wait_send/wait_recv to sock_daemon_funcsAmitay Isaacs1-16/+31
2017-01-16ctdb-common: Avoid any processing after finishing tevent_reqAmitay Isaacs1-2/+1
2017-01-16ctdb-common: Pass tevent_req to the computation sub-functionsAmitay Isaacs1-12/+12
2017-01-16ctdb-common: Use consistent naming for sock_daemon_run computation functionsAmitay Isaacs1-30/+32
2017-01-16ctdb-common: Correct name of sock_daemon_run_send/recv state structureAmitay Isaacs1-15/+15
2017-01-06ctdb-common: Simplify async computation for sock_socket_write_send/recvAmitay Isaacs1-50/+6
2016-12-27ctdb: Fix CID 1398179 Argument cannot be negativeVolker Lendecke1-1/+1
2016-12-18ctdb-common: Add sock_daemon abstractionAmitay Isaacs1-0/+831