summaryrefslogtreecommitdiffstats
path: root/ctdb/libctdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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