when tdb_chainunlock() fails, print the tdb error that occured
[metze/ctdb/wip.git] / server / eventscript.c
2010-05-03 Ronnie sahlbergMerge commit 'rusty/signal-fix'
2010-04-08 Rusty Russelleventscript: simplify script timeout handling
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 Rusty Russelleventscript: fix case where we fail to create child...
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-11 Ronnie SahlbergMerge root@10.1.1.27:/shared/ctdb/ctdb-git
2010-02-23 Stefan Metzmacherserver: add "setup" event
2010-02-16 Ronnie SahlbergIgnore any scripts that timesout for most events, excep...
2010-02-16 Ronnie SahlbergReduce loglevel for two eventscript related debug messages
2010-01-22 Martin SchwenkeMerge commit 'origin/master'
2010-01-20 Stefan Metzmacherserver: add updateip event
2010-01-20 Stefan Metzmacherserver: add "init" event
2010-01-07 Martin SchwenkeMerge commit 'origin/master'
2009-12-18 Rusty Russelleventscript: fix bug when script is aborted
2009-12-18 Rusty Russelleventscript: remove cb_status, fix uninitialized bug...
2009-12-18 Martin SchwenkeMerge commit 'origin/master'
2009-12-18 Rusty Russelleventscript: fix cleanup path when setting up script...
2009-12-17 Ronnie Sahlbergversion 1.0.109
2009-12-17 Rusty Russelleventscript: remove cb_status, fix uninitialized bug...
2009-12-16 Ronnie Sahlbergfix a conflict in the merge from rusty
2009-12-16 Rusty RussellAdd --valgringing flag instead of --nosetsched
2009-12-15 Ronnie SahlbergMerge branch 'trans3'
2009-12-15 Ronnie SahlbergAuthor: Rusty Russell <rusty@rustcorp.com.au>
2009-12-15 Ronnie SahlbergMerge commit 'obnox/ctdb-wip-trans3' into trans3
2009-12-14 Rusty Russelleventscript: fix monitoring when killed by another...
2009-12-09 Ronnie SahlbergMerge commit 'rusty/script-report'
2009-12-07 Rusty Russellctdb: scriptstatus can now query non-monitor events
2009-12-07 Rusty Russelleventscript: expost call names and enum
2009-12-07 Rusty Russelleventscript: lock logging on timeout.
2009-12-08 Rusty Russelleventscript: get rid of ctdb_control_event_script_finis...
2009-12-08 Rusty Russelleventscript: save state for all script invocations
2009-12-08 Rusty Russelleventscript: cleanup finished to take state arg
2009-12-08 Rusty Russelleventscript: use wire format internally for script...
2009-12-07 Rusty Russelleventscript: rename ctdb_monitoring_wire to ctdb_script...
2009-12-08 Rusty Russelleventscript: get_current_script() helper
2009-12-08 Rusty Russelleventscript: use an array rather than a linked list...
2009-12-08 Rusty Russelleventscript: record script status for all events
2009-12-08 Rusty Russelleventscript: use scripts array directly, rather than...
2009-12-08 Rusty Russelleventscript: ctdb_fork_with_logging()
2009-12-07 Rusty Russelleventscript: remove unused ctbd_ctrl_event_script*
2009-12-07 Rusty Russelleventscript: refactor forking code into fork_child_for_...
2009-12-07 Rusty Russelleventscript: fork() a child for each script.
2009-12-07 Rusty Russelleventscript: store from_user and script_list inside...
2009-12-07 Rusty Russelleventscript: use direct script state pointer for curren...
2009-12-07 Rusty Russelleventscript: make current_monitor_status_ctx serve...
2009-12-07 Rusty Russelleventscript: split ctdb_run_event_script into multiple...
2009-12-07 Rusty Russelleventscript: hoist work out of child process, into...
2009-12-07 Rusty Russelleventscript: handle banning within the callbacks
2009-12-07 Rusty Russelleventscript: expost ctdb_ban_self()
2009-12-07 Rusty Russelleventscript: handle v. unlikely timeout race
2009-12-07 Rusty Russelleventscript: replace other -1 returns with -errno
2009-12-07 Rusty Russelleventscript: simplify ctdb_run_event_script loop
2009-12-07 Rusty Russelleventscript: handle and report generic stat/execution...
2009-12-07 Rusty Russelleventscript: use -ENOEXEC for disabled status value
2009-12-07 Rusty Russelleventscript: enhance script delete race check
2009-12-07 Rusty Russelleventscript: check_executable() to centralize stat...
2009-12-07 Rusty Russelleventscript: use -ETIME for timeout status value
2009-12-07 Rusty Russelleventscript: marshall onto last_status immediately
2009-12-04 Martin SchwenkeMerge branch 'status-test-2'
2009-12-02 Rusty Russelleventscript: reduce code duplication for ending a scrip...
2009-11-30 Ronnie SahlbergMerge commit 'martins/status-test-2'
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-25 Martin SchwenkeMerge commit 'martins-svart/status-test-2' into status...
2009-11-25 Rusty Russelleventscript: check that ctdb forced script events correct
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 Sahlbergrework and simplify the eventscript handling
2009-11-19 Ronnie Sahlbergdont reset the event script context everytime we start...
2009-11-13 Ronnie Sahlbergtest of a change to make ctdbd use "status" event inste...
2009-11-11 Martin SchwenkeMerge commit 'origin/master'
2009-11-05 Volker LendeckeFix a segfault in the eventscript timeout handler.
2009-10-28 Ronnie Sahlbergcreate a separate context for non-monitor eventscripts...
next