s3:smbspool: Leave early if we print as root
[amitay/samba.git] / ctdb /
2019-11-14 Amitay Isaacsctdb-tests: Add tests for cmdline_add() api
2019-11-14 Amitay Isaacsctdb-common: Add api to add new section/commands to...
2019-11-14 Amitay Isaacsctdb-common: Change cmdline implementation to support...
2019-11-14 Amitay Isaacsctdb-tests: Update cmdline tests for section name
2019-11-14 Amitay Isaacsctdb-common: Add section to group commands in cmdline
2019-11-14 Amitay Isaacsctdb-common: Generate usage message from cmdline_parse()
2019-11-14 Martin Schwenkectdb-tcp: Simplify freeing of transport data on shutdown
2019-11-14 Martin Schwenkectdb-daemon: Rename ctdb_context private_data to transp...
2019-11-14 Martin Schwenkectdb-daemon: Rename ctdb_node private_data to transport...
2019-11-14 Volker Lendeckectdb-tcp: Close inflight connecting TCP sockets after...
2019-11-13 Amitay Isaacsctdb-ib: Fix build errors for infiniband transport
2019-11-13 Andrew Bartlettbuild: Remove workaround for missing os.path.relpath...
2019-11-08 Volker Lendeckectdb: Use TALLOC_FREE() in a few places
2019-11-06 Martin Schwenkectdb-tests: Make process exists test more resilient
2019-11-06 Martin Schwenkectdb-tests: Improve code quality in ctdb_init()
2019-11-06 Martin Schwenkectdb-tests: No longer retry starting the cluster
2019-11-06 Martin Schwenkectdb-tcp: Drop tracking of file descriptor for incoming...
2019-11-06 Martin Schwenkectdb-tcp: Avoid orphaning the TCP incoming queue
2019-11-06 Martin Schwenkectdb-tcp: Check incoming queue to see if incoming conne...
2019-10-31 Björn Jackectdb/utils/smnotify/smnotify.c: typo fixes
2019-10-31 Björn Jackectdb/utils/scsi_io/scsi_io.c: typo fixes
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-31 Björn Jackectdb/include/ctdb_private.h: typo fixes
2019-10-31 Björn Jackectdb/ib/ibwrapper_test.c: typo fixes
2019-10-31 Björn Jackectdb/ib/ibw_ctdb.c: typo fixes
2019-10-31 Björn Jackectdb/doc/readonlyrecords.txt: typo fixes
2019-10-31 Björn Jackectdb/doc/ctdb.1.xml: typo fixes
2019-10-31 Björn Jackectdb/doc/ctdb-tunables.7.xml: typo fixes
2019-10-31 Björn Jackectdb/doc/ctdb-statistics.7.xml: typo fixes
2019-10-31 Björn Jackectdb/common/srvid.h: typo fixes
2019-10-31 Björn Jackectdb/client/client.h: typo fixes
2019-10-24 Martin Schwenkectdb-tests: Add vacuuming tests
2019-10-24 Martin Schwenkectdb-tests: Add handling of process clean-up on a clust...
2019-10-24 Martin Schwenkectdb-tests: Factor out function check_cattdb_num_records()
2019-10-24 Martin Schwenkectdb-tests: Add ctdb-db-test tool
2019-10-24 Martin Schwenkectdb-client: Factor out function client_db_tdb()
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 Martin Schwenkectdb-protocol: Add marshalling for control DB_VACUUM
2019-10-24 Martin Schwenkectdb-protocol: Add marshalling for struct ctdb_db_vacuum
2019-10-24 Martin Schwenkectdb-protocol: Add new control CTDB_CONTROL_DB_VACUUM
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-24 Amitay Isaacsctdb-tests: Add marshalling tests for new control
2019-10-24 Amitay Isaacsctdb-protocol: Add marshalling for new control VACUUM_FETCH
2019-10-24 Amitay Isaacsctdb-protocol: Add new control VACUUM_FETCH
2019-10-24 Amitay Isaacsctdb-tests: Drop code releated to obsolete controls
2019-10-24 Amitay Isaacsctdb-protocol: Drop code related to obsolete controls
2019-10-24 Volker Lendeckectdb: Avoid malloc/memcpy/free in ctdb_ltdb_fetch()
2019-10-22 Martin Schwenkectdb-tests: Add -l option to set number of local daemons
2019-10-22 Martin Schwenkectdb-tests: Prefix remaining environment variables...
2019-10-22 Martin Schwenkectdb-tests: Drop setting of test state directory for...
2019-10-22 Martin Schwenkectdb-tests: Enable printing of logs on failure in autobuild
2019-10-22 Martin Schwenkectdb-tests: Add run_tests.sh option to print logs on...
2019-10-22 Martin Schwenkectdb-tests: Avoid running valgrind under valgrind
2019-10-22 Martin Schwenkectdb-tests: Simplify tool unit test runner
2019-10-04 Martin Schwenkectdb-tests: Rename functions to test_header() and test_...
2019-10-04 Martin Schwenkectdb-tests: Move test duration calculation to ctdb_test...
2019-10-04 Martin Schwenkectdb-tests: Add handling for skipped tests
2019-10-04 Martin Schwenkectdb-tests: Add a special failure code when a test...
2019-10-04 Martin Schwenkectdb-tests: Move test status interpretation to ctdb_tes...
2019-10-04 Martin Schwenkectdb-tests: Move use of show_progress() into ctdb_test_...
2019-10-04 Martin Schwenkectdb-tests: Simplify ctdb_test_run()
2019-10-04 Martin Schwenkectdb-tests: Switch TEST_CLEANUP and TEST_TIMEOUT to...
2019-10-04 Martin Schwenkectdb-tests: Add new test functions for running commands...
2019-10-04 Martin Schwenkectdb-tests: try_command_on_node() should return status...
2019-10-04 Martin Schwenkectdb-tests: Drop unused function ctdb_test_check_real_c...
2019-10-04 Martin Schwenkectdb-tests: Update preamble for CLUSTER tests
2019-10-04 Martin Schwenkectdb-tests: Add cluster.bash include file
2019-10-04 Martin Schwenkectdb-tests: Add function ctdb_test_skip_on_cluster()
2019-10-04 Martin Schwenkectdb-tests: Add function ctdb_test_on_cluster()
2019-10-04 Martin Schwenkectdb-tests: Add functions for terminating tests on...
2019-10-04 Martin Schwenkectdb-common: Mark VacuumLimit tunable as obsolete
2019-10-04 Martin Schwenkectdb-vacuum: Drop debug level of repacking message...
2019-10-04 Martin Schwenkectdb-protocol: Initialise request->rdata.opcode where...
2019-10-04 Amitay Isaacsctdb-vacuum: Process all records not deleted on a remot...
2019-09-26 Martin Schwenkectdb-tests: Update README
2019-09-26 Martin Schwenkectdb-tests: Move simple tests to INTEGRATION/ subdirectory
2019-09-26 Martin Schwenkectdb-tests: Move complex tests to CLUSTER/ subdirectory
2019-09-26 Martin Schwenkectdb-tests: Convert local daemons include file into...
2019-09-26 Martin Schwenkectdb-tests: Drop use of array in run_tests()
2019-09-26 Martin Schwenkectdb-tests: Drop custom handling for unit tests
2019-09-26 Martin Schwenkectdb-tests: Skip README files in test directories/colle...
2019-09-26 Martin Schwenkectdb-tests: Recurse into directories instead of explici...
2019-09-26 Martin Schwenkectdb-tests: Fold find_and_run_one_test() in to run_tests()
2019-09-26 Martin Schwenkectdb-tests: Move tool tests to UNIT/ subdirectory
2019-09-26 Martin Schwenkectdb-tests: Move takeover_helper tests to UNIT/ subdire...
2019-09-26 Martin Schwenkectdb-tests: Move takeover tests to UNIT/ subdirectory
2019-09-26 Martin Schwenkectdb-tests: Move shellcheck tests to UNIT/ subdirectory
2019-09-26 Martin Schwenkectdb-tests: Move onnode tests to UNIT/ subdirectory
2019-09-26 Martin Schwenkectdb-tests: Move eventscript tests to UNIT/ subdirectory
next