summaryrefslogtreecommitdiffstats
path: root/ctdb/server/ctdb_daemon.c
Commit message (Expand)AuthorAgeFilesLines
* ctdb: Rename CTDB_VERSION to CTDB_PROTOCOLAmitay Isaacs2014-10-281-3/+3
* ctdb-logging: Replace logd code with a basic syslog(3) implementationMartin Schwenke2014-10-281-7/+1
* ctdb-daemon: Decrement pending calls statistics when calls are deferredAmitay Isaacs2014-09-121-0/+3
* ctdb-daemon: Make sure ctdb runs with real-time priorityAmitay Isaacs2014-09-121-1/+4
* ctdb-daemon: Increment pending calls statistics correctlyAmitay Isaacs2014-09-111-1/+1
* ctdb-util: Rename db_wrap to tdb_wrap and make it a build subsystemMartin Schwenke2014-09-101-1/+1
* ctdb-daemon: Move some inline declarations to header fileMartin Schwenke2014-09-101-2/+0
* ctdb-daemon: Remove duplicate code with refactored functionAmitay Isaacs2014-09-051-8/+2
* ctdb-daemon: Remove ctdbd_pid global variableMartin Schwenke2014-07-051-6/+7
* ctdb-daemon: Check PID in ctdb_remove_pidfile(), not unreliable flagMartin Schwenke2014-07-051-1/+2
* ctdb-daemon: Exit if setting the session ID failsMartin Schwenke2014-07-051-1/+3
* 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