rusty/ctdb.git
2010-06-22 Rusty Russellspeed startup: with --sloppy-start, cut initial electio... init-speedup
2010-06-22 Rusty Russellspeed startup: add --sloppy-start.
2010-06-22 Rusty Russellspeed startup: run startup immediately after recovery...
2010-06-22 Rusty Russellspeed startup: don't wait a full recovery interval...
2010-06-22 Rusty Russellspeed startup: immediately run first monitor event...
2010-06-22 Rusty Russellspeed startup: alter recovery loop
2010-06-10 Ronnie SahlbergWrap the IDR early, but not too early.
2010-06-10 Ronnie sahlbergMerge commit 'rusty/idtree'
2010-06-09 Rusty RussellDelay reusing ids to make protocol more robust idtree
2010-06-09 Rusty Russellidtree: fix handling of large ids (eg INT_MAX)
2010-06-09 Ronnie Sahlbergfix a debug message
2010-06-09 Ronnie Sahlbergidr can timeout and wrap/be reused quite quickly.
2010-06-09 Ronnie SahlbergWe can not be holding a chainlock at this stage, so...
2010-06-09 Ronnie Sahlbergadd extra logging for failed ctdb_ltdb_unlock() for...
2010-06-09 Ronnie Sahlbergadd additional logging when tdb_chainunlock() fails
2010-06-09 Ronnie Sahlbergprint the db name qwhen a chainunlock fails too
2010-06-09 Ronnie Sahlbergwhen tdb_chainunlock() fails, print the tdb error that...
2010-06-08 Ronnie SahlbergSome "ctdb ..." commands can be run without having...
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-08 Ronnie SahlbergAdditional log messages when tdb databases can no longe...
2010-06-05 Ronnie SahlbergIn ctdb_writerecord()
2010-06-05 Ronnie SahlbergSplit ctdb_release_lock() into a function to release...
2010-06-05 Ronnie Sahlbergupdate "ctdb pnn" to use the new return value for _recv...
2010-06-05 Ronnie SahlbergMust initialize ctdb->locks or else bad things happen
2010-06-05 Ronnie SahlbergUpdate the ctdb tool to use the new signature for ctdb_...
2010-06-04 Rusty Russelllibctdb: documentation
2010-06-04 Rusty Russelllibctdb: use values from ctdb_protocol.h, don't re...
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 SahlbergWhen we say "current time of statistics" in the "ctdb...
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 variable for start/current time to ctdb statistics
2010-06-02 Ronnie Sahlberglink ctdb with libctdb and connect to the daemon both...
2010-06-02 Ronnie Sahlbergadd a sync wrapper for the getpnn control
2010-06-02 Ronnie Sahlbergadd a function to read the current socketname from...
2010-06-02 Ronnie Sahlbergrename ctdb_remove_message_handler to ctdb_client_remov...
2010-06-02 Ronnie Sahlbergrename ctdb_message_fn_t to ctdb_msg_fn_t to avoid...
2010-06-01 Ronnie Sahlbergrename ctdb_set_message_handler to ctdb_client_set_mess...
2010-06-01 Ronnie Sahlbergrename ctdb_send_message to ctdb_client_send_message...
2010-06-01 Ronnie SahlbergDont link with libctdb
2010-06-01 Ronnie SahlbergUpdate the tst.c example application for libctdb to
2010-06-01 Ronnie Sahlbergrename ccan/typesafe_cb.h to ctdb_typesafe_cb.h and
2010-06-01 Ronnie SahlbergWhen adding an ip at runtime, it might not yet have...
2010-06-01 Ronnie SahlbergDont check linkstatus for loopback. This interface...
2010-06-01 Ronnie SahlbergPrevent clients from connecting to the natgw address.
2010-05-26 Ronnie Sahlbergadd a gplv3 boilerplate to the example application...
2010-05-26 Ronnie Sahlbergcheck if vnn is a valid pointer before dereferencing it
2010-05-26 Ronnie Sahlbergmove the header files and libctdb.a out into a separate...
2010-05-25 Ronnie Sahlbergmake install to install libctdb.a
2010-05-25 Ronnie Sahlbergmake sure we build libctdb for "make all"
2010-05-25 Ronnie SahlbergMerge commit 'rusty/libctdb2'
2010-05-25 Ronnie Sahlbergnew version 1.9
2010-05-25 Ronnie SahlbergAdd monitoring of quorum and make the node UNHEALTHY...
2010-05-25 Ronnie Sahlbergin 62.cnfs, lines in /etc/exports can have hte exports...
2010-05-25 Ronnie SahlbergIt was possible for ->recovery_mode to get out of sync...
2010-05-24 Rusty Russelllibctdb: tweak interface for readrecordlock
2010-05-24 Rusty Russelllibctdb: uniform callbacks, _recv functions to pull...
2010-05-21 Rusty Russellpatch libctdb-single-callback.patch
2010-05-20 Rusty Russelltst.c: update to Ronnie's latest
2010-05-20 Rusty Russelllibctdb: Ronnie's build changes, so we actually build...
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
2010-05-20 Rusty Russelllibctdb: reorganize headers: remove ctdb.h, add ctdb_cl...
2010-05-20 Ronnie SahlbergIn control_ipreallocate() we wait at most 5 tries befor...
2010-05-20 Ronnie sahlbergdocument how to restore a backup into a different database
2010-05-20 Ronnie SahlbergEnhance the "ctdb restoredb" command so you can restore...
2010-05-11 Ronnie sahlbergMerge commit 'obnox/master-rebase'
2010-05-11 Michael Adamfunctions: when checking for a directory also check...
2010-05-11 Michael Adamtests:ctdb_bench: make send_start_messages() static...
2010-05-11 Michael Adamtests: eliminate a floating point exception by requirin...
2010-05-10 Ronnie SahlbergAdd the number of performed recoveries to the "ctdb...
2010-05-10 Rusty Russellctdb: use full range of IDR
2010-05-05 Ronnie Sahlbergwhen performing a recovery,
2010-05-04 Ronnie SahlbergAdd a new eventscript 62.cnfs to integrate better with...
2010-05-03 Ronnie sahlbergMerge commit 'rusty/signal-fix'
2010-05-03 Ronnie Sahlberg Dont check ip assignment across the cluster while...
2010-05-03 Ronnie SahlbergThe recent change to the recovery daemon to keep track...
2010-05-03 Ronnie SahlbergMake create_merged_ip_list() a static function since
2010-05-03 Ronnie SahlbergIn the log message when we have found an inconsistent...
2010-04-27 Ronnie SahlbergIf the admin makes a configuration mistake and configur...
2010-04-22 Ronnie sahlbergMerge commit 'rusty/tdb-update'
2010-04-22 Ronnie SahlbergAdd a setting where CTDB will monitor and warn for...
2010-04-22 Ronnie SahlbergIn the example script to remove all ip addresses after...
2010-04-22 Rusty Russelltdb: define _PUBLIC_ so we can compile tdb.
2010-04-22 Andrew Tridgelltdb: update tdb ABI to use hide_symbols=True
next