ctdb-tests: Use $PWD/bin/ if it exists when running in-tree
[amitay/samba.git] / ctdb / server /
2020-02-10 Martin Schwenkectdb-daemon: Fork when not interactive and test mode...
2020-02-10 Martin Schwenkectdb-daemon: Make some conditions more explicit
2020-02-10 Martin Schwenkectdb-daemon: Pass more information to ctdb_start_daemon()
2020-01-28 Martin Schwenkectdb-daemon: Shut down if interactive and stdin is...
2020-01-28 Martin Schwenkectdb-daemon: Only stop monitoring if it has been initia...
2020-01-21 Martin Schwenkectdb-mutex: Change default re-check time for fcntl...
2020-01-19 Volker Lendeckectdbd: Use struct initialization
2019-10-31 Björn Jackectdb/server/ctdb_daemon.c: typo fixes
2019-10-31 Björn Jackectdb/server/ctdb_client.c: typo fixes
2019-10-31 Björn Jackectdb/server/ctdb_call.c: typo fixes
2019-10-24 Martin Schwenkectdb-daemon: Implement DB_VACUUM control
2019-10-24 Martin Schwenkectdb-vacuum: Only schedule next vacuum event if vacuuum...
2019-10-24 Martin Schwenkectdb-daemon: Factor out code to create vacuuming child
2019-10-24 Martin Schwenkectdb-vacuum: Simplify recording of in-progress vacuumin...
2019-10-24 Amitay Isaacsctdb-vacuum: Avoid processing any more packets
2019-10-24 Amitay Isaacsctdb-daemon: Avoid memory leak when packet is deferred
2019-10-24 Amitay Isaacsctdb-recoverd: No need for database detach handler
2019-10-24 Amitay Isaacsctdb-recoverd: Drop VACUUM_FETCH message handling
2019-10-24 Amitay Isaacsctdb-vacuum: Replace VACUUM_FETCH message with control
2019-10-24 Amitay Isaacsctdb-vacuum: Add processing of fetch queue
2019-10-24 Amitay Isaacsctdb-daemon: Add implementation of VACUUM_FETCH control
2019-10-04 Martin Schwenkectdb-vacuum: Drop debug level of repacking message...
2019-10-04 Amitay Isaacsctdb-vacuum: Process all records not deleted on a remot...
2019-09-01 Mathieu ParentSpelling fixes s/ dont / don't /
2019-09-01 Mathieu ParentSpelling fixes s/ ot / to /
2019-08-27 Martin Schwenkectdb-recoverd: Fix typo in previous fix
2019-08-21 Martin Schwenkectdb-recoverd: Only check for LMASTER nodes in the...
2019-08-20 Martin Schwenkectdb-daemon: Make node inactive in the NODE_STOP control
2019-08-20 Martin Schwenkectdb-daemon: Drop unused function ctdb_local_node_got_b...
2019-08-20 Martin Schwenkectdb-daemon: Switch banning code to use ctdb_node_becom...
2019-08-20 Martin Schwenkectdb-daemon: Factor out new function ctdb_node_become_i...
2019-08-16 Martin Schwenkectdb-daemon: Add function ctdb_ip_to_node()
2019-08-14 Martin Schwenkectdb-daemon: Avoid signed/unsigned comparison by casting
2019-08-14 Martin Schwenkectdb-daemon: Avoid signed/unsigned comparison by declar...
2019-07-26 Martin Schwenkectdb-mutex: Add support for exiting if the lock file...
2019-07-26 Martin Schwenkectdb-mutex: Add an intermediate asynchronous computatio...
2019-07-26 Martin Schwenkectdb-mutex: Change parent checking to use an asynchrono...
2019-07-26 Martin Schwenkectdb-mutex: Exit immediately if the lock isn't taken
2019-07-26 Martin Schwenkectdb-mutex: Drop dependency on ctdb_set_helper
2019-07-26 Martin Schwenkectdb-mutex: Drop unneeded assignment
2019-07-26 Martin Schwenkectdb-mutex: Update to use modern debug macro
2019-07-26 Martin Schwenkectdb-recoverd: Periodically log recovery master of...
2019-07-26 Martin Schwenkectdb-recoverd: Log the master at the end of elections
2019-07-05 Martin Schwenkectdb-daemon: Don't check if lock_ctx->ctdb_db is NULL
2019-07-05 Martin Schwenkectdb-daemon: Drop unused function ctdb_vfork_with_logging()
2019-07-05 Martin Schwenkectdb-daemon: Don't index by PNN when initialising node...
2019-07-05 Martin Schwenkectdb-daemon: Replace function ctdb_ip_to_nodeid() with...
2019-07-05 Martin Schwenkectdb-cluster-mutex: Ensure that the configured command...
2019-07-05 Martin Schwenkectdb-daemon: Drop unused values assigned to variable
2019-07-05 Martin Schwenkectdb-daemon: Fix signed/unsigned comparisons by using...
2019-07-05 Martin Schwenkectdb-daemon: Fix signed/unsigned comparisons by casting
2019-07-05 Martin Schwenkectdb-daemon: Fix signed/unsigned comparisons by declari...
2019-07-05 Martin Schwenkectdb-daemon: Make type of list_of_nodes() consistent...
2019-07-05 Martin Schwenkectdb-daemon: Make old list_of_nodes() function static
2019-06-30 Swen Schilligctdb: Update all consumers of strtoul_err(), strtoull_e...
2019-06-05 Martin Schwenkectdb-daemon: Attempt to silence CID 1357985 (Unchecked...
2019-06-05 Martin Schwenkectdb-ipalloc: Fix warning about unused value assigned...
2019-06-05 Martin Schwenkectdb-ipalloc: Avoid -1 as a PNN, use CTDB_UNKNOWN_PNN...
2019-06-05 Martin Schwenkectdb-ipalloc: Fix signed/unsigned comparisons by declar...
2019-06-05 Martin Schwenkectdb-recovery: Fix signed/unsigned comparisons by decla...
2019-06-05 Martin Schwenkectdb-recovery: Avoid -1 as a PNN, use CTDB_UNKNOWN_PNN...
2019-06-05 Martin Schwenkectdb-recovery: Fix signed/unsigned comparison by casting
2019-06-05 Martin Schwenkectdb-recovery: Fix signed/unsigned comparisons by decla...
2019-06-04 Stefan Metzmacherctdb:takeover: add better debugging when a client conne...
2019-06-04 Noel Powerctdb/server: cppcheck: fix shiftTooManyBitsSigned error
2019-05-24 Volker Lendeckectdb: Make TDB_SEQNUM work synchronously with ctdb
2019-05-14 Martin Schwenkectdb-recoverd: Fix memory leak
2019-05-13 Martin Schwenkectdb-daemon: Never use 0 as a client ID
2019-05-07 Martin Schwenkectdb-daemon: Log when ctdbd CPU utilisation exceeds...
2019-04-06 Volker Lendeckectdb: Fix a typo
2019-04-06 Volker Lendeckectdb: Slightly simplify ctdb_ltdb_lock_fetch_requeue
2019-03-15 Amitay Isaacsctdb-version: Simplify version string usage
2019-03-15 Martin Schwenkectdb-daemon: Add an environment variable to set version
2019-03-01 Amitay Isaacsctdb-daemon: Fix maybe-uninitialized error with picky...
2019-03-01 Swen Schilligctdb-server: Use wrapper for string to integer conversion
2019-02-25 Martin Schwenkectdb-cluster-mutex: Separate out command and file handling
2019-02-25 Martin Schwenkectdb-recoverd: Time out attempt to take recovery lock...
2019-02-25 Martin Schwenkectdb-recoverd: Ban node on unknown error when taking...
2019-02-25 Martin Schwenkectdb-recoverd: Make recoverd context available in recov...
2019-02-25 Martin Schwenkectdb-recoverd: Clean up logging on failure to take...
2019-02-25 Martin Schwenkectdb-recoverd: Free cluster mutex handler on failure...
2018-12-18 Martin Schwenkectdb-daemon: Modernise debug during record deletion...
2018-12-18 Martin Schwenkectdb-daemon Add extra debug during record deletion...
2018-12-18 Martin Schwenkectdb-daemon: Do not force full vacuum on first vacuumin...
2018-12-18 Martin Schwenkectdb-recoverd: Call an election when the recovery lock...
2018-12-18 Martin Schwenkectdb-daemon: Divide by 2 when calculating hop count...
2018-12-03 Martin Schwenkectdb-daemon: Exit with error if a database directory...
2018-11-08 Andreas Schneiderdebug: Use debuglevel_(get|set) function
2018-11-06 Martin Schwenkectdb-daemon: Do not fork when CTDB_TEST_MODE is set
2018-11-06 Martin Schwenkectdb-daemon: Switch interactive variable to a bool
2018-11-06 Martin Schwenkectdb-daemon: Improve documentation for -i option
2018-11-06 Martin Schwenkectdb-daemon: Don't set log_to_stdout for become_daemon()
2018-11-06 Martin Schwenkectdb-daemon: Avoid unnecessarily spamming the logs...
2018-11-06 Martin Schwenkectdb-daemon: Drop unused function ctdb_set_socketname()
2018-11-06 Martin Schwenkectdb-daemon: Use path functions for socket and PID...
2018-11-05 Martin Schwenkectdb-recovery: Ban a node that causes recovery failure
2018-10-22 Martin Schwenkectdb-daemon: Fix valgrind hit in event code
2018-10-22 Martin Schwenkectdb-daemon: Exit if eventd goes away
2018-10-22 Martin Schwenkectdb-daemon: Return early when refusing to run an event...
2018-10-08 Amitay Isaacsctdb-daemon: Drop implementation of RECEIVE_RECORDS...
next