summaryrefslogtreecommitdiffstats
path: root/ctdb/libctdb/sync.c
Commit message (Expand)AuthorAgeFilesLines
* libctdb: add ctdb_getcapabilities()Martin Schwenke2012-09-281-0/+17
* Add includes required on FreeBSDVolker Lendecke2012-02-131-0/+1
* ReadOnly: add per-database statistics to view how much delegations/revokes we...Ronnie Sahlberg2012-02-081-0/+18
* libctdb - add ctdb_getvnnmap()Martin Schwenke2012-02-061-0/+19
* LibCTDB: Add support for the 'get interfaces' control and update the ctdb too...Ronnie Sahlberg2011-12-061-0/+20
* LibCTDB: add support for the check-srvids controlRonnie Sahlberg2011-11-301-0/+18
* LibCTDB: add get persistent db seqnum controlRonnie Sahlberg2011-11-301-0/+18
* LibCTDB : add support for getrecmodeRonnie Sahlberg2011-08-231-0/+17
* libctdb: "ctdb_request_free" does not need the ctdb_connection parameterVolker Lendecke2011-08-221-7/+7
* adda GETPUBLICIPS control to libctdb and use this in the test exampleRonnie Sahlberg2010-09-151-0/+19
* Implement a new function GETNODEMAP in libctdb.Ronnie Sahlberg2010-09-131-0/+19
* libctdb: add synchronous message handling and unregister, with tests.Rusty Russell2010-08-091-0/+21
* libctdb: implement synchronous readrecordlock interface.Rusty Russell2010-06-211-0/+53
* libctdb: ctdb_service() never returns < 0Rusty Russell2010-06-181-1/+1
* libctdb: synchronous should be using ctdb_cancel to kill unfinished requests.Rusty Russell2010-06-181-2/+6
* libctdb: more bool conversion, and accompany lock by ctdb_db in APIRusty Russell2010-06-081-1/+1
* libctdb: use bool in APIRusty Russell2010-06-041-6/+6
* patch libctdb-use-logging.patchRusty Russell2010-06-041-0/+1
* libctdb: add ctdb arg to more functions.Rusty Russell2010-06-041-21/+22
* add a sync wrapper for the getpnn controlRonnie Sahlberg2010-06-021-0/+17
* libctdb: uniform callbacks, _recv functions to pull out data.Rusty Russell2010-05-241-63/+46
* libctdb: first cut, supports getrecmaster onlyRusty Russell2010-05-211-0/+111