summaryrefslogtreecommitdiffstats
path: root/ctdb/include
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "ctdbd: Remove incomplete ctdb_db_statistics_wire structure"Amitay Isaacs2013-07-292-0/+11
* common/system: Add ctdb_set_process_name() functionAmitay Isaacs2013-07-101-0/+1
* ctdbd: No need for DeadlockTimeout tunableAmitay Isaacs2013-07-101-1/+0
* ctdbd: Remove incomplete ctdb_db_statistics_wire structureAmitay Isaacs2013-07-102-11/+0
* recoverd: Clean up log messages in remote IP verificationMartin Schwenke2013-07-051-1/+2
* util: New function ctdb_die()Martin Schwenke2013-07-051-0/+1
* banning: Make ctdb_local_node_got_banned() a void functionAmitay Isaacs2013-07-021-1/+1
* freeze: Make ctdb_start_freeze() a void functionAmitay Isaacs2013-07-021-1/+1
* ctdbd: Refactor shutdown sequenceMartin Schwenke2013-06-221-0/+2
* ctdbd: Add new runstate CTDB_RUNSTATE_FIRST_RECOVERYMartin Schwenke2013-05-241-0/+1
* ctdbd: New control CTDB_CONTROL_GET_RUNSTATEMartin Schwenke2013-05-242-0/+6
* ctdbd: Replace ctdb->done_startup with ctdb->runstateMartin Schwenke2013-05-241-1/+14
* locking: Remove functions that are not used anymoreAmitay Isaacs2013-05-241-2/+0
* recoverd: Move IP flags into ctdb_takeover.cMartin Schwenke2013-05-091-5/+0
* recoverd: Fix tunable NoIPTakeoverOnDisabled, rename to NoIPHostOnAllDisabledMartin Schwenke2013-05-072-2/+4
* ctdbd: Remove the "stopped" eventMartin Schwenke2013-05-062-2/+2
* ctdbd: New control CTDB_CONTROL_IPREALLOCATEDMartin Schwenke2013-05-062-0/+4
* include: define CTDB_REC_RO_FLAGS - all read-only related record flagsMichael Adam2013-04-241-0/+4
* vacuum: introduce the RECEIVE_RECORDS controlMichael Adam2013-04-242-0/+2
* util: Removed unused declaration of ctdbd_start()Martin Schwenke2013-04-181-1/+0
* include: Move ctdb_start_daemon() from ctdb_client.h to ctdb_private.hMartin Schwenke2013-04-182-1/+3
* ctdbd: Add --pidfile optionMartin Schwenke2013-04-181-0/+1
* util: New functions ctdb_set_child_info() and ctdb_is_child_process()Martin Schwenke2013-04-181-0/+2
* ctdbd: unimplement the unused SET_DMASTER controlMichael Adam2013-04-172-2/+1
* traverse: Add CTDB_CONTROL_TRAVERSE_ALL_EXT to support withemptyrecordsAmitay Isaacs2013-04-172-0/+2
* util: Add hex_decode_talloc() to decode hex string into a binary blobAmitay Isaacs2013-03-251-0/+1
* ctdbd: Add an index db for message list for faster searchesAmitay Isaacs2013-03-061-3/+10
* client: New generic node listing function list_of_nodes()Martin Schwenke2013-02-201-0/+5
* Logging: Fix breakage when freeing the log ringbufferMartin Schwenke2013-02-071-0/+1
* ctdbd: Remove command-line option --debug-hung-scriptMartin Schwenke2013-02-051-2/+0
* ctdbd: Remove debug_hung_script_ctxMartin Schwenke2013-02-051-1/+0
* Logging: New function ctdb_log_ringbuffer_free()Martin Schwenke2013-02-051-1/+1
* daemon: Protect against double free of callback state while shutting downAmitay Isaacs2013-01-091-0/+1
* daemon: On shutdown, destroy timed events that check if recoverd is activeAmitay Isaacs2013-01-091-0/+1
* ctdbd: Remove debug option --node-ip, use --listen insteadMartin Schwenke2013-01-071-1/+0
* daemon: Add a tunable to enable automatic database priority settingAmitay Isaacs2013-01-051-0/+1
* daemon: Check if log_latency_ms is set before using itAmitay Isaacs2012-11-301-1/+1
* locking: Do not use RECLOCK for tracking DB locks and latenciesAmitay Isaacs2012-11-141-4/+4
* recoverd: Track the nodes that fail takeover run and set culprit countAmitay Isaacs2012-11-141-3/+3
* recoverd: Add CTDB_SRVID_GETLOG and CTDB_SRVID_CLEARLOGMartin Schwenke2012-10-222-0/+10
* build: Set CTDB_PATH to /tmp/ctdb.socket if SOCKPATH is not definedAmitay Isaacs2012-10-221-1/+5
* Build: Set the default ctdb socket path at configure timeDavid Disseldorp2012-10-211-2/+2
* ctdbd: Replace lockwait with locking API and remove ctdb_lockwait.cAmitay Isaacs2012-10-202-9/+0
* ctdbd: locking: Provide non-blocking API for locking of TDB record/db/alldbAmitay Isaacs2012-10-202-0/+55
* common: Add routines to get process and lock informationAmitay Isaacs2012-10-201-0/+12
* header: Added DB statistics update macrosAmitay Isaacs2012-10-201-16/+49
* common: Debug ctdb_addr_to_str() using new function ctdb_external_trace()Martin Schwenke2012-10-181-0/+1
* ctdbd: Stop takeovers and releases from colliding in mid-airMartin Schwenke2012-10-111-0/+4
* ctdbd: New tunable NoIPTakeoverOnDisabledMartin Schwenke2012-10-111-0/+1
* Correct include for ctdb_protocol.hVolker Lendecke2012-10-091-1/+1