sahlberg/ctdb.git
2009-12-04 Michael Adamclient: in catdb, print the keyname first, and separate...
2009-12-04 Michael Adampackaging: remove the lib/popt from the tarball in...
2009-12-04 Michael Adampackaging: rework maketarball.sh to accept an arbitrary...
2009-12-04 Michael Adamctdb: add command "ctdb wipedb" to wipe the contents...
2009-12-04 Michael Adamtests: turn printfs into DEBUG statements in the ctdb_t...
2009-12-04 Martin SchwenkeMerge branch 'status-test-2'
2009-12-04 Ronnie SahlbergDont store debug level DEBUG_DEBUG in the in-memory...
2009-12-04 Ronnie SahlbergUse statically allocated ringbuffer to store the last...
2009-12-03 Ronnie SahlbergDocument the procedure to remove/change the NATGW confi...
2009-12-02 Ronnie Sahlberglower the loglevel for the message that a client has...
2009-12-02 Ronnie Sahlberglower the loglevel for the message that a client has...
2009-12-02 Ronnie SahlbergAdd a proper function to process a process-exist contro...
2009-12-02 Ronnie SahlbergAdd a double linked list to the ctdb_context to store...
2009-12-02 Ronnie SahlbergUse the PID we pick up from the domain socket when...
2009-12-02 Ronnie Sahlbergversion 1.0.107 ctdb-1.0.107
2009-12-02 Rusty Russellctdb_io: fix use-after-free on invalid packets
2009-12-02 Ronnie Sahlbergversion 1.0.106 ctdb-1.0.106
2009-12-01 Martin SchwenkeEventscripts: Fix syntax error in 00.ctdb. martins/status-test-2
2009-12-01 Michael Adampackaging:maketarball.sh: add a DEBIAN_MODE to the...
2009-12-01 Michael Adamconfigure:maketarball.sh: call autogen.sh and include...
2009-12-01 Michael Adampackaging:maketarball.sh: create the specfile from...
2009-12-01 Martin SchwenkeEventscripts: Remove executable bit accidently set...
2009-12-01 Martin SchwenkeEventscript argument cleanups and introduction of ctdb_...
2009-12-01 Ronnie Sahlbergwhen we detect a ip-allocation mismatch, just force...
2009-12-01 Ronnie SahlbergWhen starting up ctdbd, wait until all initial recoveri...
2009-11-30 Ronnie SahlbergMerge commit 'martins/status-test-2'
2009-11-27 Martin SchwenkeEvent scripts: functions file now intercepts status...
2009-11-27 Ronnie Sahlbergremove a stray ) so we compile
2009-11-27 Ronnie Sahlbergdont use talloc_steal() on a object that is already...
2009-11-27 Ronnie SahlbergMerge commit 'martins/status-test' into status-test-2
2009-11-27 Martin SchwenkeMerge commit 'martins-svart/status-test-2' into status...
2009-11-27 Martin SchwenkeEvent script infrastructure: add reload event to check_...
2009-11-26 Ronnie SahlbergMerge commit 'martins/status-test' into status-test-2
2009-11-26 Martin SchwenkeMerge commit 'martins-svart/status-test-2' into status...
2009-11-26 Martin SchwenkeAdd flag to ctdb_event_script_callback indicating when...
2009-11-26 Ronnie Sahlbergresolve some conflicts from merging from martins branch
2009-11-26 Ronnie Sahlbergchange the lock wait child handling to use a pipe isnte...
2009-11-25 Martin SchwenkeMerge commit 'martins-svart/status-test-2' into status...
2009-11-25 Martin SchwenkeEvent scripts: use $script_name rather than $service...
2009-11-25 Martin SchwenkeEvent scripts: Respect CTDB_MANAGES_NFS and add functio...
2009-11-25 Martin SchwenkeMore eventscript cleanups. Initial smoke testing seems OK.
2009-11-25 Ronnie Sahlberguse a binary tree and sort all ipv4/v6 addresses before...
2009-11-25 Rusty Russelleventscript: check that ctdb forced script events correct
2009-11-24 Ronnie SahlbergiIt is better to plainly disallow clietnts from connect...
2009-11-24 Martin SchwenkeMerge commit 'origin/status-test' into status-test
2009-11-24 Rusty Russelleventscript: check that ctdb forced script events correct
2009-11-24 Rusty Russelleventscript: check that internal script events are...
2009-11-24 Rusty Russelleventscript: check that internal script events are...
2009-11-24 Rusty Russelleventscript: remove call name from state->options
2009-11-24 Rusty Russelleventscript: remove call name from state->options
2009-11-24 Rusty Russelleventscript: put call type into state struct.
2009-11-24 Rusty Russelleventscript: put call type into state struct.
2009-11-24 Rusty Russelleventscript: introduce enum for different event script...
2009-11-24 Rusty Russelleventscript: introduce enum for different event script...
2009-11-24 Rusty Russelleventscript: put timeout inside ctdb_event_script_callb...
2009-11-24 Rusty Russelleventscript: put timeout inside ctdb_event_script_callb...
2009-11-24 Rusty Russelleventscript: cleanup ctdb_event_script_v
2009-11-24 Rusty Russelleventscript: typo cleanups
2009-11-24 Rusty Russelleventscript: fix bug in timeouts on forced eventscripts...
2009-11-24 Rusty Russelleventscript: fix bug in timeouts on forced eventscripts...
2009-11-24 Rusty Russelleventscript: clean up forked handler event code
2009-11-25 Ronnie Sahlbergrework and simplify the eventscript handling
2009-11-24 Rusty Russelleventscript: clean up forked handler event code
2009-11-23 Ronnie Sahlbergreduce the log level for three vacuuming related log...
2009-11-23 Ronnie Sahlbergrework and simplify the eventscript handling
2009-11-20 Martin SchwenkeMore eventscript cleanups. Initial smoke testing seems OK.
2009-11-19 Martin SchwenkeNow vaguely tested initscript updates.
2009-11-19 Martin SchwenkeMore untested eventscript factorisation.
2009-11-19 Martin SchwenkeTest suite: Make the CIFS tickle test wait until it...
2009-11-19 Ronnie Sahlbergnew version 1.0.105 ctdb-1.0.105
2009-11-19 Ronnie Sahlbergdont reset the event script context everytime we start...
2009-11-18 Ronnie Sahlbergmake the ringbuffer logging more efficient and marshall...
2009-11-18 Ronnie Sahlbergadd an in memory ringbuffer where we store the last...
2009-11-17 Ronnie Sahlbergcreate a new event context for the syslog daemon
2009-11-16 Ronnie Sahlbergset up a pipe betweent he main daemon and the child...
2009-11-13 Martin SchwenkeEventscripts: Untested factorisations and introduction...
2009-11-13 Ronnie Sahlbergtest of a change to make ctdbd use "status" event inste...
2009-11-13 Ronnie SahlbergMerge commit 'martins/master'
2009-11-12 Martin SchwenkeTest suite: Fix the NFS and CIFS tickle tests.
2009-11-11 Martin SchwenkeMerge commit 'origin/master'
2009-11-10 Mathieu ParentFix bashism in events.d/11.natgw rusty/master-rebase
2009-11-06 Ronnie Sahlbergversion 1.0.104 ctdb-1.0.104
2009-11-05 Ronnie Sahlbergsugegstion from metze,
2009-11-05 Ronnie Sahlbergsuggestion from Christian,
2009-11-05 Volker LendeckeFix a segfault in the eventscript timeout handler.
2009-11-05 Michael Adamctdb.sysconfig: add a comment section about CTDB_RUN_TI...
2009-11-05 Michael AdamAdd a 99.timeout event script to trigger monitor timeouts.
2009-11-05 Ronnie Sahlbergdont use the pointer after it has been talloc_free()d.
2009-11-05 Ronnie SahlbergFrom Rusty
2009-11-05 Ronnie Sahlbergadd an extra test for the bond devices and check that...
2009-11-03 Ronnie Sahlbergdont verify winbindd is running properly at startup
2009-11-03 Ronnie Sahlbergnew version 1.0.103 ctdb-1.0.103
2009-11-02 Ronnie Sahlbergmove the check to skip vacuuming on persistent database...
2009-11-02 Michael Adampackaging: use githash in rpm release by default.
2009-11-02 Michael Adamserver: disable vacuuming for persistent tdbs.
2009-10-30 Michael Adamclient: randomize the transaction_start retry loop:
2009-10-30 Michael AdamRevert "dont exit on a commit failure"
2009-10-30 Michael Adamclient: fix a race in the local race condition fix...
2009-10-30 Michael Adamclient: add a debug message when a transaction_commit...
2009-10-30 Michael Adampackaging(RPM): don't touch the run levels in ctdb...
next