ctdb-build: Make ctdb-util a wscript build subsystem
[sfrench/samba-autobuild/.git] / ctdb /
2014-09-09 Martin Schwenkectdb-build: Make ctdb-util a wscript build subsystem
2014-09-09 Martin Schwenkectdb-logging: Move variable debug_extra from debug.*
2014-09-09 Martin Schwenkectdb-logging: Factor out ctdb_logging.h from includes.h
2014-09-09 Martin Schwenkectdb-build: Add extra includes to help recursive utilit...
2014-09-09 Martin Schwenkectdb-recoverd: Change include of dlinklist.h to contain...
2014-09-09 Martin Schwenkectdb-tools: Move definition of timeval_delta() to tools...
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-client: Rename static function server_id_equal()
2014-09-09 Martin Schwenkectdb-util: Remove declaration of non-existent ctdb_faul...
2014-09-09 Martin Schwenkectdb-common: Move hex_decode_talloc() to the lock helper
2014-09-09 Martin Schwenkectdb-build: Fix includes for SAMBA_BINARY()s
2014-09-09 Martin Schwenkectdb-build: Don't try to set lib64 directory automatica...
2014-09-09 Martin Schwenkectdb-build: Make ctdb-client depend on ctdb-util and...
2014-09-09 Martin Schwenkectdb-build: Allow configure and Makefile to find waf...
2014-09-09 Martin Schwenkectdb-common: Add some missing #includes
2014-09-09 Martin Schwenkectdb-daemon: Move some inline declarations to header...
2014-09-09 Martin Schwenkectdb-tests: Add missing declarations caused by #define...
2014-09-09 Martin Schwenkectdb-tests: Mark some functions as static
2014-09-09 Martin Schwenkectdb-util: Remove util/strlist.c and references to...
2014-09-09 Martin Schwenkectdb: Fix some "declarations after code" problems
2014-09-09 Martin Schwenkectdb-util: Variables should be declared extern in headers
2014-09-05 Stefan Metzmacherctdb/wscript: pass dep_vars=['VERSION'] to SAMBA_GENERA...
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-common: Refactor code to convert TDB_DATA key...
2014-09-05 Amitay Isaacsctdb-include: Remove declaration of non-existent function
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-09-03 Amitay Isaacsctdb-build: SAMBA_BINARY targets should not include...
2014-08-21 Amitay Isaacsctdb-build: Add missing dependency on popt
2014-08-21 Amitay Isaacsctdb-build: Remove unnecessary third_party symlink
2014-08-21 Martin Schwenkectdb-build: Avoid unused variable warning in output...
2014-08-21 Martin Schwenkectdb-daemon: Fix some strict-aliasing warnings
2014-08-21 Martin Schwenkectdb-util: Fix warning about ignored result from system()
2014-08-21 Martin Schwenkectdb: Use sys_read() and sys_write() to ensure correct...
2014-08-21 Martin Schwenkectdb-common: Copy functions sys_read() and sys_write...
2014-08-21 Martin Schwenkectdb-tools: Be more helpful when CTDB CLI tool is run...
2014-08-21 Martin Schwenkectdb-tools: Factor out new function find_node_xpnn...
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-13 Martin Schwenkectdb-doc: Fix default database directories in ctdbd.1
2014-08-11 Amitay Isaacsctdb-build: popt has moved from lib/ to third_party/
2014-08-11 Amitay Isaacsctdb-build: Replace indentation tabs with spaces
2014-08-09 Ira Cooperthird_party/popt: Initial support for popt.
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-31 Martin Schwenkectdb-eventscripts: Remove special case for virtio_net
2014-07-29 Martin Schwenkectdb-eventscripts: Remove unused argument to natgw_ensu...
2014-07-29 Martin Schwenkectdb-tests: Add another LCP2 takeover test
2014-07-29 Martin Schwenkectdb-eventscripts: Remove NAT gateway "monitor" event
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-util: Refactor record marshalling routines to...
2014-07-23 Amitay Isaacsctdb-util: Refactor ctdb_marshall_record
2014-07-23 Amitay Isaacsctdb-util: Fix nonempty line endings
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-22 Volker Lendeckectdb: Fix verbose_memory_names
2014-07-22 Volker Lendeckectdb: Avoid a talloc in ctdb_queue_send
2014-07-21 Martin Schwenkectdb-recoverd: Gently abort recovery when election...
2014-07-14 Amitay Isaacsctdb-ltdb: Use tdb_null instead of zeroing TDB_DATA...
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-08 Amitay Isaacsctdb-tests: Do not run ip command if running against...
2014-07-08 Amitay Isaacsctdb-build: fix wscript formatting as per PEP8
2014-07-08 Amitay Isaacsctdb-build: Create ctdb only ctags
2014-07-08 Amitay Isaacsctdb-build: Replace os.system with samba_utils.RUN_COMMAND
2014-07-08 Amitay Isaacsctdb-build: Check the return value of RUN_COMMAND
2014-07-08 Amitay Isaacsctdb-tests: Shutdown local daemons if the tests exit...
2014-07-07 Amitay Isaacsctdb-tests: Add a test for ctdb restoredb
2014-07-07 Amitay Isaacsctdb-tests: Check that ctdb wipedb cleans the database
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 Isaacsctdb-tools: There is no need for forcing a recovery
2014-07-07 Amitay IsaacsRevert "It was possible for ->recovery_mode to get...
2014-07-07 Martin Schwenkectdb-common: Use SCHED_RESET_ON_FORK when setting SCHED...
next