ctdb: Remove an unnecessary cast
[vlendec/samba-autobuild/.git] / ctdb / common / sock_daemon.c
2022-01-17 Martin Schwenkectdb-common: Separate sock_daemon's SIGHUP and SIGUSR1...
2021-01-22 Volker Lendeckelib: Make accept_recv() return the listening socket
2021-01-22 Volker Lendeckelib: Make accept_recv() return struct samba_sockaddr
2019-05-08 Andreas Schneiderctdb:common: Do not print NULL if we don't get a sockpath
2018-10-22 Amitay Isaacsctdb-common: Set close-on-exec for startup fd
2018-08-30 Martin Schwenkectdb-common: Add support for sock daemon to notify...
2018-07-05 Amitay Isaacsctdb-common: Add client pid to connect callback in...
2018-05-12 Mathieu ParentFix spelling s/succesfully/successfully/
2017-11-21 Amitay Isaacsctdb-common: Add async version of shutdown in sock_daemon
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