We can not be holding a chainlock at this stage, so the tdb_chainunlock() call is...
[metze/ctdb/wip.git] / libctdb /
2010-06-08 Rusty Russelllibctdb: connect TDB logging to our logging
2010-06-08 Rusty Russelllibctdb: always check header hasn't changed on local tdb
2010-06-08 Rusty Russelllibctdb: more bool conversion, and accompany lock by...
2010-06-08 Rusty Russelllibctdb: clarify logging levels
2010-06-08 Rusty Russelllibctdb: use magic to detect free/invalid locks
2010-06-05 Ronnie SahlbergIn ctdb_writerecord()
2010-06-05 Ronnie SahlbergSplit ctdb_release_lock() into a function to release...
2010-06-05 Ronnie SahlbergMust initialize ctdb->locks or else bad things happen
2010-06-04 Rusty Russelllibctdb: documentation
2010-06-04 Rusty Russelllibctdb: use bool in API
2010-06-04 Rusty Russelllibctdb: track lock for each ctdb_db, complain if they...
2010-06-04 Rusty Russellpatch libctdb-use-logging.patch
2010-06-04 Rusty Russelllibctdb: add logging infrastructure
2010-06-04 Rusty Russelllibctdb: add ctdb arg to more functions.
2010-06-04 Ronnie SahlbergReadrecordlock changes:
2010-06-04 Ronnie Sahlbergremove the global rrl_cb_called from the libctdb example
2010-06-04 Rusty Russelllibctdb: change callback for ctdb_readrecordlock.
2010-06-04 Rusty Russelllibctdb: fix wrong argument being handed to callback...
2010-06-02 Ronnie Sahlbergctdb_req_control contains 4 padding bytes. Create an...
2010-06-02 Ronnie SahlbergAdd the offsetof macro to libctdb
2010-06-02 Ronnie SahlbergMake the call to free the request explicit in the callback
2010-06-02 Ronnie SahlbergAutomatically free the request once the callback has...
2010-06-02 Ronnie Sahlbergadd a sync wrapper for the getpnn control
2010-06-01 Ronnie SahlbergUpdate the tst.c example application for libctdb to
2010-05-26 Ronnie Sahlbergadd a gplv3 boilerplate to the example application...
2010-05-25 Ronnie SahlbergMerge commit 'rusty/libctdb2'
2010-05-24 Rusty Russelllibctdb: tweak interface for readrecordlock
2010-05-24 Rusty Russelllibctdb: uniform callbacks, _recv functions to pull...
2010-05-20 Rusty Russelltst.c: update to Ronnie's latest
2010-05-21 Rusty Russelllibctdb: first cut, supports getrecmaster only
2010-05-20 Rusty Russelllibctdb: API changes from Ronnie's version
2010-05-20 Rusty Russelllibctdb: ctdb.h and tst.c from Ronnie