summaryrefslogtreecommitdiff
path: root/ctdb/libctdb/ctdb.c
Commit message (Expand)AuthorAgeFilesLines
* libctdb: Reorder attachdbVolker Lendecke2011-08-221-81/+90
* libctdb: Correct 4bfdfda, stddef.h is needed by libctdb_private.hVolker Lendecke2011-08-221-1/+0
* Add missing #include to libctdb/ctdb.cVolker Lendecke2011-08-171-0/+1
* LIBCTDB: add support for traverseRonnie Sahlberg2011-01-141-0/+183
* LIBCTDB uninitialized inqueue elementRonnie Sahlberg2011-01-111-0/+1
* LibCTDBRonnie Sahlberg2010-12-101-2/+24
* libctdb: implement synchronous readrecordlock interface.Rusty Russell2010-06-211-0/+1
* libctdb: implement ctdb_disconnect and ctdb_detachdbRusty Russell2010-06-181-10/+57
* libctdb: check ctdb_request_free & ctdb_cancel used appropriately.Rusty Russell2010-06-181-0/+15
* libctdb: fix uninitialized field usage on ctdb_attach failure pathRusty Russell2010-06-181-1/+1
* libctdb: removed unused lock field from struct ctdb_dbRusty Russell2010-06-181-3/+0
* libctdb: connect TDB logging to our loggingRusty Russell2010-06-081-6/+6
* libctdb: always check header hasn't changed on local tdbRusty Russell2010-06-081-1/+26
* libctdb: more bool conversion, and accompany lock by ctdb_db in APIRusty Russell2010-06-081-10/+21
* libctdb: clarify logging levelsRusty Russell2010-06-081-11/+11
* libctdb: use magic to detect free/invalid locksRusty Russell2010-06-081-26/+32
* In ctdb_writerecord()Ronnie Sahlberg2010-06-051-0/+7
* Split ctdb_release_lock() into a function to release the locvk and another fu...Ronnie Sahlberg2010-06-051-2/+20
* Must initialize ctdb->locks or else bad things happenRonnie Sahlberg2010-06-051-0/+1
* libctdb: use bool in APIRusty Russell2010-06-041-9/+8
* libctdb: track lock for each ctdb_db, complain if they hold too long.Rusty Russell2010-06-041-33/+48
* patch libctdb-use-logging.patchRusty Russell2010-06-041-17/+101
* libctdb: add logging infrastructureRusty Russell2010-06-041-1/+5
* libctdb: add ctdb arg to more functions.Rusty Russell2010-06-041-16/+21
* Readrecordlock changes:Ronnie Sahlberg2010-06-041-1/+21
* libctdb: change callback for ctdb_readrecordlock.Rusty Russell2010-06-041-44/+25
* libctdb: fix wrong argument being handed to callback on attachdb failRusty Russell2010-06-041-2/+2
* ctdb_req_control contains 4 padding bytes. Create an explicit pad variable he...Ronnie Sahlberg2010-06-021-0/+1
* Add the offsetof macro to libctdbRonnie Sahlberg2010-06-021-2/+2
* Make the call to free the request explicit in the callbackRonnie Sahlberg2010-06-021-1/+1
* Automatically free the request once the callback has returned.Ronnie Sahlberg2010-06-021-0/+1
* libctdb: tweak interface for readrecordlockRusty Russell2010-05-241-18/+15
* libctdb: uniform callbacks, _recv functions to pull out data.Rusty Russell2010-05-241-205/+242
* libctdb: first cut, supports getrecmaster onlyRusty Russell2010-05-211-0/+643