summaryrefslogtreecommitdiffstats
path: root/ctdb/libctdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-083-9/+68
* libctdb: always check header hasn't changed on local tdbRusty Russell2010-06-082-25/+57
* libctdb: more bool conversion, and accompany lock by ctdb_db in APIRusty Russell2010-06-083-14/+27
* libctdb: clarify logging levelsRusty Russell2010-06-082-12/+12
* 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-052-3/+23
* Must initialize ctdb->locks or else bad things happenRonnie Sahlberg2010-06-051-0/+1
* libctdb: documentationRusty Russell2010-06-041-0/+3
* libctdb: use bool in APIRusty Russell2010-06-045-44/+40
* libctdb: track lock for each ctdb_db, complain if they hold too long.Rusty Russell2010-06-042-33/+50
* patch libctdb-use-logging.patchRusty Russell2010-06-045-22/+138
* libctdb: add logging infrastructureRusty Russell2010-06-044-2/+80
* libctdb: add ctdb arg to more functions.Rusty Russell2010-06-046-50/+60
* Readrecordlock changes:Ronnie Sahlberg2010-06-041-1/+21
* remove the global rrl_cb_called from the libctdb exampleRonnie Sahlberg2010-06-041-4/+15
* libctdb: change callback for ctdb_readrecordlock.Rusty Russell2010-06-042-52/+33
* 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-022-0/+8
* Add the offsetof macro to libctdbRonnie Sahlberg2010-06-023-3/+7
* Make the call to free the request explicit in the callbackRonnie Sahlberg2010-06-022-1/+4
* Automatically free the request once the callback has returned.Ronnie Sahlberg2010-06-021-0/+1
* add a sync wrapper for the getpnn controlRonnie Sahlberg2010-06-021-0/+17
* Update the tst.c example application for libctdb toRonnie Sahlberg2010-06-021-5/+13
* add a gplv3 boilerplate to the example application for libctdbRonnie Sahlberg2010-05-261-0/+19
* libctdb: tweak interface for readrecordlockRusty Russell2010-05-244-26/+21
* libctdb: uniform callbacks, _recv functions to pull out data.Rusty Russell2010-05-248-344/+418
* tst.c: update to Ronnie's latestRusty Russell2010-05-201-5/+92
* libctdb: first cut, supports getrecmaster onlyRusty Russell2010-05-2111-0/+1266
* libctdb: API changes from Ronnie's versionRusty Russell2010-05-201-17/+21
* libctdb: ctdb.h and tst.c from RonnieRusty Russell2010-05-201-0/+70