ctdb: when we fill the client packet queue we need to drop the client
[tridge/ctdb.git] / server /
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: don't make ourselves healthy if we're...
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 Michael Adamserver:trans2_commit: move the check for active recover...
2009-12-04 Michael Adamrecovery: add special pull-logic for persistent databases
2009-12-04 Michael Adamrecovery: for persistent db's don't set the dmaster...
2009-12-04 Michael Adamrecovery: pass the persistent flag to recover_database()
2009-12-04 Martin SchwenkeMerge branch 'status-test-2'
2009-12-02 Rusty Russelleventscript: reduce code duplication for ending a scrip...
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-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 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 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-19 Ronnie Sahlbergdont reset the event script context everytime we start...
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 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-11-05 Ronnie Sahlbergdont use the pointer after it has been talloc_free()d.
2009-11-02 Ronnie Sahlbergmove the check to skip vacuuming on persistent database...
2009-11-02 Michael Adamserver: disable vacuuming for persistent tdbs.
2009-10-30 Ronnie Sahlbergstart the syslog child a little later, after we have...
2009-10-30 Ronnie Sahlbergcreate a child process to write to syslog.
2009-10-29 Michael Adamserver: fix debug message in trans2_commit (refusing...
2009-10-29 Michael Adamserver: uniformly log db and client ids as 8-digit...
2009-10-29 Michael Adamserver: line-wrap a debug statement in trans2_commit
2009-10-29 Michael Adamserver: output client_id in some debug messages in...
2009-10-29 Michael Adamserver: fix a debug message in trans2_commit - log...
2009-10-29 Michael Adamserver: extend a debug message in ctdb_control_trans2_e...
2009-10-29 Michael Adamserver: add positive debug statements to trans2_commit...
2009-10-29 Michael Adamserver: trans2_active: don't report a transaction activ...
2009-10-29 Wolfgang Mueller... ensure tdb names end with .tdb. and any number of digits
2009-10-29 Wolfgang Mueller... vacuuming needed additional check before getting rid...
2009-10-29 Ronnie SahlbergRevert "From Wolfgang M."
2009-10-28 Ronnie SahlbergRevert "update the "uptime" command to indicate the...
2009-10-28 Ronnie Sahlbergupdate the "uptime" command to indicate the "time since...
2009-10-28 Michael Adamserver: add a new ctdb control CTDB_TRANS2_ACTIVE
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 Sahlbergtemporarily try allowing clients to attach to databases...
2009-10-27 Ronnie Sahlbergdont run the monitor event so frequently after a event...
2009-10-27 Ronnie Sahlbergfor debugging
next