summaryrefslogtreecommitdiffstats
path: root/ctdb/server/ctdb_daemon.c
Commit message (Expand)AuthorAgeFilesLines
* ctdb-daemon: Rename ctdb_lockdown_memory to lockdown_memoryAmitay Isaacs2014-06-121-1/+1
* ctdb-daemon: Instead of passing ctdb context, pass valgrinding booleanAmitay Isaacs2014-06-121-2/+2
* ctdb-daemon: Rename block_signal to ignore_signalAmitay Isaacs2014-06-121-2/+2
* ctdb-common: Drop ctdb prefix from utility functions independent of ctdbAmitay Isaacs2014-06-121-1/+1
* ctdb-common: Changing scheduler policy does not require ctdb contextAmitay Isaacs2014-06-121-1/+1
* ctdb/daemon: Untangle serialisation of 1st recovery -> startup -> monitorMartin Schwenke2014-01-171-5/+2
* ctdb-daemon: No need to call event scripts with CTDB_CALLED_BY_USERAmitay Isaacs2014-01-161-1/+0
* ctdb-server: Coverity fixesAmitay Isaacs2013-11-191-1/+1
* ctdbd: Pass the public address file location in ctdb contextMartin Schwenke2013-10-221-3/+2
* ctdbd: Remove transaction code related to TRANS2 commitsAmitay Isaacs2013-10-041-3/+0
* ctdbd: Sleep at exit to allow time for log messages to flushMartin Schwenke2013-07-191-4/+9
* ctdbd: Exit if something is already listening on CTDB socketMartin Schwenke2013-07-191-9/+18
* Fixes for various issues found by CoveritySumit Bose2013-07-111-0/+3
* ctdbd: Use ctdb_die() on "setup" event failureMartin Schwenke2013-07-051-2/+1
* ctdbd: Avoid a core dump when "init" event failsMartin Schwenke2013-07-051-1/+1
* ctdbd: Fix panic on overlapping shutdownsMartin Schwenke2013-06-221-0/+5
* ctdbd: Refactor shutdown sequenceMartin Schwenke2013-06-221-0/+17
* ctdbd: "init" event should run earlier in daemon initialisationMartin Schwenke2013-06-201-7/+7
* build: Fix tdb.h path to enable building with system TDB libraryMathieu Parent2013-06-141-1/+1
* ctdbd: When the "setup" event fails log an error and exit, don't abortMartin Schwenke2013-05-241-2/+2
* ctdbd: Add new runstate CTDB_RUNSTATE_FIRST_RECOVERYMartin Schwenke2013-05-241-1/+1
* ctdbd: Start logging process earlierMartin Schwenke2013-05-241-7/+6
* ctdbd: Only start recovery daemon and timed events after setup eventMartin Schwenke2013-05-241-21/+22
* ctdbd: Replace ctdb->done_startup with ctdb->runstateMartin Schwenke2013-05-241-0/+5
* ctdbd: Print version string in the daemon startupAmitay Isaacs2013-05-231-1/+3
* ctdbd: Log CTDB startup before creating the PID fileMartin Schwenke2013-05-061-1/+1
* ctdb_daemon: use CTDB_REC_RO_FLAGS where appropriateMichael Adam2013-04-241-1/+1
* ctdbd: Set num_clients statistic from ctdb->num_clientsAmitay Isaacs2013-04-221-2/+2
* ctdbd: Log PID file creation and removal at NOTICE levelMartin Schwenke2013-04-221-3/+3
* ctdbd: Add --pidfile optionMartin Schwenke2013-04-181-1/+35
* ctdbd: Add an index db for message list for faster searchesAmitay Isaacs2013-03-061-7/+1
* ctdbd: Message logged at exit should be different for different processesMartin Schwenke2013-02-051-1/+5
* daemon: Update the comment and remove redundant check in ctdb_start_transport()Amitay Isaacs2013-01-091-6/+1
* ctdbd: Initialise the node flags in just one placeMartin Schwenke2013-01-071-0/+23
* ctdbd: Return explicit boolean values for function returning boolAmitay Isaacs2012-07-161-1/+1
* Reimplement logging of long running eventsMartin Schwenke2012-06-121-0/+46
* server: Replace BOOL datatype with bool, True/False with true/falseAmitay Isaacs2012-05-281-2/+2
* Track all child process so we never send a signal to an unrelated process (ou...Ronnie Sahlberg2012-05-031-33/+6
* RELOADIPS: simplify the reloadips code a bitRonnie Sahlberg2012-05-011-1/+1
* Add new control to reload the public ip address file on a nodeRonnie Sahlberg2012-05-011-1/+5
* Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs2012-04-131-1/+0
* FETCH COLLAPSE : Change the fetch-lock collapse to collapse ALL fetches, incl...Ronnie Sahlberg2012-03-201-6/+7
* Make CTDB_CURRENT_NODE work with CTDB_REQ_MESSAGEVolker Lendecke2012-02-131-0/+4
* ReadOnly: add per-database statistics to view how much delegations/revokes we...Ronnie Sahlberg2012-02-081-0/+1
* STATISTICS: add total counts for number of delegations and number of revokesRonnie Sahlberg2012-02-081-0/+1
* Niceify the readonlyrecord API. Dont force clients to be exposed to the featc...Ronnie Sahlberg2012-01-311-2/+38
* Move platform-specific code to common/system_*Mathieu Parent2011-12-061-15/+5
* Remove zero-length gnu_printf format string in ctdb_daemon.c (gcc warning)Mathieu Parent2011-12-061-0/+1
* Add CTDB_CONTROL_CHECK_SRVIDVolker Lendecke2011-11-301-0/+36
* Record Fetch Collapse: Collapse multiple fetch request into one single request.Ronnie Sahlberg2011-11-081-0/+207