ctdb_call: remove requirement that read-only requests be FETCH_WITH_HEADER
[rusty/ctdb.git] / libctdb /
2011-11-29 Ronnie SahlbergLibCTDB: add support for the check-srvids control
2011-11-29 Ronnie SahlbergLibCTDB: add get persistent db seqnum control
2011-11-29 Michael Adamtraverse: add a flag to enable transferring empty recor...
2011-10-31 Ronnie SahlbergMerge remote branch 'ddiss/master_pmda_namespace'
2011-10-28 Ronnie SahlbergMerge branch 'master' of 10.1.1.27:/shared/ctdb/ctdb...
2011-10-28 Ronnie Sahlberglibctdb: dont allow ctdb_writerecord() for readonly...
2011-10-28 Ronnie SahlbergMerge branch 'master' of 10.1.1.27:/shared/ctdb/ctdb...
2011-10-28 Ronnie SahlbergReadOnly: If record does not exist, upgrade to write...
2011-10-28 Ronnie SahlbergMerge branch 'master' of 10.1.1.27:/shared/ctdb/ctdb...
2011-10-28 Ronnie SahlbergReadOnly: add readonly record lock requests to libctdb
2011-09-11 Ronnie SahlbergMerge branch 'master-readonly-records' into foo
2011-08-23 Ronnie SahlbergLibCTDB : initialize ctdb->pnn to -1 when we create...
2011-08-23 Ronnie SahlbergLibCTDB : initialize ctdb->pnn to -1 when we create...
2011-08-23 Ronnie SahlbergLibCTDB : add support for getrecmode
2011-08-23 Ronnie SahlbergLibCTDB : add support for getrecmode
2011-08-23 Ronnie SahlbergLibCTDB: add commands where an application can query...
2011-08-22 Volker Lendeckelibctdb: "unpack_reply_control" does not need the ctdb_...
2011-08-22 Volker Lendeckelibctdb: "unpack_reply_call" does not need the ctdb_con...
2011-08-22 Volker Lendeckelibctdb: "ctdb_request_free" does not need the ctdb_con...
2011-08-22 Volker Lendeckelibctdb: Make sure ctdb_request->ctdb is filled correctly
2011-08-22 Volker Lendeckelibctdb: Ensure 0-termination of sun_path
2011-08-22 Volker Lendeckelibctdb: Fix a few format warnings
2011-08-22 Volker Lendeckelibctdb: Add license header to messages.c
2011-08-22 Volker Lendeckelibctdb: Reorder attachdb
2011-08-22 Volker Lendeckelibctdb: Reorder set_message_handler
2011-08-22 Volker Lendeckelibctdb: Correct 4bfdfda, stddef.h is needed by libctdb...
2011-08-17 Volker LendeckeAdd missing #include to libctdb/ctdb.c
2011-01-14 Ronnie SahlbergLIBCTDB: add support for traverse
2011-01-10 Ronnie SahlbergLIBCTDB uninitialized inqueue element
2010-12-10 Ronnie Sahlberglibctdb
2010-12-10 Ronnie SahlbergLibCTDB
2010-09-15 Ronnie Sahlbergadda GETPUBLICIPS control to libctdb and use this in...
2010-09-13 Ronnie SahlbergImplement a new function GETNODEMAP in libctdb.
2010-08-24 Martin SchwenkeMerge branch 'master' of git://git.samba.org/sahlberg...
2010-08-19 Ronnie SahlbergMerge commit 'rusty/ports-from-1.0.112' into foo
2010-08-19 Ronnie SahlbergMerge commit 'rusty/vacuum-fix-master'
2010-08-18 Ronnie Sahlbergupdate the example for the new signature of
2010-08-17 Ronnie SahlbergMerge commit 'rusty/libctdb-new' into foo
2010-08-09 Rusty Russelllibctdb: add synchronous message handling and unregiste...
2010-06-21 Rusty Russelllibctdb: test: run.sh script
2010-06-21 Rusty Russelllibctdb: test: add readrecordlock support
2010-06-21 Rusty Russelllibctdb: test: add database save and restore
2010-06-21 Rusty Russelllibctdb: test: --no-failtest
2010-06-21 Rusty Russelllibctdb: test: improve logging of failure paths
2010-06-21 Rusty Russelllibctdb: test: logging enhancement
2010-07-16 Rusty Russelllibctdb: test infrastructure
2010-06-21 Rusty Russelllibctdb: implement synchronous readrecordlock interface.
2010-06-18 Rusty Russelllibctdb: implement ctdb_disconnect and ctdb_detachdb
2010-06-18 Rusty Russelllibctdb: fix io_elem resource leak on realloc failure.
2010-06-21 Rusty Russelllibctdb: fix writerecord() to actually write the record.
2010-06-18 Rusty Russelllibctdb: ctdb_service() never returns < 0
2010-06-18 Rusty Russelllibctdb: check ctdb_request_free & ctdb_cancel used...
2010-06-18 Rusty Russelllibctdb: synchronous should be using ctdb_cancel to...
2010-06-18 Rusty Russelllibctdb: fix uninitialized field usage on ctdb_attach...
2010-06-18 Rusty Russelllibctdb: removed unused lock field from struct ctdb_db
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