sahlberg/ctdb.git
2010-05-19 Ronnie Sahlbergchange the controls to return a struct ctdb_client_cont... libctdb
2010-05-19 Ronnie Sahlbergchange ...generic_callback to ...control_callback
2010-05-18 Ronnie SahlbergAdd verification that we called the correct *_recv...
2010-05-18 Ronnie Sahlbergadd a missing argument to the macros to test for samba...
2010-05-18 Ronnie Sahlbergmove the definition of server/message id port values...
2010-05-18 Ronnie Sahlbergcreate macros that define that all server ids for messa...
2010-05-18 Ronnie SahlbergRemove ctdb_set_callback() from the public API and...
2010-05-18 Ronnie Sahlbergmake the getrecovery master control use the new generic...
2010-05-18 Ronnie Sahlbergupdate getpnn to use a generic "set_callback" call...
2010-05-17 Ronnie Sahlbergadd a function ctdb_writerecord() to write a record...
2010-05-17 Ronnie Sahlbergmove ctdb_call_recv to libctdb
2010-05-17 Ronnie Sahlbergcreatedb and getdbpath does not need to be in the publi...
2010-05-17 Ronnie Sahlbergremove the old ctdb_attach() function and move all...
2010-05-17 Ronnie Sahlbergcreate a ctdb_attachdb_recv() function for libctdb.
2010-05-17 Ronnie Sahlbergcreate an async version of ctdb_attachdb_send() for...
2010-05-14 Ronnie Sahlbergcreate an async version of the control to get the path...
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...
next