Revert "tevent zero..."
[metze/samba/wip.git] / ctdb / server /
2016-09-22 Martin Schwenkectdb-daemon: Log when removing stale Unix domain socket
2016-09-22 Martin Schwenkectdb-daemon: Drop attempt to connect to Unix domain...
2016-09-22 Martin Schwenkectdb-daemon: Don't try to reopen TDB files
2016-09-22 Martin Schwenkectdb-daemon: Bind to Unix domain socket after PID file...
2016-09-22 Martin Schwenkectdb-daemon: Use PID file abstraction
2016-09-22 Amitay Isaacsctdb-locking: Restrict lock debugging to once per second
2016-09-22 Amitay Isaacsctdb-locking: Log if ctdb is unable to take db locks...
2016-09-19 Amitay Isaacsctdb-daemon: Log a message when vfork() takes long...
2016-09-19 Amitay Isaacsctdb-daemon: Log a message when fork() takes long time
2016-09-19 Amitay Isaacsctdb-daemon: Avoid extra condition in tevent trace...
2016-09-19 Amitay Isaacsctdb-recovery-helper: Add missing initialisation of...
2016-09-14 Martin Schwenkectdb-ipalloc: ipalloc_set_public_ips() can't fail
2016-09-14 Martin Schwenkectdb-ipalloc: Move merged IP list creation to ipalloc()
2016-09-14 Martin Schwenkectdb-ipalloc: Drop known_ips argument from merged IP...
2016-09-14 Martin Schwenkectdb-ipalloc: Optimise check to see if IPs can be hosted
2016-09-14 Martin Schwenkectdb-ipalloc: Whether IPs can be hosted need not depend...
2016-09-14 Martin Schwenkectdb-ipalloc: Store known public IPs in IP allocation...
2016-09-14 Amitay Isaacsctdb-recoverd: Drop code to freeze databases from set_r...
2016-09-08 Martin Schwenkectdb-daemon: Compare interface pointers instead of...
2016-09-08 Martin Schwenkectdb-daemon: Use ctdb_find_iface() instead of duplicati...
2016-09-08 Martin Schwenkectdb-deamon: Rename vnn_has_interface_with_name() to...
2016-09-08 Martin Schwenkectdb-daemon: Drop redundant uses of ctdb_find_iface()
2016-09-08 Martin Schwenkectdb-daemon: Make vnn->iface a list of new struct vnn_i...
2016-09-08 Martin Schwenkectdb-daemon: Change ctdb_add_local_iface() to return...
2016-09-08 Martin Schwenkectdb-daemon: Move interface addition into interface...
2016-09-08 Martin Schwenkectdb-daemon: Drop some uses of CTDB_NO_MEMORY{,_FATAL}()
2016-09-08 Martin Schwenkectdb-daemon: Consolidate interface checking with interf...
2016-09-08 Martin Schwenkectdb-daemon: Replace some uses of CTDB_NO_MEMORY_FATAL()
2016-09-08 Martin Schwenkectdb-daemon: Move and improve public IP duplicate checking
2016-09-08 Martin Schwenkectdb-daemon: Drop use of strdup(3) and free(3) when...
2016-09-01 Martin Schwenkectdb-daemon: Don't steal control structure before synch...
2016-09-01 Martin Schwenkectdb-daemon: Handle failure immediately, do housekeepin...
2016-09-01 Martin Schwenkectdb-daemon: Schedule running of callback if there...
2016-08-21 Martin Schwenkectdb-daemon: When releasing an IP, update PNN in callback
2016-08-21 Martin Schwenkectdb-daemon: Rename takeover_callback_state -> release_...
2016-08-18 Martin Schwenkectdb-ipalloc: Fix cumulative takeover timeout
2016-08-17 Martin Schwenkectdb-recoverd: Don't directly release rogue IP addresses
2016-08-17 Martin Schwenkectdb-daemon: Fix takeover of incorrectly assigned publi...
2016-08-17 Martin Schwenkectdb-daemon: Avoid referencing NULL pointer due to...
2016-08-17 Martin SchwenkeRevert "When adding an ip at runtime, it might not...
2016-08-17 Martin Schwenkectdb-daemon: Drop special case handling for new IP...
2016-08-17 Martin Schwenkectdb-daemon: Use release_ip_post() when releasing all...
2016-08-17 Martin Schwenkectdb-daemon: Factor out new function release_ip_post()
2016-08-17 Martin Schwenkectdb-daemon: Do not copy address for RELEASE_IP message
2016-08-17 Martin Schwenkectdb-daemon: Do not update the VNN state on RELEASE_IP...
2016-08-17 Martin Schwenkectdb-daemon: Try to release IP address even if interfac...
2016-08-17 Martin Schwenkectdb-logging: Fix CID 1272823 Unchecked return value...
2016-08-17 Martin Schwenkectdb-daemon: Fix CID 1362723 Unchecked return value...
2016-08-17 Martin Schwenkectdb-daemon: Fix CID 1362726 Unchecked return value...
2016-08-17 Martin Schwenkectdb-daemon: Fix CID 1125574 Operands don't affect...
2016-08-17 Martin Schwenkectdb-daemon: Fix CID 1125575 Operands don't affect...
2016-08-17 Martin Schwenkectdb-daemon: Fix CID 1272855 Operands don't affect...
2016-08-10 Amitay Isaacsctdb-recovery-helper: Fix format-nonliteral warning
2016-08-10 Amitay Isaacsctdb-daemon: Fix format-nonliteral warning
2016-08-08 Martin Schwenkectdb-daemon: Clean up SET_DB_PRIORITY/GET_DB_PRIORITY...
2016-08-08 Martin Schwenkectdb-daemon: Fix CID 1125627 Resource leak (RESOURCE_LEAK)
2016-08-08 Martin Schwenkectdb-mutex: Avoid corner case where helper is already...
2016-08-03 Martin Schwenkectdb-mutex: Fix CID 1359217 Resource leak (RESOURCE_LEAK)
2016-08-03 Martin Schwenkectdb-daemon: Fix CID 1363067 Resource leak (RESOURCE_LEAK)
2016-08-03 Martin Schwenkectdb-daemon: Fix CID 1363233 Resource leak (RESOURCE_LEAK)
2016-07-28 Martin Schwenkectdb-daemon: Fix CID 1364527/8/9: Null pointer derefere...
2016-07-28 Amitay Isaacsctdb-daemon: Drop implementation of global transaction...
2016-07-28 Amitay Isaacsctdb-daemon: Drop the implementation of THAW control
2016-07-28 Martin Schwenkectdb-daemon: Deletion of IPs is deferred until the...
2016-07-28 Amitay Isaacsctdb-daemon: Use consistent naming for monitoring mode
2016-07-28 Martin Schwenkectdb-daemon: Move CTDB VNN structure to IP takeover...
2016-07-28 Martin Schwenkectdb-ipalloc: Use a cumulative timeout for takeover...
2016-07-25 Amitay Isaacsctdb-daemon: Use refactored tunable code
2016-07-25 Amitay Isaacsctdb-locking: Remove ctdb_db_prio_iterator function
2016-07-25 Amitay Isaacsctdb-freeze: Remove ctdb_db_prio_frozen() function
2016-07-25 Amitay Isaacsctdb-locking: Remove API for locking databases with...
2016-07-25 Amitay Isaacsctdb-locking: Remove API for locking all databases
2016-07-25 Amitay Isaacsctdb-daemon: Remove priority field from ctdb_db_context
2016-07-25 Amitay Isaacsctdb-daemon: Remove implementation of SET/GET_DB_PRIORITY
2016-07-25 Amitay Isaacsctdb-recoverd: Remove code that updates database priori...
2016-07-25 Amitay Isaacsctdb-freeze: Drop function thaw_priority()
2016-07-25 Amitay Isaacsctdb-daemon: Drop priorites from freeze/thaw code
2016-07-25 Amitay Isaacsctdb-recovery: Remove serial database recovery code
2016-07-25 Amitay Isaacsctdb-vacuum: Do not use freeze_mode outside freeze...
2016-07-25 Amitay Isaacsctdb-locking: Drop code for Samba 3.x compatibility
2016-07-05 Amitay Isaacsctdb-daemon: Log ctdb socket in the main daemon
2016-07-05 Amitay Isaacsctdb-daemon: Check if method is initialized before...
2016-07-05 Amitay Isaacsctdb-daemon: Improve log message
2016-07-05 Amitay Isaacsctdb-recoverd: Improve election win messages
2016-07-04 Martin Schwenkectdb-ipalloc: Drop implicit dependency on ctdb-common
2016-07-04 Martin Schwenkectdb-ipalloc: IP allocation state is now an opaque...
2016-07-04 Martin Schwenkectdb-ipalloc: ipalloc() returns public IP list
2016-07-04 Martin Schwenkectdb-ipalloc: Move set_ipflags_internal() to ipalloc
2016-07-04 Martin Schwenkectdb-ipalloc: Switch set_ipflags_internal() to use...
2016-07-04 Martin Schwenkectdb-ipalloc: Move ipalloc state initialisation to...
2016-07-04 Martin Schwenkectdb-ipalloc: Pass extra data to IP allocation state...
2016-07-04 Martin Schwenkectdb-ipalloc: Make no_ip_failback a boolean
2016-07-04 Martin Schwenkectdb-ipalloc: Fix buggy short-circuit when no IPs are...
2016-07-04 Martin Schwenkectdb-ipalloc: New function ipalloc_can_host_ips()
2016-07-04 Martin Schwenkectdb-ipalloc: Drop known public IPs from IP allocation...
2016-07-04 Martin Schwenkectdb-ipalloc: Move create_merged_ip_list() into ipalloc
2016-07-04 Martin Schwenkectdb-ipalloc: New function ipalloc_set_public_ips()
2016-07-04 Martin Schwenkectdb-ipalloc: Remove function ctdb_reload_remote_public...
2016-07-04 Martin Schwenkectdb-ipalloc: Clean up reloading of remote public IPs
2016-07-04 Martin Schwenkectdb-ipalloc: Don't build a global IP tree
next