summaryrefslogtreecommitdiffstats
path: root/ctdb/server/ctdb_daemon.c
Commit message (Expand)AuthorAgeFilesLines
...
* add control and logging of very high latencies.Ronnie Sahlberg2008-10-301-5/+5
* additional monitoring between the two daemons.Ronnie Sahlberg2008-09-091-0/+3
* initial ipv6 patchRonnie Sahlberg2008-08-191-1/+1
* lower a debug messageRonnie Sahlberg2008-07-181-1/+1
* Add two new controls to start and cancel a persistent update.Ronnie Sahlberg2008-07-171-0/+6
* proper waitpid() fix.Ronnie Sahlberg2008-07-091-0/+32
* Revert "waitpid() can block if it takes a long time before the child terminates"Ronnie Sahlberg2008-07-081-3/+0
* Revert "set sigchild to SIG_IGN instead of SIG_DFL"Ronnie Sahlberg2008-07-081-3/+3
* set sigchild to SIG_IGN instead of SIG_DFLRonnie Sahlberg2008-07-081-3/+3
* waitpid() can block if it takes a long time before the child terminatesRonnie Sahlberg2008-07-081-0/+3
* ctdb->methods becomes NULL when we shutdown the transport.Ronnie Sahlberg2008-05-111-0/+16
* fix compiler warning during a fatal error failing to lock down the socketRonnie Sahlberg2008-04-101-1/+1
* From Chris CowanRonnie Sahlberg2008-04-101-11/+8
* From Chris CowanRonnie Sahlberg2008-04-031-0/+9
* decorate the memdump output with a nice field for ctdb_client structures to s...Ronnie Sahlberg2008-04-011-11/+4
* add improvements to tracking memory usage in ctdbd adn the recovery daemonRonnie Sahlberg2008-04-011-0/+14
* merge from ronnieAndrew Tridgell2008-02-041-31/+30
* added debug constants to allow for better mapping to syslog levelsAndrew Tridgell2008-02-041-4/+4
* added syslog support, and use a pipe to catch logging from child processes to...Andrew Tridgell2008-01-161-0/+2
* - catch a case where the client disconnects during a callAndrew Tridgell2008-01-161-3/+40
* split node health monitoring and checking for connected/disconnected Ronnie Sahlberg2008-01-151-1/+4
* fixed the bug that make "onnode N service ctdb start" hangAndrew Tridgell2008-01-051-0/+5
* prevent a deadly embrace between smbd and ctdbd by moving the callingAndrew Tridgell2007-11-121-12/+3
* no longer wait at startup for services to become available, insteadAndrew Tridgell2007-09-241-8/+9
* added support for persistent databases in ctdbdAndrew Tridgell2007-09-211-58/+51
* changed some debug levelsAndrew Tridgell2007-09-121-2/+2
* change debug output from vnn to pnnRonnie Sahlberg2007-09-041-4/+4
* change ctdb_node_flags_change.vnn to ctdb_node_flags_changed.pnnRonnie Sahlberg2007-09-041-8/+8
* change ctdb_get_vnn to ctdb_get_pnnRonnie Sahlberg2007-09-041-1/+1
* change ctdb_validate_vnn to ctdb_validate_pnnRonnie Sahlberg2007-09-041-3/+3
* change ctdb->vnn to ctdb->pnnRonnie Sahlberg2007-09-041-5/+5
* change the structure used for node flag change messages so that we can Ronnie Sahlberg2007-08-211-1/+1
* add an atexit() that will print "CTDB daemon shutting down" in the log Ronnie Sahlberg2007-08-211-0/+7
* dont pollute the log with 'Registered PID XXX for client YYY' at log Ronnie Sahlberg2007-08-211-1/+1
* updated ctdb tickle managementRonnie Sahlberg2007-07-201-0/+3
* fully save/restore scheduler parametersAndrew Tridgell2007-07-131-1/+1
* added --nosetsched option to ctdbdAndrew Tridgell2007-07-131-2/+4
* update lib/replace from samba4Andrew Tridgell2007-07-101-3/+2
* added code to kill registered clients on a IP releaseAndrew Tridgell2007-06-191-0/+8
* on startup release all IPs, in case we have any left over from a previous runAndrew Tridgell2007-06-121-0/+3
* - send tcp info to all connected nodes, not just vnnmap nodesAndrew Tridgell2007-06-101-0/+6
* start splitting the code into separate client and server piecesAndrew Tridgell2007-06-071-0/+911