ctdb-common: Add async version of reconfigure in sock_daemon
[samba.git] / ctdb / common / sock_daemon.c
2017-11-21 Amitay Isaacsctdb-common: Add async version of reconfigure in sock_d...
2017-11-21 Amitay Isaacsctdb-common: Add async version of startup in sock_daemon
2017-11-21 Amitay Isaacsctdb-common: Handle errors on unexpected socket close...
2017-11-21 Amitay Isaacsctdb-common: Start listening to sockets only on success...
2017-11-21 Amitay Isaacsctdb-common: Start wait computation only after successf...
2017-11-21 Amitay Isaacsctdb-common: Return status from sock_daemon startup...
2017-11-21 Amitay Isaacsctdb-common: Do not use sock->req outside sock_socket...
2017-11-21 Amitay Isaacsctdb-common: Call missing tevent_wakeup_recv() in sock_...
2017-11-07 Amitay Isaacsctdb-common: Fix stale socket removal
2017-08-29 Martin Schwenkectdb-common: Allow sock_daemon to daemonise during...
2017-08-29 Amitay Isaacsctdb-common: Move PID file creation to sock_daemon_run_...
2017-08-02 Martin Schwenkectdb-common: Rename pidfile_create() -> pidfile_context...
2017-01-16 Amitay Isaacsctdb-common: Add wait_send/wait_recv to sock_daemon_funcs
2017-01-16 Amitay Isaacsctdb-common: Avoid any processing after finishing teven...
2017-01-16 Amitay Isaacsctdb-common: Pass tevent_req to the computation sub...
2017-01-16 Amitay Isaacsctdb-common: Use consistent naming for sock_daemon_run...
2017-01-16 Amitay Isaacsctdb-common: Correct name of sock_daemon_run_send/recv...
2017-01-06 Amitay Isaacsctdb-common: Simplify async computation for sock_socket...
2016-12-27 Volker Lendeckectdb: Fix CID 1398179 Argument cannot be negative
2016-12-18 Amitay Isaacsctdb-common: Add sock_daemon abstraction