ctdb-common: Handle errors on unexpected socket close in sock_daemon
[samba.git] / ctdb / server /
2017-11-21 Amitay Isaacsctdb-daemon: Allocate deferred calls off calling context
2017-10-10 Amitay Isaacsctdb-daemon: Add code to process ctdb_req_tunnel packets
2017-10-10 Amitay Isaacsctdb-daemon: Add implementation of tunnel controls
2017-10-05 Amitay Isaacsctdb-daemon: Send broadcast to connected nodes, not...
2017-09-26 Volker Lendeckectdb: Centralize ctdb_version_string
2017-09-26 Volker Lendeckectdbd: Fix a typo
2017-09-22 Amitay Isaacsctdb-daemon: Check all connections from a process in...
2017-09-21 Amitay Isaacsctdb-daemon: Add implementation of control CHECK_PID_SRVID
2017-09-19 Martin Schwenkectdb-protocol: Optionally print port for address printi...
2017-09-19 Martin Schwenkectdb-build: Split protocol-util as a separate subsystem
2017-09-18 Martin SchwenkeRevert "ctdb-daemon: Don't explicitly stop monitoring...
2017-09-18 Martin SchwenkeRevert "ctdb-daemon: Remove unused function ctdb_stop_m...
2017-09-14 Martin Schwenkectdb-daemon: Remove unused function ctdb_stop_monitoring()
2017-09-14 Martin Schwenkectdb-daemon: Drop monitoring mode
2017-09-14 Martin Schwenkectdb-daemon: Drop implementation of monitor controls
2017-09-14 Martin Schwenkectdb-daemon: Mark monitoring controls obsolete
2017-09-14 Martin Schwenkectdb-daemon: Don't explicitly stop monitoring during...
2017-09-14 Martin Schwenkectdb-daemon: Don't explicitly disable monitoring around...
2017-09-14 Martin Schwenkectdb-daemon: Don't explicitly disable monitoring when...
2017-09-14 Martin Schwenkectdb-daemon: Skip monitoring when not in RUNNING runstate
2017-09-14 Martin Schwenkectdb-daemon: Skip monitoring when node is inactive
2017-09-14 Amitay Isaacsctdb-daemon: Free up record data if a call request...
2017-09-12 Martin Schwenkectdb-daemon: Don't release all IPs before "startup...
2017-09-12 Amitay Isaacsctdb-recoverd: Abort recovery/takeover if recmaster...
2017-09-12 Amitay Isaacsctdb-daemon: GET_DB_SEQNUM should read database conditi...
2017-09-12 Amitay Isaacsctdb-daemon: Add a function to check if db access is...
2017-09-09 Amitay Isaacsctdb-daemon: Fix implementation of process_exists control
2017-09-01 Amitay Isaacsctdb-protocol: Replace ctdb_event_header with sock_pack...
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_rec_buffer
2017-08-29 Martin Schwenkectdb-common: Allow sock_daemon to daemonise during...
2017-08-29 Amitay Isaacsctdb-common: Move PID file creation to sock_daemon_run_...
2017-08-29 Martin Schwenkectdb-daemon: Use become_daemon() instead of custom...
2017-08-29 Martin Schwenkectdb-daemon: Narrow a #include
2017-08-25 Amitay Isaacsctdb-client: Fix ctdb_attach() to use database flags
2017-08-25 Amitay Isaacsctdb-client: Optionally return database id from ctdb_ct...
2017-08-25 Amitay Isaacsctdb-client: Fix ctdb_ctrl_createdb() to use database...
2017-08-24 Volker Lendeckectdb: Fix a typo
2017-08-17 Martin Schwenkectdb-daemon: Fix a return value
2017-08-17 Martin Schwenkectdb-daemon: Fix default socket location
2017-08-14 Amitay Isaacsctdb-daemon: Drop the implementation of CHECK_SRVIDS...
2017-08-10 Martin Schwenkectdb-takeover: Do not call ctdb_announce_vnn_iface...
2017-08-02 Martin Schwenkectdb-common: Rename pidfile_create() -> pidfile_context...
2017-07-04 Amitay Isaacsctdb-daemon: Increase priority of logs when recovery...
2017-07-04 Amitay Isaacsctdb-daemon: Increase priority of logs when shutting...
2017-07-04 Amitay Isaacsctdb-daemon: Increase priority of logs when ctdb starts...
2017-07-04 Amitay Isaacsctdb-daemon: Increase priority of logs when node is...
2017-07-04 Amitay Isaacsctdb-daemon: Increase priority of logs for recmaster...
2017-07-04 Amitay Isaacsctdb-daemon: Increase priority of logs for node connect...
2017-06-29 Amitay Isaacsctdb-daemon: Add implementation for CTDB_CONTROL_DB_ATT...
2017-06-29 Amitay Isaacsctdb-recovery: Use db_flags instead of a boolean persis...
2017-06-29 Amitay Isaacsctdb-daemon: Pass db_flags instead of passing persisten...
2017-06-29 Amitay Isaacsctdb-daemon: Store db_flags instead of individual boole...
2017-06-29 Amitay Isaacsctdb-daemon: Add accessors for CTDB_DB_FLAGS_STICKY...
2017-06-29 Amitay Isaacsctdb-daemon: Add accessors for CTDB_DB_FLAGS_READONLY...
2017-06-29 Amitay Isaacsctdb-daemon: Add accessors for CTDB_DB_FLAGS_PERSISTENT...
2017-06-26 Amitay Isaacsctdb-daemon: Implement DB_OPEN_FLAGS control
2017-06-26 Amitay Isaacsctdb-daemon: Drop extra boolean arguments to ctdb_local...
2017-06-26 Amitay Isaacsctdb-client: Drop tdb_flags argument to ctdb_attach()
2017-06-26 Amitay Isaacsctdb-daemon: Ignore tdb open flags passed to DB attach...
2017-06-26 Amitay Isaacsctdb-daemon: Refactor calculation of tdb open flags...
2017-06-26 Amitay Isaacsctdb-locking: Get tdb open flags from tdb instead of...
2017-06-26 Amitay Isaacsctdb-daemon: Store tdb flags just after tdb is opened...
2017-06-26 Amitay Isaacsctdb-daemon: Once database is attached, do not modify...
2017-06-24 Amitay Isaacsctdb-recovery: Do not run local ip verification when...
2017-06-24 Amitay Isaacsctdb-recovery: Get recmode unconditionally in the main_loop
2017-06-24 Amitay Isaacsctdb-recovery: Finish processing for recovery mode...
2017-06-24 Amitay Isaacsctdb-recovery: Simplify logging of recovery mode setting
2017-06-24 Amitay Isaacsctdb-recovery: Setting up of recmode should be idempotent
2017-06-24 Amitay Isaacsctdb-recovery: Assign banning credits if database fails...
2017-06-19 Amitay Isaacsctdb-locking: If a record could not be locked, log...
2017-06-19 Amitay Isaacsctdb-locking: Reduce logging in case of contention
2017-06-19 Amitay Isaacsctdb-locking: There are no ALLDB locks any more
2017-06-17 Amitay Isaacsctdb-recovery: Delete empty records during recovery
2017-06-17 Amitay Isaacsctdb-daemon: Delete empty records from persistent database
2017-06-13 Amitay Isaacsctdb-recovery: Log messages at various debug levels
2017-06-07 Richard SharpeLog the actual error returned when creating a pipe...
2017-05-30 Amitay Isaacsctdb-eventd: Avoid passing NULL pointer to printf(...
2017-05-30 Amitay Isaacsctdb-eventd: Use run_event abstraction
2017-05-30 Amitay Isaacsctdb-common: Update run_proc api to re-assign stdin
2017-05-24 Amitay Isaacsctdb-daemon: Add AllowMixedVersions tunable
2017-05-24 Amitay Isaacsctdb-daemon: Do not allow mixed ctdb versions in a...
2017-05-24 Amitay Isaacsctdb-keepalive: Move ctdb_send_keepalive() to ctdb_keep...
2017-05-24 Amitay Isaacsctdb-readonly: Avoid a tight loop waiting for revoke...
2017-05-24 Amitay IsaacsRevert "ctdb-readonly: Avoid a tight loop waiting for...
2017-05-08 Christof Schmittctdb: Print key as hex string instead of just the hash...
2017-04-05 Amitay Isaacsctdb-daemon: Add tracking of migration records
2017-04-05 Amitay Isaacsctdb-daemon: For hot records, use count instead of...
2017-03-17 Amitay Isaacsctdb-readonly: Avoid a tight loop waiting for revoke...
2017-02-24 Martin Schwenkectdb-takeover: Don't release IPs from nodes where they...
2017-02-24 Martin Schwenkectdb-ipalloc: Add per-IP known_on bitmap
2017-02-24 Martin Schwenkectdb-takeover: Fetch public IP addresses from all conne...
2017-02-24 Martin Schwenkectdb-takeover: Assign banning credits on failure to...
2017-02-24 Martin Schwenkectdb-takeover: Use takeover_failed() when fetching...
2017-02-24 Martin Schwenkectdb-takeover: Generalise error handling for GET_PUBLIC_IPS
2017-02-24 Martin Schwenkectdb-takeover: Only fetch available IPs from nodes...
2017-02-24 Martin Schwenkectdb-takeover: Add debug message confirming fetching...
2017-02-24 Martin Schwenkectdb-ipalloc: Switch noiphost to struct bitmap
2017-02-24 Martin Schwenkectdb-ipalloc: Switch available_on to struct bitmap
2017-02-24 Martin Schwenkectdb-takeover: Short circuit if fetching IPs from no...
2017-02-24 Martin Schwenkectdb-takeover: Allocate IP list unconditionally in...
next