eventscripts: Change handling of one-way kills in kill_tcp_connections()
[obnox/ctdb.git] / server /
2013-05-06 Martin Schwenkectdbd: Log CTDB startup before creating the PID file
2013-05-06 Martin Schwenkectdbd: Remove the "stopped" event
2013-05-06 Martin Schwenkerecoverd: ctdb_takeover_run() uses CTDB_CONTROL_IPREALL...
2013-05-06 Martin Schwenkectdbd: New control CTDB_CONTROL_IPREALLOCATED
2013-05-06 Martin Schwenkectdbd: Avoid freeing non-monitor event callback when...
2013-05-02 Martin Schwenkerecoverd: Interface reference count changes should...
2013-04-24 Michael Adamrecover: use CTDB_REC_RO_FLAGS where appropriate
2013-04-24 Michael Adamctdb_daemon: use CTDB_REC_RO_FLAGS where appropriate
2013-04-24 Michael Adamctdb_call: use CTDB_REC_RO_FLAGS where appropriate
2013-04-24 Michael Adamvacuum: use CTDB_REC_RO_FLAGS in the vacuuming code
2013-04-24 Michael Adamltdb_server: use CTDB_REC_RO_FLAGS where appropriate
2013-04-24 Michael Adamvacuum: Update (C)
2013-04-24 Michael Adamvacuum: extend the header comment for ctdb_process_dele...
2013-04-24 Michael Adamvacuum: turn the vacuuming on lmaster into a three...
2013-04-24 Michael Adamvacuum: introduce the RECEIVE_RECORDS control
2013-04-24 Michael Adamvacuum: reorder some of ctdb_process_delete_list()...
2013-04-24 Michael Adamvacuum: add explicit temporary memory context to ctdb_p...
2013-04-24 Michael Adamvacuum: fix indentation in ctdb_process_delete_list()
2013-04-24 Michael Adamvacuum: free temporary allocated memory correctly in...
2013-04-24 Michael Adamvacuum: move variable into scope of use in ctdb_process...
2013-04-24 Michael Adamvacuum: move variable into scope of use in ctdb_process...
2013-04-24 Michael Adamvacuum: simplify ctdb_process_delete_list(): reduce...
2013-04-24 Michael Adamvacuum: add DEBUG to skip conditions in delete_record_t...
2013-04-24 Michael Adamvacuum: break line for RO-flags check in delete_record_...
2013-04-22 Amitay Isaacsctdbd: Set num_clients statistic from ctdb->num_clients
2013-04-22 Martin Schwenkectdbd: Log PID file creation and removal at NOTICE...
2013-04-18 Martin Schwenkectdbd: Add --pidfile option
2013-04-17 Michael Adamctdb_call: don't bump the rsn in ctdb_become_dmaster...
2013-04-17 Michael AdamFix a severe recovery bug that can lead to data corrupt...
2013-04-17 Michael Adamlogging: fix comment typo
2013-04-17 Michael Adamctdbd: unimplement the unused SET_DMASTER control
2013-04-17 Michael Adamrecoverd: remove bogus comment "qqq" from "add prototyp...
2013-04-17 Amitay Isaacstraverse: Ensure backward compatibility for CTDB_CONTRO...
2013-04-17 Amitay Isaacstraverse: Add CTDB_CONTROL_TRAVERSE_ALL_EXT to support...
2013-04-08 Amitay Isaacsrecoverd/takeover: Use IP->node mapping info from nodes...
2013-03-25 Amitay Isaacslogging: Do not ignore stdout/stderr from the exec...
2013-03-12 Michael Adamserver:persistent: fix a debug message (copy'n'paste...
2013-03-06 Amitay Isaacsctdbd: Add an index db for message list for faster...
2013-02-22 Michael Adamserver:persistent: fix a comment typo.
2013-02-20 Martin Schwenkerecoverd: update_capabilities() should use connected...
2013-02-13 Amitay Isaacsctdbd: Fix the PullDBPreallocation size to 10MB as...
2013-02-07 Martin SchwenkeLogging: Fix breakage when freeing the log ringbuffer
2013-02-06 Volker LendeckeFix a comment typo
2013-02-05 Martin Schwenkectdbd: Don't use a fixed length buffer for the hung...
2013-02-05 Martin Schwenkectdbd: Complain loudly if CTDB_DEBUG_HUNG_SCRIPT script...
2013-02-05 Martin Schwenkectdbd: Remove command-line option --debug-hung-script
2013-02-05 Martin Schwenkectdbd: Remove debug_hung_script_ctx
2013-02-05 Martin Schwenkectdbd: Message logged at exit should be different for...
2013-02-05 Amitay Isaacsdaemon: Make sure all the traverse children are termina...
2013-01-23 Amitay Isaacsrecoverd: Fix printing of node flags from local information
2013-01-09 Amitay Isaacsrecoverd: Create recoverd monitoring timed events off...
2013-01-09 Amitay Isaacsdaemon: Protect against double free of callback state...
2013-01-09 Amitay Isaacsdaemon: On shutdown, destroy timed events that check...
2013-01-09 Amitay Isaacsdaemon: Update the comment and remove redundant check...
2013-01-08 Martin Schwenkectdbd: Default value for debug_hung_script should use...
2013-01-07 Martin Schwenkerecoverd: Separate each IP allocation algorithm into...
2013-01-07 Martin Schwenkerecoverd: New function unassign_unsuitable_ips()
2013-01-07 Martin Schwenkerecoverd: Move failback retry loop into basic_failback...
2013-01-07 Martin Schwenkerecoverd: Trying to failback more IPs no longer allocat...
2013-01-07 Martin Schwenkerecoverd: basic_failback() can call find_takeover_node...
2013-01-07 Martin Schwenkerecoverd: Don't do failback at all when deterministic...
2013-01-07 Martin Schwenkerecoverd: Move the test for both 'DeterministicIPs...
2013-01-07 Martin Schwenkerecoverd: Fix a memory leak in IP allocation
2013-01-07 Martin Schwenkectdbd: Clean up orphaned interfaces when an IP is deleted
2013-01-06 Martin Schwenkectdbd: Initialise the node flags in just one place
2013-01-06 Martin Schwenkectdbd: Remove debug option --node-ip, use --listen...
2013-01-05 Michael Adamctdb:recover: fix a comment typo
2013-01-05 Amitay Isaacsdaemon: Add a tunable to enable automatic database...
2012-11-25 Volker Lendeckevacuum: Avoid some tallocs in ctdb recovery
2012-11-19 Michael Adamrecovery: data corruption of persistent DBs after recov...
2012-11-19 Michael Adamrecoverd: fix a comment typo
2012-11-19 Michael Adamvacuum: fix a comment typo
2012-11-19 Martin Schwenkectdbd: Make the link status of new interfaces more...
2012-11-14 Amitay Isaacslocking: Do not use RECLOCK for tracking DB locks and...
2012-11-13 Amitay Isaacsrecoverd: Track the nodes that fail takeover run and...
2012-10-31 Martin Schwenkectdbd: Fix compilation warning in locking code
2012-10-25 Volker LendeckeAdd a \n to an error message
2012-10-22 Martin Schwenkerecoverd: Add CTDB_SRVID_GETLOG and CTDB_SRVID_CLEARLOG
2012-10-19 Amitay Isaacslocking: Do not use ctdb_kill() to kill smbd processes
2012-10-19 Amitay Isaacslocking: Add database priority handling for older versi...
2012-10-19 Amitay Isaacslocking: Schedule a new lock request everytime a lock...
2012-10-19 Amitay Isaacsctdbd: Replace lockwait with locking API and remove...
2012-10-19 Amitay Isaacsctdb_recover: Replace static locking functions with...
2012-10-19 Amitay Isaacsctdb_freeze: Replace locking functions with locking API
2012-10-19 Amitay Isaacsctdbd: locking: Provide non-blocking API for locking...
2012-10-18 Martin Schwenkectdbd: Remove references to forcing running of eventscr...
2012-10-18 Martin Schwenkerecoverd: Clarify some misleading log messages
2012-10-18 Martin Schwenkerecoverd: Verifying local IPs should only check for...
2012-10-18 Martin SchwenkeLogging: Map TEVENT_DEBUG_FATAL to DEBUG_CRIT
2012-10-11 Martin Schwenkerecoverd: Track failure of "recovered" event, banning...
2012-10-11 Martin Schwenkerecoverd: When starting a takeover run disable IP verif...
2012-10-11 Martin Schwenkectdbd: Stop takeovers and releases from colliding in...
2012-10-11 Martin Schwenkectdbd: New tunable NoIPTakeoverOnDisabled
2012-10-10 Martin Schwenkectdbd: Avoid unnecessary updateip event
2012-10-07 Amitay IsaacsRevert "when creating/adding a public ip, set the initi...
2012-08-08 Martin Schwenkerecoverd: All inactive nodes should yield recovery...
2012-08-08 Martin Schwenkerecoverd: An inactive node should not force recovery...
2012-08-08 Martin Schwenkerecoverd: main_loop() should not verify local IPs if...
2012-08-08 Martin Schwenkerecoverd: verify_local_ip_allocation() should dup iface...
2012-08-08 Martin Schwenkerecoverd: Update a log message that has bit-rotted
next