rusty/ctdb.git
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
2010-04-22 Jelmer Vernooijsubunit: Support formatting compatible with upstream...
2010-04-22 Simo Sorcetdb: update exports and signatures files
2010-04-22 Volker Lendecketdb: Add a non-blocking version of tdb_transaction_start
2010-04-22 Volker Lendecketdb: Fix indentation in tdb_new_database()
2010-04-22 Volker LendeckeFix some nonempty blank lines
2010-04-22 Andrew Tridgellpython: use '#!/usr/bin/env python' to cope with varyin...
2010-04-22 Volker Lendecketdb: Fix bug 7248, avoid the nanosleep dependency
2010-04-22 Volker Lendecketdb: If tdb_parse_record does not find a record, return...
2010-04-22 Rusty Russelltdb: handle processes dying during transaction commit.
2010-04-22 Rusty Russellpatch tdb-refactor-tdb_lock-and-tdb_lock_nonblock.patch
2010-04-22 Rusty Russelltdb: add -k option to tdbtorture
2010-04-22 Rusty Russelltdb: don't truncate tdb on recovery
2010-04-22 Rusty Russelltdb: remove lock ops
2010-04-22 Rusty Russelltdb: rename tdb_release_extra_locks() to tdb_release_tr...
2010-04-22 Rusty Russelltdb: cleanup: remove ltype argument from _tdb_transacti...
2010-04-22 Rusty Russelltdb: tdb_allrecord_lock/tdb_allrecord_unlock/tdb_allrec...
2010-04-22 Rusty Russelltdb: suppress record write locks when allrecord lock...
2010-04-22 Rusty Russelltdb: cleanup: always grab allrecord lock to infinity.
2010-04-22 Rusty Russelltdb: remove num_locks
2010-04-22 Rusty Russelltdb: use tdb_nest_lock() for seqnum lock.
2010-04-22 Rusty Russelltdb: use tdb_nest_lock() for active lock.
2010-04-22 Rusty Russelltdb: use tdb_nest_lock() for open lock.
2010-04-22 Rusty Russelltdb: use tdb_nest_lock() for transaction lock.
2010-04-22 Rusty Russelltdb: cleanup: find_nestlock() helper.
2010-04-22 Rusty Russelltdb: cleanup: tdb_release_extra_locks() helper
2010-04-22 Rusty Russelltdb: cleanup: tdb_have_extra_locks() helper
2010-04-22 Rusty Russelltdb: don't suppress the transaction lock because of...
2010-04-22 Rusty Russelltdb: cleanup: tdb_nest_lock/tdb_nest_unlock
2010-04-22 Rusty Russelltdb: cleanup: rename global_lock to allrecord_lock.
2010-04-22 Rusty Russelltdb: cleanup: rename GLOBAL_LOCK to OPEN_LOCK.
2010-04-22 Rusty Russelltdb: make _tdb_transaction_cancel static.
2010-04-22 Rusty Russelltdb: cleanup: split brlock and brunlock methods.
2010-04-22 Brad HardsSpelling fixes for tdb.
2010-04-22 Andrew Tridgelltdb: use fdatasync() instead of fsync() in transactions
2010-04-22 Volker Lendecketdb: Apply some const, just for clarity
2010-04-22 Rusty Russelltdb: fix recovery reuse after crash
2010-04-22 Rusty Russelltdb: give a name to the invalid recovery area constant (0)
2010-04-22 Simo Sorcerelease-scripts: parametrize scripts
2010-04-22 Ronnie Sahlbergadd an example script that can be called from crontab...
2010-04-22 Ronnie Sahlberg add a missing ||
2010-04-22 Simo Sorcetdb: raise version to 1.2.1
2010-04-20 Martin SchwenkeFix a thinko in 2ea0a9f1a93781a0d036feb9fcc0d120b182922f.
2010-04-15 Ralph Wuerthnerethtool does not support virtio_net devices.
2010-04-15 Martin SchwenkeMerge branch 'master' of git://git.samba.org/sahlberg...
2010-04-08 Rusty Russelleventscript: simplify script timeout handling signal-fix
2010-04-08 Rusty Russelleventscript: wait for debugging dump before killing...
2010-04-08 Rusty Russelleventscript: don't do debugging system() from inside...
2010-04-08 Ronnie SahlbergMerge root@10.1.1.27:/shared/ctdb/ctdb-git
2010-04-08 Ronnie SahlbergFix a compiler warning
2010-04-08 Ronnie SahlbergIn the recovery daemon, keep track of which node we...
2010-04-08 Rusty Russelleventscript: fix case where we fail to create child...
next