client: Add ctdb_client_check_message_handlers() function
[ctdb.git] / server / ctdb_daemon.c
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...
2012-02-20 Ronnie SahlbergMerge branch 'master' of 10.1.1.27:/shared/ctdb/ctdb...
2012-02-19 Ronnie SahlbergMerge branch 'master' of ssh://git.samba.org/data/git...
2012-02-13 Volker LendeckeMake CTDB_CURRENT_NODE work with CTDB_REQ_MESSAGE
2012-02-08 Ronnie SahlbergReadOnly: add per-database statistics to view how much...
2012-02-08 Ronnie SahlbergSTATISTICS: add total counts for number of delegations...
2012-01-31 Ronnie SahlbergNiceify the readonlyrecord API. Dont force clients...
2011-12-06 Mathieu ParentMove platform-specific code to common/system_*
2011-12-06 Mathieu ParentRemove zero-length gnu_printf format string in ctdb_dae...
2011-11-29 Volker LendeckeAdd CTDB_CONTROL_CHECK_SRVID
2011-11-08 Ronnie SahlbergRecord Fetch Collapse: Collapse multiple fetch request...
2011-09-11 Ronnie SahlbergMerge branch 'master-readonly-records' into foo
2011-08-23 Ronnie SahlbergReadOnly: Check the readonly flag instead of whether...
2011-08-23 Ronnie SahlbergReadOnly: clear out the tracking record once a revoke...
2011-08-23 Ronnie SahlbergReadOnly: Add handlign of readonly requests readwrite...
2011-03-14 Michael Adamdaemon: fill ctdb->ctdbd_pid early
2011-02-24 Michael Adamdaemon: correctly end a running trans3_commit if the...
2011-01-13 Ronnie SahlbergWe can not always rely on the recovery daemon pinging...
2011-01-10 Ronnie SahlbergRevert scheduling back to use real-time processes
2010-11-10 Ronnie Sahlbergdelay loading the public ip address file until after...
2010-11-10 Ronnie SahlbergAdd a new tunable : DisableIPFailover that when set...
2010-10-28 Ronnie Sahlbergduring shutdown there is a window after we have stopped...
2010-10-11 Ronnie SahlbergUpdate latency countes to show min/max and average
2010-09-29 Ronnie SahlbergAdd rolling statistics that are collected across 10...
2010-09-29 Ronnie SahlbergCreate macros to update the statistics counters and...
2010-09-27 Ronnie Sahlbergset up a handler to catch and log debug messages from...
2010-08-26 Martin SchwenkeMerge branch 'master' of git://git.samba.org/sahlberg...
2010-08-24 Ronnie Sahlbergrun the "init" event before we freeze the databases
2010-08-24 Martin SchwenkeMerge branch 'master' of git://git.samba.org/sahlberg...
2010-08-19 Ronnie SahlbergMerge commit 'rusty/ports-from-1.0.112' into foo
2010-08-19 Ronnie SahlbergMerge commit 'rusty/vacuum-fix-master'
2010-08-18 Ronnie SahlbergWe use eventloop nesting in a couple of places, notably...
2010-08-17 Ronnie SahlbergMerge commit 'rusty/libctdb-new' into foo
2010-08-17 Rusty Russellevent: Update events to latest Samba version 0.9.8
2010-08-04 Martin SchwenkeMerge remote branch 'martins/master'
2010-07-31 Martin SchwenkeMerge branch 'master' of git://git.samba.org/sahlberg...
2010-07-30 Ronnie SahlbergMerge commit 'rusty/master'
2010-07-01 Rusty RussellReport client for queue errors.
2010-06-10 Ronnie sahlbergMerge commit 'rusty/idtree'
2010-06-09 Ronnie Sahlbergadd additional logging when tdb_chainunlock() fails
2010-05-25 Ronnie SahlbergMerge commit 'rusty/libctdb2'
2010-05-20 Rusty Russelllibctdb: reorganize headers: remove ctdb.h, add ctdb_cl...
2010-03-31 Martin SchwenkeMerge commit 'origin/master'
2010-03-30 Ronnie SahlbergMerge root@10.1.1.27:/shared/ctdb/ctdb-git
2010-03-30 Ronnie SahlbergReduce the loglevel for two log messages for Registerin...
2010-03-11 Ronnie SahlbergMerge root@10.1.1.27:/shared/ctdb/ctdb-git
2010-02-23 Stefan Metzmacherserver: add "setup" event
2010-02-05 Martin SchwenkeMerge branch 'master' of git://git.samba.org/sahlberg...
2010-02-04 Andrew Tridgellctdb: when we fill the client packet queue we need...
2010-01-22 Martin SchwenkeMerge commit 'origin/master'
2010-01-20 Stefan Metzmacherserver: add "init" event
2009-12-18 Martin SchwenkeMerge commit 'origin/master'
2009-12-16 Ronnie Sahlbergfix a conflict in the merge from rusty
2009-12-16 Rusty Russellctdb: use mlockall, cautiously
2009-12-16 Rusty RussellRemove RT priority, use niceness.
2009-12-16 Ronnie Sahlbergfix conflict in merge from metze
2009-12-16 Stefan Metzmacherserver: Use tdb_check to verify persistent tdbs on...
2009-12-16 Stefan Metzmacherserver: only do the mkdir() calls for db_directory...
2009-12-15 Ronnie SahlbergRevert "Make fetch_locked more scalable"
2009-12-15 Ronnie SahlbergMerge commit 'obnox/ctdb-wip-trans3' into trans3
2009-12-11 Volker LendeckeMake fetch_locked more scalable
2009-12-09 Volker LendeckeRun only one event for each epoll_wait/select call
2009-12-04 Martin SchwenkeMerge branch 'status-test-2'
2009-12-02 Ronnie Sahlberglower the loglevel for the message that a client has...
2009-12-02 Ronnie SahlbergAdd a proper function to process a process-exist contro...
next