summaryrefslogtreecommitdiff
path: root/ctdb/libctdb
Commit message (Expand)AuthorAgeFilesLines
* Add includes required on FreeBSDVolker Lendecke2012-02-137-0/+8
* ReadOnly: add per-database statistics to view how much delegations/revokes we...Ronnie Sahlberg2012-02-082-0/+69
* libctdb - add ctdb_getvnnmap()Martin Schwenke2012-02-062-0/+95
* Niceify the readonlyrecord API. Dont force clients to be exposed to the featc...Ronnie Sahlberg2012-01-311-4/+4
* libctdb: fix libctdb's traverse after changes in the coreMichael Adam2011-12-061-1/+0
* Revert "Fix the build that broke in 8281bb210858ed04992eacea7f6d02261e0fc1b1"Michael Adam2011-12-061-2/+2
* LibCTDB: Add support for the 'get interfaces' control and update the ctdb too...Ronnie Sahlberg2011-12-062-0/+91
* Fix the build that broke in 8281bb210858ed04992eacea7f6d02261e0fc1b1Ronnie Sahlberg2011-12-061-2/+2
* LibCTDB: add support for the check-srvids controlRonnie Sahlberg2011-11-302-0/+62
* LibCTDB: add get persistent db seqnum controlRonnie Sahlberg2011-11-302-0/+58
* traverse: add a flag to enable transferring empty records in cluster wide tra...Michael Adam2011-11-291-0/+1
* libctdb: dont allow ctdb_writerecord() for readonly recordsRonnie Sahlberg2011-10-281-0/+7
* ReadOnly: If record does not exist, upgrade to write-lockRonnie Sahlberg2011-10-281-0/+7
* ReadOnly: add readonly record lock requests to libctdbRonnie Sahlberg2011-10-281-8/+45
* LibCTDB : initialize ctdb->pnn to -1 when we create a new contextRonnie Sahlberg2011-08-231-0/+1
* LibCTDB : add support for getrecmodeRonnie Sahlberg2011-08-232-0/+45
* LibCTDB: add commands where an application can query how many commands are ac...Ronnie Sahlberg2011-08-231-0/+29
* libctdb: "unpack_reply_control" does not need the ctdb_connection parameterVolker Lendecke2011-08-224-16/+14
* libctdb: "unpack_reply_call" does not need the ctdb_connection parameterVolker Lendecke2011-08-221-6/+5
* libctdb: "ctdb_request_free" does not need the ctdb_connection parameterVolker Lendecke2011-08-223-25/+27
* libctdb: Make sure ctdb_request->ctdb is filled correctlyVolker Lendecke2011-08-223-7/+14
* libctdb: Ensure 0-termination of sun_pathVolker Lendecke2011-08-221-1/+1
* libctdb: Fix a few format warningsVolker Lendecke2011-08-221-3/+3
* libctdb: Add license header to messages.cVolker Lendecke2011-08-221-0/+19
* libctdb: Reorder attachdbVolker Lendecke2011-08-221-81/+90
* libctdb: Reorder set_message_handlerVolker Lendecke2011-08-221-28/+30
* libctdb: Correct 4bfdfda, stddef.h is needed by libctdb_private.hVolker Lendecke2011-08-222-1/+1
* Add missing #include to libctdb/ctdb.cVolker Lendecke2011-08-171-0/+1
* LIBCTDB: add support for traverseRonnie Sahlberg2011-01-142-0/+205
* LIBCTDB uninitialized inqueue elementRonnie Sahlberg2011-01-111-0/+1
* libctdbRonnie Sahlberg2010-12-101-1/+1
* LibCTDBRonnie Sahlberg2010-12-105-3/+51
* adda GETPUBLICIPS control to libctdb and use this in the test exampleRonnie Sahlberg2010-09-154-17/+162
* Implement a new function GETNODEMAP in libctdb.Ronnie Sahlberg2010-09-134-1/+140
* update the example for the new signature ofRonnie Sahlberg2010-08-181-1/+2
* libctdb: add synchronous message handling and unregister, with tests.Rusty Russell2010-08-092-4/+90
* libctdb: test: run.sh scriptRusty Russell2010-06-211-0/+83
* libctdb: test: add readrecordlock supportRusty Russell2010-06-215-0/+231
* libctdb: test: add database save and restoreRusty Russell2010-06-215-1/+148
* libctdb: test: --no-failtestRusty Russell2010-06-211-0/+14
* libctdb: test: improve logging of failure pathsRusty Russell2010-06-213-16/+29
* libctdb: test: logging enhancementRusty Russell2010-06-214-20/+35
* libctdb: test infrastructureRusty Russell2010-07-1622-0/+2487
* libctdb: implement synchronous readrecordlock interface.Rusty Russell2010-06-212-0/+54
* libctdb: implement ctdb_disconnect and ctdb_detachdbRusty Russell2010-06-183-10/+70
* libctdb: fix io_elem resource leak on realloc failure.Rusty Russell2010-06-181-2/+4
* libctdb: fix writerecord() to actually write the record.Rusty Russell2010-06-211-0/+2
* libctdb: ctdb_service() never returns < 0Rusty Russell2010-06-181-1/+1
* libctdb: check ctdb_request_free & ctdb_cancel used appropriately.Rusty Russell2010-06-181-0/+15
* libctdb: synchronous should be using ctdb_cancel to kill unfinished requests.Rusty Russell2010-06-181-2/+6