summaryrefslogtreecommitdiff
path: root/ctdb/server/ctdb_control.c
Commit message (Expand)AuthorAgeFilesLines
* ctdb-daemon: Use reqid abstractionAmitay Isaacs2015-10-071-3/+4
* ctdb-daemon: Add controls for transactions on a single databaseAmitay Isaacs2015-10-071-0/+12
* ctdb-daemon: Rename ctdb_control_wipe_database to ctdb_control_transdbAmitay Isaacs2015-10-071-1/+1
* ctdb-daemon: Add controls to freeze/thaw a single databaseAmitay Isaacs2015-10-071-0/+9
* ctdb-daemon: Avoid the use of ctdb->freeze_mode variableAmitay Isaacs2015-10-071-7/+1
* ctdb-daemon: Drop struct ctdb_control_killtcpMartin Schwenke2015-09-071-1/+1
* ctdb: Use talloc_report_str in ctdbVolker Lendecke2015-08-201-25/+15
* ctdb-daemon: Reset database statistics when resetting statisticsAmitay Isaacs2015-08-071-0/+7
* ctdb-daemon: Remove control CTDB_CONTROL_SET_CALLAmitay Isaacs2015-07-101-6/+2
* ctdb-daemon: Remove obsolete IPv4 only controlsAmitay Isaacs2015-05-121-7/+5
* ctdb-daemon: Remove older data structure that supports only IPv4 addressesAmitay Isaacs2015-05-121-1/+2
* ctdb-daemon: New control CTDB_CONTROL_GET_NODES_FILEMartin Schwenke2015-03-231-0/+3
* ctdb-daemon: Fix SET_RECLOCK_FILE regressionMartin Schwenke2015-02-041-1/+2
* ctdb-daemon: Handle out-of-memory when setting recovery lock fileMartin Schwenke2015-01-091-8/+26
* ctdb-logging: Change LogLevel to DEBUGLEVELMartin Schwenke2014-10-061-3/+3
* ctdb-logging: Remove log ringbufferMartin Schwenke2014-10-061-3/+2
* ctdb-util: Rename db_wrap to tdb_wrap and make it a build subsystemMartin Schwenke2014-09-101-1/+1
* ctdb-daemon: Do not thaw databases if recovery is activeAmitay Isaacs2014-07-071-1/+1
* Revert "It was possible for ->recovery_mode to get out of sync with the new t...Amitay Isaacs2014-07-071-10/+1
* ctdb-daemon: Add control CTDB_CONTROL_DB_DETACHAmitay Isaacs2014-04-141-0/+3
* ctdb-daemon: Always update database priority cluster wideAmitay Isaacs2014-04-071-1/+1
* ctdb/daemon: Make delete IP wait until the IP is releasedMartin Schwenke2014-03-231-1/+2
* ctdb-server: Coverity fixesAmitay Isaacs2013-11-191-0/+6
* ctdbd: Deprecate TRANS2 commit controlsAmitay Isaacs2013-10-041-6/+5
* ctdbd: Create a utility function to log error for "not implemented" controlsAmitay Isaacs2013-10-041-4/+15
* ctdbd: Avoid leaking file descriptor if talloc failsAmitay Isaacs2013-08-091-1/+4
* Revert "ctdbd: Remove incomplete ctdb_db_statistics_wire structure"Amitay Isaacs2013-07-291-12/+3
* ctdbd: Remove incomplete ctdb_db_statistics_wire structureAmitay Isaacs2013-07-101-3/+12
* ctdbd: Fix panic on overlapping shutdownsMartin Schwenke2013-06-221-0/+2
* ctdbd: Refactor shutdown sequenceMartin Schwenke2013-06-221-11/+2
* build: Fix tdb.h path to enable building with system TDB libraryMathieu Parent2013-06-141-1/+1
* ctdbd: New control CTDB_CONTROL_GET_RUNSTATEMartin Schwenke2013-05-241-0/+7
* ctdbd: Replace ctdb->done_startup with ctdb->runstateMartin Schwenke2013-05-241-0/+1
* ctdbd: Remove the "stopped" eventMartin Schwenke2013-05-061-1/+1
* ctdbd: New control CTDB_CONTROL_IPREALLOCATEDMartin Schwenke2013-05-061-0/+4
* vacuum: introduce the RECEIVE_RECORDS controlMichael Adam2013-04-241-0/+3
* ctdbd: Set num_clients statistic from ctdb->num_clientsAmitay Isaacs2013-04-221-1/+2
* ctdbd: unimplement the unused SET_DMASTER controlMichael Adam2013-04-171-1/+3
* traverse: Add CTDB_CONTROL_TRAVERSE_ALL_EXT to support withemptyrecordsAmitay Isaacs2013-04-171-0/+3
* Run the shutdown eventscript before we tear down the transportRonnie Sahlberg2012-05-301-1/+1
* server: Replace BOOL datatype with bool, True/False with true/falseAmitay Isaacs2012-05-281-1/+1
* Add new control to reload the public ip address file on a nodeRonnie Sahlberg2012-05-011-0/+4
* Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs2012-04-131-1/+0
* STICKY: add prototype code to make records stick to a node to "calm" down if ...Ronnie Sahlberg2012-03-201-0/+11
* Log the "Received SHUTDOWN ..." first in the shutown process instead of last.Ronnie Sahlberg2012-02-211-1/+1
* ReadOnly: add per-database statistics to view how much delegations/revokes we...Ronnie Sahlberg2012-02-081-0/+4
* traverse: fix traversing with empty records by adding a new (internal) contro...Michael Adam2011-12-031-0/+4
* Add CTDB_CONTROL_CHECK_SRVIDVolker Lendecke2011-11-301-0/+3
* Relax an out of memory message.Martin Schwenke2011-11-161-1/+4
* ReadOnly: add a new control to activate readonly lock capability for a database.Ronnie Sahlberg2011-09-011-0/+10