addns: Remove support for dns_host_file.
[obnox/samba/samba-obnox.git] / ctdb / server /
2014-12-17 Stefan Metzmacherctdb/server: add format string checking to ctdb_tevent_...
2014-12-05 Martin Schwenkectdb-daemon: Trust vnn->interface for an IP when releas...
2014-12-05 Amitay Isaacsctdb-recoverd: Process all the records for vacuum fetch...
2014-12-05 Amitay Isaacsctdb-vacuum: Do not delete VACUUM MIGRATED records...
2014-12-05 Amitay Isaacsctdb-vacuum: Use non-blocking lock when traversing...
2014-12-05 Amitay Isaacsctdb-vacuum: Use non-blocking lock when traversing...
2014-12-05 Amitay Isaacsctdb-vacuum: Stagger vacuuming child processes
2014-12-05 Amitay Isaacsctdb-vacuum: Track time for vacuuming in database stati...
2014-11-14 Amitay Isaacsctdb-daemon: Improve error handling for running event...
2014-10-28 Amitay Isaacsctdb: Rename CTDB_VERSION to CTDB_PROTOCOL
2014-10-28 Martin Schwenkectdb-logging: Add logging via UDP logging using RFC5424
2014-10-28 Martin Schwenkectdb-logging: Add logging via UDP to 127.0.0.1:514...
2014-10-28 Martin Schwenkectdb-logging: Add non-blocking Unix domain logging...
2014-10-28 Martin Schwenkectdb-logging: New option CTDB_LOGGING, remove CTDB_LOGF...
2014-10-28 Martin Schwenkectdb-logging: Replace logd code with a basic syslog...
2014-10-28 Martin Schwenkectdb-logging: Simplify file logging timestamping with...
2014-10-28 Martin Schwenkectdb-logging: Separate out syslog and file logging...
2014-10-28 Martin Schwenkectdb-logging: Remove ctdb element from struct ctdb_log_...
2014-10-28 Martin Schwenkectdb-logging: Remove log member from struct ctdb_context
2014-10-28 Martin Schwenkectdb-logging: Rename ctdb_log_handler() to ctdb_child_l...
2014-10-28 Martin Schwenkectdb-logging: Remove debug levels DEBUG_ALERT and DEBUG...
2014-10-28 Martin Schwenkectdb-logging: Remove DEBUG_EMERG
2014-10-28 Martin Schwenkectdb-logging: Add missing newline when logging to file
2014-10-08 Martin Schwenkectdb-build: Rename define BINDIR to CTDB_HELPER_BINDIR
2014-10-06 Martin Schwenkectdb-logging: Update to use Samba style debug.h/debug.c
2014-10-06 Martin Schwenkectdb-logging: Change LogLevel to DEBUGLEVEL
2014-10-06 Martin Schwenkectdb-logging: Remove log ringbuffer
2014-09-25 Amitay Isaacsctdb-daemon: Fix the usage for lock helper
2014-09-25 Amitay Isaacsctdb-recoverd: If obtaining recovery lock fails, try...
2014-09-25 Amitay Isaacsctdb-locking: Reset ttimer before doing an early return
2014-09-12 Amitay Isaacsctdb-daemon: Decrement pending calls statistics when...
2014-09-12 Amitay Isaacsctdb-daemon: Make sure ctdb runs with real-time priority
2014-09-12 Martin Schwenkectdb-locking: Fork lock helper with vfork_with_logging()
2014-09-12 Martin Schwenkectdb-locking: Add argc parameter to lock_helper_args()
2014-09-11 Amitay Isaacsctdb-locking: Set real-time priority for lock helpers
2014-09-11 Amitay Isaacsctdb-daemon: Increment pending calls statistics correctly
2014-09-09 Martin Schwenkectdb-util: Rename db_wrap to tdb_wrap and make it a...
2014-09-09 Martin Schwenkectdb-recoverd: Change include of dlinklist.h to contain...
2014-09-09 Martin Schwenkectdb-daemon: Drop the argument to fault_setup()
2014-09-09 Martin Schwenkectdb-util: Add extra max_size argument to file_lines_load()
2014-09-09 Martin Schwenkectdb-common: Move hex_decode_talloc() to the lock helper
2014-09-09 Martin Schwenkectdb-daemon: Move some inline declarations to header...
2014-09-09 Martin Schwenkectdb-tests: Mark some functions as static
2014-09-09 Martin Schwenkectdb: Fix some "declarations after code" problems
2014-09-05 Amitay Isaacsctdb-call: Drop all deferred requests from older generation
2014-09-05 Amitay Isaacsctdb-locking: Do not reset real-time priority for lock...
2014-09-05 Amitay Isaacsctdb-daemon: Defer all calls when processing dmaster...
2014-09-05 Amitay Isaacsctdb-daemon: Remove duplicate code with refactored...
2014-09-05 Amitay Isaacsctdb-locking: Remove unused function ctdb_free_lock_req...
2014-09-05 Amitay Isaacsctdb-locking: Talloc lock request from client specified...
2014-09-05 Amitay Isaacsctdb-locking: Run debug locks script only if the node...
2014-08-21 Martin Schwenkectdb-daemon: Fix some strict-aliasing warnings
2014-08-21 Martin Schwenkectdb: Use sys_read() and sys_write() to ensure correct...
2014-08-13 Amitay Isaacsctdb-readonly: Do not abort if revoke of readonly recor...
2014-08-13 Amitay Isaacsctdb-readonly: Add an early return to simplify code
2014-08-06 Volker Lendeckectdb-locking: Simplify ctdb_find_lock_context()
2014-08-06 Volker Lendeckectdb-locking: TALLOC_FREE copes with NULL
2014-08-04 Amitay Isaacsctdb-locking: Add per database queues for pending and...
2014-08-04 Amitay Isaacsctdb-locking: Update a comment
2014-08-04 Amitay Isaacsctdb-locking: Simplify check for locks on record or...
2014-08-04 Amitay Isaacsctdb-locking: Decrement pending statistics when lock...
2014-08-04 Amitay Isaacsctdb-locking: Update ctdb statistics for all lock types
2014-08-04 Amitay Isaacsctdb-locking: Add DB lock requests to head of the pendi...
2014-08-04 Amitay Isaacsctdb-locking: Remove unused variable lock_num_pending
2014-08-04 Amitay Isaacsctdb-locking: Increase number of lock processes per...
2014-08-04 Amitay Isaacsctdb-locking: Add new tunable LockProcessesPerDB
2014-08-04 Amitay Isaacsctdb-locking: Allocate lock request soon after allocati...
2014-08-04 Amitay Isaacsctdb-locking: Remove unused function find_lock_context()
2014-08-04 Amitay Isaacsctdb-locking: Schedule the next possible lock based...
2014-08-04 Amitay Isaacsctdb-locking: Remove multiple lock requests per lock...
2014-08-04 Amitay Isaacsctdb-locking: Remove multiple lock requests per lock...
2014-08-04 Amitay Isaacsctdb-locking: Remove unused structure members
2014-08-04 Amitay Isaacsctdb-locking: Fix the lock_type_str corresponding to...
2014-07-23 Michael Adamctdb:vacuum: stop vacuuming when the first delete_list...
2014-07-23 Amitay Isaacsctdb-vacuum: Use existing function ctdb_marshall_finish
2014-07-23 Amitay Isaacsctdb-vacuum: Use ctdb_marshall_add to add a record...
2014-07-23 Amitay Isaacsctdb-vacuum: If talloc_realloc fails, terminate traverse
2014-07-23 Amitay Isaacsctdb-vacuum: Fix talloc hierarchy in delete_marshall_tr...
2014-07-21 Martin Schwenkectdb-recoverd: Gently abort recovery when election...
2014-07-09 Amitay Isaacsctdb-daemon: Support per-node robust mutex feature
2014-07-09 Amitay Isaacsctdb-daemon: Enable robust mutexes only if TDB_MUTEX_LO...
2014-07-09 Volker Lendeckectdb-daemon: Allow flag TDB_MUTEX_LOCKING to pass into...
2014-07-09 Amitay Isaacsctdb-daemon: Simplify code a bit
2014-07-09 Amitay Isaacsctdb-daemon: Use false instead of 0 for boolean arguments
2014-07-07 Amitay Isaacsctdb-daemon: Do not thaw databases if recovery is active
2014-07-07 Amitay Isaacsctdb-recoverd: Set recovery mode before freezing databases
2014-07-07 Amitay IsaacsRevert "It was possible for ->recovery_mode to get...
2014-07-07 Martin Schwenkectdb-recoverd: Don't say "Election timed out"
2014-07-07 Martin Schwenkectdb-recoverd: Log a message when releasing the recover...
2014-07-05 Amitay Isaacsctdb-recoverd: No need to set ctdbd_pid again
2014-07-05 Martin Schwenkectdb-daemon: Remove ctdbd_pid global variable
2014-07-05 Martin Schwenkectdb-daemon: Check PID in ctdb_remove_pidfile(), not...
2014-07-05 Martin Schwenkectdb-daemon: Exit if setting the session ID fails
2014-06-24 Amitay Isaacsctdb-build: Use CTDB_ETCDIR instead of ETCDIR/ctdb
2014-06-20 Martin Schwenkectdb-daemon: Debugging for tickle updates
2014-06-17 Michael Adamctdb:vacuum: always run freelist_size again
2014-06-17 Michael Adamctdb:vacuum: add missing return to ctdb_vacuum_traverse...
2014-06-17 Michael Adamctdb:vacuum: remove now unused talloc ctx argument...
2014-06-17 Michael Adamctdb:vacuum: move init of vdata into init_vdata funcion
2014-06-17 Michael Adamctdb:vacuum: remove vacuum limit from vdata - not used
next