summaryrefslogtreecommitdiffstats
path: root/ctdb/server/ctdb_daemon.c
Commit message (Expand)AuthorAgeFilesLines
* event: Update events to latest Samba version 0.9.8Rusty Russell2010-08-181-2/+3
* Report client for queue errors.Rusty Russell2010-07-011-1/+2
* add additional logging when tdb_chainunlock() failsRonnie Sahlberg2010-06-091-3/+14
* libctdb: reorganize headers: remove ctdb.h, add ctdb_client.h and ctdb_protoc...Rusty Russell2010-05-201-1/+1
* Reduce the loglevel for two log messages for Registering and Deregistering se...Ronnie Sahlberg2010-03-301-2/+2
* server: add "setup" eventStefan Metzmacher2010-02-231-6/+28
* ctdb: when we fill the client packet queue we need to drop the clientAndrew Tridgell2010-02-041-5/+12
* server: add "init" eventStefan Metzmacher2010-01-201-0/+6
* fix a conflict in the merge from rustyRonnie Sahlberg2009-12-171-4/+2
|\
| * ctdb: use mlockall, cautiouslyRusty Russell2009-12-161-0/+1
| * Remove RT priority, use niceness.Rusty Russell2009-12-161-4/+1
* | server: Use tdb_check to verify persistent tdbs on startupStefan Metzmacher2009-12-161-0/+10
* | server: only do the mkdir() calls for db_directory* once at the startStefan Metzmacher2009-12-161-3/+3
|/
* Run only one event for each epoll_wait/select callVolker Lendecke2009-12-101-1/+0
* lower the loglevel for the message that a client has attached through a domia...Ronnie Sahlberg2009-12-021-1/+1
* Add a proper function to process a process-exist control in the daemon.Ronnie Sahlberg2009-12-021-0/+38
* Add a double linked list to the ctdb_context to store a mapping between clien...Ronnie Sahlberg2009-12-021-2/+34
* Use the PID we pick up from the domain socket when a client connectsRonnie Sahlberg2009-12-021-8/+4
* start the syslog child a little later, after we have forked and detached from...Ronnie Sahlberg2009-10-301-1/+11
* for debuggingRonnie Sahlberg2009-10-271-1/+3
* Add a mechanism where we can register notifications to be sent out to a SRVID...Ronnie Sahlberg2009-10-231-1/+102
* lower the debug levels for the "create FD messages" so we dont fill up the logs.Ronnie Sahlberg2009-10-211-1/+1
* When clients have blocked, perhaps because the node is banned or stopped ...Ronnie Sahlberg2009-10-211-0/+6
* add logging everytime we create a filedescriptor in the main ctdb daemonRonnie Sahlberg2009-10-151-0/+2
* initial attempt at freezing databases in priority orderRonnie Sahlberg2009-10-121-1/+1
* Fix persistent transaction commit race condition.Michael Adam2009-07-291-0/+9
* dont even try to send a message from the main daemon if the transport is downRonnie Sahlberg2009-06-301-0/+5
* dont remove the socket when the dameon stops. This can race if theRonnie Sahlberg2009-05-291-10/+0
* add missing checks on so far ignored return valuesSumit Bose2009-05-211-0/+4
* when tracking the ctdb statistics, only decrement num_clients and pending_...root2009-05-011-11/+33
* increase the listen queue. Now that the eventscripts may become clients and c...Ronnie Sahlberg2009-04-061-1/+1
* reqrite the handling of flag updates across the cluster to eliminate aRonnie Sahlberg2008-11-201-34/+0
* we actually need a ctdb_db variableRonnie Sahlberg2008-11-031-1/+1
* latency is measured in us, not msRonnie Sahlberg2008-10-301-3/+4
* 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