eventscript: fork() a child for each script.
[tridge/ctdb.git] / server / eventscript.c
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-02 Rusty Russelleventscript: reduce code duplication for ending a scrip...
2009-12-04 Martin SchwenkeMerge branch 'status-test-2'
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...
2009-10-28 Ronnie Sahlbergreturn 0 in the event script callback if it was aborted...
2009-10-28 Ronnie Sahlbergchange the eventscript handling to allow EventScriptTim...
2009-10-27 Ronnie SahlbergEnhance the logging fromeventscripts.
2009-10-27 Ronnie Sahlbergdont run the monitor event so frequently after a event...
2009-10-23 Ronnie Sahlbergwhen scripts timeout, log pstree to a file in /tmp...
2009-10-22 Martin SchwenkeMerge commit 'origin/master'
2009-10-22 Ronnie SahlbergFrom Volker L
2009-10-21 Martin SchwenkeMerge commit 'origin/master'
2009-10-21 Ronnie SahlbergDuring tests it is common to add/delete test eventscrip...
2009-10-21 Ronnie Sahlberglower the debug levels for the "create FD messages...
2009-10-20 Martin SchwenkeMerge commit 'origin/master'
2009-10-20 Ronnie SahlbergFrom wolfgang Mueller
2009-10-19 Martin SchwenkeMerge commit 'origin/master'
2009-10-16 Martin SchwenkeMerge branch 'onnode_options'
2009-10-16 Martin SchwenkeMerge commit 'origin/master'
2009-10-15 Ronnie Sahlbergadd logging everytime we create a filedescriptor in...
2009-10-14 Ronnie SahlbergMerge commit 'martins/onnode_options'
2009-10-14 Ronnie Sahlbergadd more debugging output to eventscripts and when...
2009-10-12 Ronnie SahlbergMerge commit 'martins/master'
2009-10-09 Ronnie SahlbergFix bug spotted by Metze,
2009-10-06 Martin SchwenkeMerge commit 'origin/master'
2009-10-02 Ronnie Sahlbergwe should close this file on exec
2009-09-09 Martin SchwenkeMerge commit 'origin/master'
2009-09-09 Ronnie Sahlbergdont force an election just because the ban flag differ...
2009-09-07 Martin SchwenkeMerge commit 'origin/master'
2009-09-03 Ronnie SahlbergMerge root@10.1.1.27:/shared/ctdb/ctdb-git
2009-09-03 Ronnie Sahlbergnew prototype banning code
2009-08-17 Martin SchwenkeMerge commit 'origin/master'
2009-08-13 Ronnie Sahlbergadd new controls to make it possible to enable/disable...
2009-07-17 Ronnie SahlbergMerge commit 'martins/master'
2009-07-17 Ronnie Sahlbergcreate a new event : stopped.
2009-06-02 Martin SchwenkeMerge branch 'init_rewrite'
2009-06-02 Martin SchwenkeMerge commit 'origin/master'
2009-06-01 Ronnie Sahlberglower the loglevel when we long that we skip an evenscr...
2009-05-21 Sumit Boseadd missing checks on so far ignored return values
2009-04-07 Andrew TridgellMerge commit 'ronnie/master'
2009-04-06 Ronnie Sahlbergwe only need to switch into client mode from the events...
2009-04-06 Ronnie Sahlberguse _exit() and not exit() when we terminate a failed...
2009-03-23 Michael AdamMerge commit 'ctdb-ronnie/master'
2009-03-23 rootadd a new command "ctdb scriptstatus"
2008-11-20 Andrew TridgellMerge commit 'ronnie/master'
2008-11-19 Martin SchwenkeMerge branch 'master' into martins
2008-10-22 Ronnie Sahlbergadd a context and a timed event so that once we have...
2008-10-16 Ronnie Sahlbergallow multiple eventscripts using the same prefix.
next