summaryrefslogtreecommitdiffstats
path: root/ctdb/include/ctdb.h
Commit message (Expand)AuthorAgeFilesLines
* libctdb: add ctdb_getcapabilities()Martin Schwenke2012-09-281-0/+50
* ReadOnly: add per-database statistics to view how much delegations/revokes we...Ronnie Sahlberg2012-02-081-0/+57
* libctdb - add ctdb_getvnnmap()Martin Schwenke2012-02-061-0/+59
* LibCTDB: Add support for the 'get interfaces' control and update the ctdb too...Ronnie Sahlberg2011-12-061-0/+56
* LibCTDB: add support for the check-srvids controlRonnie Sahlberg2011-11-301-0/+69
* LibCTDB: add get persistent db seqnum controlRonnie Sahlberg2011-11-301-0/+52
* ReadOnly: add readonly record lock requests to libctdbRonnie Sahlberg2011-10-281-0/+18
* LibCTDB : add support for getrecmodeRonnie Sahlberg2011-08-231-0/+50
* LibCTDB: add commands where an application can query how many commands are ac...Ronnie Sahlberg2011-08-231-0/+39
* libctdb: "ctdb_request_free" does not need the ctdb_connection parameterVolker Lendecke2011-08-221-1/+1
* LIBCTDB: add support for traverseRonnie Sahlberg2011-01-141-0/+42
* adda GETPUBLICIPS control to libctdb and use this in the test exampleRonnie Sahlberg2010-09-151-0/+72
* Implement a new function GETNODEMAP in libctdb.Ronnie Sahlberg2010-09-131-1/+64
* Merge commit 'rusty/libctdb-new' into fooRonnie Sahlberg2010-08-181-11/+52
|\
| * libctdb: add synchronous message handling and unregister, with tests.Rusty Russell2010-08-091-8/+30
| * libctdb: implement synchronous readrecordlock interface.Rusty Russell2010-06-211-1/+3
| * libctdb: implement ctdb_disconnect and ctdb_detachdbRusty Russell2010-06-181-2/+19
* | ctdb: Fixed use of reserved word "private" in typedefsEvan Kinney2010-07-291-2/+2
|/
* libctdb: more bool conversion, and accompany lock by ctdb_db in APIRusty Russell2010-06-081-4/+7
* libctdb: clarify logging levelsRusty Russell2010-06-081-5/+18
* Split ctdb_release_lock() into a function to release the locvk and another fu...Ronnie Sahlberg2010-06-051-0/+3
* libctdb: documentationRusty Russell2010-06-041-90/+382
* libctdb: use values from ctdb_protocol.h, don't re-declareRusty Russell2010-06-041-12/+1
* libctdb: use bool in APIRusty Russell2010-06-041-20/+20
* libctdb: add logging infrastructureRusty Russell2010-06-041-1/+23
* libctdb: add ctdb arg to more functions.Rusty Russell2010-06-041-5/+8
* libctdb: change callback for ctdb_readrecordlock.Rusty Russell2010-06-041-14/+14
* Make the call to free the request explicit in the callbackRonnie Sahlberg2010-06-021-3/+4
* rename ccan/typesafe_cb.h to ctdb_typesafe_cb.h andRonnie Sahlberg2010-06-021-1/+1
* libctdb: tweak interface for readrecordlockRusty Russell2010-05-241-3/+8
* libctdb: uniform callbacks, _recv functions to pull out data.Rusty Russell2010-05-241-42/+66
* libctdb: API changes from Ronnie's versionRusty Russell2010-05-201-94/+66
* libctdb: ctdb.h and tst.c from RonnieRusty Russell2010-05-201-0/+241
* libctdb: reorganize headers: remove ctdb.h, add ctdb_client.h and ctdb_protoc...Rusty Russell2010-05-201-748/+0
* The recent change to the recovery daemon to keep track of andRonnie Sahlberg2010-05-031-0/+6
* server: add "setup" eventStefan Metzmacher2010-02-231-0/+1
* server: add updateip eventStefan Metzmacher2010-01-201-0/+1
* server: add "init" eventStefan Metzmacher2010-01-201-1/+2
* client: make ctdb_dumpdb_record() publicStefan Metzmacher2009-12-161-0/+1
* client: add ctdb_ctrl_getdbhealth()Stefan Metzmacher2009-12-161-0/+5
* server: add db_directory_state to ctdb_contextStefan Metzmacher2009-12-161-0/+1
* define CTDB_DB_SEQNUM_KEY - used with the new implementation of transactions.Michael Adam2009-12-121-0/+3
* ctdb: scriptstatus can now query non-monitor eventsRusty Russell2009-12-081-1/+2
* eventscript: expost call names and enumRusty Russell2009-12-081-0/+18
* eventscript: rename ctdb_monitoring_wire to ctdb_scripts_wireRusty Russell2009-12-081-4/+4
* eventscript: use -ENOEXEC for disabled status valueRusty Russell2009-12-071-1/+0
* eventscript: use -ETIME for timeout status valueRusty Russell2009-12-071-1/+0
* make ctdb_ctrl_transaction_active public.Michael Adam2009-12-041-0/+5
* start the syslog child a little later, after we have forked and detached from...Ronnie Sahlberg2009-10-301-1/+1
* Add a mechanism where we can register notifications to be sent out to a SRVID...Ronnie Sahlberg2009-10-231-0/+13