server: we don't need to copy strings we pass as talloc_asprintf() arguments
[metze/ctdb/wip.git] / server /
2010-01-20 Stefan Metzmacherserver: we don't need to copy strings we pass as talloc...
2010-01-20 Stefan Metzmacherserver: allow multiple interfaces comma separated in...
2010-01-20 Stefan Metzmacherserver: add a ctdb_vnn_iface_string() helper function...
2010-01-20 Stefan Metzmacherserver: add a ctdb_set_single_public_ip() helper function
2010-01-20 Stefan Metzmacherserver: add "init" event
2010-01-20 Stefan Metzmacherserver: setup fault handler to get the build-in backtra...
2010-01-20 Stefan Metzmacherserver: add missing goto again after do_recovery()
2010-01-15 Ronnie SahlbergMake the size of the in memory ringbuffer for keeping...
2010-01-12 Ronnie SahlbergMerge commit 'metze/master-for-ronnie'
2010-01-12 Stefan Metzmacherserver: call event_add_fd at the end of ctdb_set_child_...
2010-01-12 Stefan Metzmacherctdb_logging: simplify ctdb_fork_with_logging a lot...
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 Stefan Metzmacherserver: add set_close_on_exec() on more fds
2009-12-17 Stefan Metzmacherserver: fix fd leaks in the new logging code
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 Russellctdb: use mlockall, cautiously
2009-12-16 Rusty RussellRemove RT priority, use niceness.
2009-12-16 Rusty RussellAdd --valgringing flag instead of --nosetsched
2009-12-16 Ronnie Sahlbergfix conflict in merge from metze
2009-12-16 Stefan Metzmacherctdb: pass TDB_DISALLOW_NESTING to all tdb_open/tdb_wra...
2009-12-16 Stefan Metzmacherserver: add CTDB_CONTROL_DB_SET_HEALTHY and CTDB_CONTRO...
2009-12-16 Stefan Metzmacherserver: Use tdb_check to verify persistent tdbs on...
2009-12-16 Stefan Metzmacherserver: move error handling to a 'fail' label in ctdb_c...
2009-12-16 Stefan Metzmacherserver/recovery: update flags on nodes before syncing dbs
2009-12-16 Stefan Metzmacherserver: open /var/ctdb/state/persistent_health.tdb...
2009-12-16 Stefan Metzmacherserver: create vactune.tdb.X with 0600 permissions
2009-12-16 Stefan Metzmacherserver: create vactun.tdb.X under /var/ctdb/state
2009-12-16 Stefan Metzmacherserver: create recdb.tdb.X in /var/ctdb/state/
2009-12-16 Stefan Metzmacherserver: only do the mkdir() calls for db_directory...
2009-12-16 Stefan Metzmacherserver: add db_directory_state to ctdb_context
2009-12-16 Stefan Metzmacherserver: create tdbs with 0600 permissions in ctdb_local...
2009-12-16 Stefan Metzmacherctdb: pass TDB_DISALLOW_NESTING to all tdb_open/tdb_wra...
2009-12-15 Ronnie SahlbergRevert "cleanup: remove a tunable we no longer use...
2009-12-15 Ronnie SahlbergMerge branch 'trans3'
2009-12-15 Ronnie SahlbergAuthor: Rusty Russell <rusty@rustcorp.com.au>
2009-12-15 Ronnie SahlbergThis is a dodgy patch.
2009-12-15 Ronnie SahlbergRevert "Make fetch_locked more scalable"
2009-12-15 Ronnie SahlbergMerge commit 'obnox/ctdb-wip-trans3' into trans3
2009-12-14 Ronnie SahlbergWhen setting up the logging, set the event to trigger...
2009-12-14 Ronnie SahlbergFrom rusty:
2009-12-14 Ronnie SahlbergRename the tunable EventScriptBanCount to EventScriptTi...
2009-12-14 Ronnie Sahlbergcleanup: remove a tunable we no longer use in the...
2009-12-14 Rusty Russelleventscript: fix monitoring when killed by another...
2009-12-14 Ronnie Sahlbergremove the variable "disable when unhealthy"
2009-12-11 Michael AdamRevert "recovery: add special pull-logic for persistent...
2009-12-11 Volker LendeckeMake fetch_locked more scalable
2009-12-11 Michael AdamAdd a new control CTDB_GET_DB_SEQNUM - fetch a persiste...
2009-12-11 Volker LendeckeTiny simplification of ctdb_queue_packet()
2009-12-11 Volker LendeckeRename a struct member for clarity
2009-12-11 Michael Adamserver: add a new control CTDB_CONTROL_TRANS3_COMMIT
2009-12-09 Michael Adamcall: lower the debug message "refusing migration while...
2009-12-09 Volker LendeckeRun only one event for each epoll_wait/select call
2009-12-09 Christian Ambachreduce vacuuming lognoise
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: pass struct ctdb_log_state directly to...
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: 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...
next