sahlberg/ctdb.git
2010-05-14 Ronnie Sahlbergin ctdb_getrecmaster_recv return 0 (success) when...
2010-05-14 Ronnie Sahlbergchange ctdb_ctrl_attach to use the new libctdb versions...
2010-05-14 Ronnie Sahlbergwe sometimes need to send special flags when asking...
2010-05-14 Ronnie Sahlberglet the ctdb_createdb*() fucntions return the db_id
2010-05-14 Ronnie Sahlbergupdate the internal ctdb_ctrl_createdb() call to use...
2010-05-14 Ronnie Sahlbergadd a libctdb version of the control to create a database
2010-05-13 Ronnie Sahlbergchange the old ctdb_ctrl_getpnn() function with tiemout...
2010-05-13 Ronnie SahlbergChange the ctdb_getpnn*() functions to take a destinati...
2010-05-13 Ronnie SahlbergAdd a control to read the PNN number of the local node...
2010-05-12 Ronnie Sahlbergtemporary kludge
2010-05-12 Ronnie Sahlbergremove the timeout parameter to ctdb_control_send(...
2010-05-12 Ronnie Sahlbergmove some timed event calls out from libctdb and put...
2010-05-12 Ronnie Sahlbergooops, add a file that was missing
2010-05-12 Ronnie Sahlbergdont include events.h from files that dont need/use it.
2010-05-12 Ronnie Sahlbergshow gow to use _send() _recv() in the example program
2010-05-11 Ronnie SahlbergUpdate ctdb_remove_message_handler to provide a nonbloc...
2010-05-11 Ronnie Sahlbergadditional cleanup.
2010-05-11 Ronnie Sahlbergmove messaging functions into libctdb
2010-05-11 Ronnie Sahlbergchange the libctdb_ prefix to ctdb_
2010-05-11 Ronnie SahlbergChange the ifdefs to match the filename
2010-05-11 Ronnie Sahlbergrename ctdb.h to ctdb_protocol.h
2010-05-11 Ronnie Sahlbergdont include talloc in libctdb.a
2010-05-11 Ronnie Sahlbergadd libctdb getrecmaster control recv function and
2010-05-11 Ronnie Sahlbergupdates
2010-05-10 Ronnie Sahlbergexample libctdb.a and test program libctdb/tst.c
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. rusty/tdb-update
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 rusty/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...
2010-04-07 Ronnie SahlbergMerge root@10.1.1.27:/shared/ctdb/ctdb-git
2010-04-07 Ronnie SahlbergLower the loglevel for "Recovery lock successfully...
2010-03-31 Martin SchwenkeMerge commit 'origin/master'
2010-03-30 Ronnie SahlbergMerge root@10.1.1.27:/shared/ctdb/ctdb-git
2010-03-30 Ronnie SahlbergWhen we forcefully abort a running eventscript, dont...
2010-03-30 Ronnie SahlbergMerge root@10.1.1.27:/shared/ctdb/ctdb-git
2010-03-30 Ronnie SahlbergReduce the loglevel for two log messages for Registerin...
2010-03-29 Ronnie SahlbergMerge root@10.1.1.27:/shared/ctdb/ctdb-git
2010-03-29 Volker LendeckeIn ctdb catdb, print the payload data length without...
2010-03-29 Volker LendeckeFix a typo in run_startrecovery_eventscript
2010-03-29 Michael Adamevents:50.samba: wipe the local part of the serverid...
next