ctdb-daemon: Bind to Unix domain socket after PID file creation
[sfrench/samba-autobuild/.git] / ctdb / server / ctdb_daemon.c
2016-09-22 Martin Schwenkectdb-daemon: Bind to Unix domain socket after PID file...
2016-09-22 Martin Schwenkectdb-daemon: Use PID file abstraction
2016-09-19 Amitay Isaacsctdb-daemon: Avoid extra condition in tevent trace...
2016-08-17 Martin Schwenkectdb-daemon: Fix CID 1362723 Unchecked return value...
2016-08-17 Martin Schwenkectdb-daemon: Fix CID 1362726 Unchecked return value...
2016-07-28 Martin Schwenkectdb-daemon: Fix CID 1364527/8/9: Null pointer derefere...
2016-07-05 Amitay Isaacsctdb-daemon: Log ctdb socket in the main daemon
2016-07-05 Amitay Isaacsctdb-daemon: Check if method is initialized before...
2016-06-08 Amitay Isaacsctdb-daemon: Use lib/util functions instead of redefini...
2016-04-25 Volker Lendeckectdbd: Use talloc_memdup where appropriate
2016-04-23 Amitay Isaacsctdb-daemon: Avoid memory leak
2016-02-06 Michael Adamdlist: remove unneeded type argument from DLIST_ADD_END()
2015-11-15 Amitay Isaacsctdb-server: Replace ctdb_logging.h with common/logging.h
2015-11-15 Amitay Isaacsctdb-daemon: Move switch_from_server_to_client() to...
2015-11-06 Mathieu ParentFix various spelling errors
2015-11-03 Amitay Isaacsctdb-daemon: Remove struct ctdb_client_notify_deregister
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_client_notify_register...
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_node_map to ctdb_node_m...
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_reply_control to ctdb_r...
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_req_control to ctdb_req...
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_req_message to ctdb_req...
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_reply_call to ctdb_repl...
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_req_call to ctdb_req_ca...
2015-10-30 Amitay Isaacsctdb-daemon: Separate prototypes for common client...
2015-10-30 Amitay Isaacsctdb-build: Calculate correct version when building...
2015-10-30 Amitay Isaacsctdb-daemon: Remove dependency on includes.h
2015-10-30 Amitay Isaacsctdb-daemon: Stop using tevent compatibility definitions
2015-10-30 Amitay Isaacsctdb-daemon: Separate prototypes for system specific...
2015-10-07 Amitay Isaacsctdb-daemon: Use reqid abstraction
2015-10-07 Amitay Isaacsctdb-daemon: formatting fix
2015-10-07 Amitay Isaacsctdb-daemon: Replace ctdb_message with srvid abstraction
2015-09-03 Volker Lendeckectdb: Fix a 32-bit problem
2015-07-21 Martin Schwenkectdb-daemon: Ignore SIGUSR1
2015-07-01 Martin Schwenkectdb-daemon: Promote debug messages about --start-as...
2015-06-25 Michael Adamctdb: remove useless setting of variable domain_socket_name
2015-05-13 Martin Schwenkectdb-daemon: Move release of all IPs to startup
2015-05-13 Martin Schwenkectdb-daemon: Never release all IPs when DisableIPFailov...
2015-05-10 Martin Schwenkectdb-daemon: Drop interface monitoring
2015-03-23 Martin Schwenkectdb-daemon: New control CTDB_CONTROL_GET_NODES_FILE
2015-03-23 Martin Schwenkectdb-daemon: Store node addresses as ctdb_sock_addr...
2015-03-23 Martin Schwenkectdb-daemon: Set node PNN in one place
2015-03-23 Martin Schwenkectdb-daemon: Move VNN map initialisation out of node...
2014-10-28 Amitay Isaacsctdb: Rename CTDB_VERSION to CTDB_PROTOCOL
2014-10-28 Martin Schwenkectdb-logging: Replace logd code with a basic syslog...
2014-09-12 Amitay Isaacsctdb-daemon: Decrement pending calls statistics when...
2014-09-12 Amitay Isaacsctdb-daemon: Make sure ctdb runs with real-time priority
2014-09-11 Amitay Isaacsctdb-daemon: Increment pending calls statistics correctly
2014-09-09 Martin Schwenkectdb-util: Rename db_wrap to tdb_wrap and make it a...
2014-09-09 Martin Schwenkectdb-daemon: Move some inline declarations to header...
2014-09-05 Amitay Isaacsctdb-daemon: Remove duplicate code with refactored...
2014-07-05 Martin Schwenkectdb-daemon: Remove ctdbd_pid global variable
2014-07-05 Martin Schwenkectdb-daemon: Check PID in ctdb_remove_pidfile(), not...
2014-07-05 Martin Schwenkectdb-daemon: Exit if setting the session ID fails
2014-06-12 Amitay Isaacsctdb-daemon: Rename ctdb_lockdown_memory to lockdown_memory
2014-06-12 Amitay Isaacsctdb-daemon: Instead of passing ctdb context, pass...
2014-06-12 Amitay Isaacsctdb-daemon: Rename block_signal to ignore_signal
2014-06-12 Amitay Isaacsctdb-common: Drop ctdb prefix from utility functions...
2014-06-12 Amitay Isaacsctdb-common: Changing scheduler policy does not require...
2014-01-17 Martin Schwenkectdb/daemon: Untangle serialisation of 1st recovery...
2014-01-16 Amitay Isaacsctdb-daemon: No need to call event scripts with CTDB_CA...
2013-11-19 Amitay Isaacsctdb-server: Coverity fixes
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-10-22 Martin Schwenkectdbd: Pass the public address file location in ctdb...
2013-10-04 Amitay Isaacsctdbd: Remove transaction code related to TRANS2 commits
2013-07-19 Martin Schwenkectdbd: Sleep at exit to allow time for log messages...
2013-07-19 Martin Schwenkectdbd: Exit if something is already listening on CTDB...
2013-07-11 Sumit BoseFixes for various issues found by Coverity
2013-07-05 Martin Schwenkectdbd: Use ctdb_die() on "setup" event failure
2013-07-05 Martin Schwenkectdbd: Avoid a core dump when "init" event fails
2013-06-22 Martin Schwenkectdbd: Fix panic on overlapping shutdowns
2013-06-22 Martin Schwenkectdbd: Refactor shutdown sequence
2013-06-20 Martin Schwenkectdbd: "init" event should run earlier in daemon initia...
2013-06-14 Mathieu Parentbuild: Fix tdb.h path to enable building with system...
2013-05-24 Martin Schwenkectdbd: When the "setup" event fails log an error and...
2013-05-24 Martin Schwenkectdbd: Add new runstate CTDB_RUNSTATE_FIRST_RECOVERY
2013-05-24 Martin Schwenkectdbd: Start logging process earlier
2013-05-24 Martin Schwenkectdbd: Only start recovery daemon and timed events...
2013-05-24 Martin Schwenkectdbd: Replace ctdb->done_startup with ctdb->runstate
2013-05-23 Amitay Isaacsctdbd: Print version string in the daemon startup
2013-05-06 Martin Schwenkectdbd: Log CTDB startup before creating the PID file
2013-04-24 Michael Adamctdb_daemon: use CTDB_REC_RO_FLAGS where appropriate
2013-04-22 Amitay Isaacsctdbd: Set num_clients statistic from ctdb->num_clients
2013-04-22 Martin Schwenkectdbd: Log PID file creation and removal at NOTICE...
2013-04-18 Martin Schwenkectdbd: Add --pidfile option
2013-03-06 Amitay Isaacsctdbd: Add an index db for message list for faster...
2013-02-05 Martin Schwenkectdbd: Message logged at exit should be different for...
2013-01-09 Amitay Isaacsdaemon: Update the comment and remove redundant check...
2013-01-06 Martin Schwenkectdbd: Initialise the node flags in just one place
2012-07-16 Amitay Isaacsctdbd: Return explicit boolean values for function...
2012-06-12 Martin SchwenkeReimplement logging of long running events
2012-05-28 Amitay Isaacsserver: Replace BOOL datatype with bool, True/False...
2012-05-03 Ronnie SahlbergTrack all child process so we never send a signal to...
2012-05-01 Ronnie SahlbergRELOADIPS: simplify the reloadips code a bit
2012-05-01 Ronnie SahlbergAdd new control to reload the public ip address file...
2012-04-25 Ronnie SahlbergMerge remote branch 'amitay/tdb-sync'
2012-04-25 Ronnie SahlbergMerge remote branch 'amitay/tevent-sync'
2012-04-13 Amitay IsaacsRemove explicit include of lib/tevent/tevent.h.
2012-03-20 Ronnie SahlbergFETCH COLLAPSE : Change the fetch-lock collapse to...
2012-03-15 Ronnie SahlbergMerge remote branch 'martins/master'
2012-02-20 Ronnie SahlbergMerge branch 'master' of 10.1.1.27:/shared/ctdb/ctdb...
next