ctdb-tests: Drop setting of test state directory for testonly target
[slow/samba.git] / ctdb / wscript
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-04 Martin Schwenkectdb-tests: Add cluster.bash include file
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: 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
2019-09-26 Martin Schwenkectdb-tests: Move eventd tests to UNIT/ subdirectory
2019-09-26 Martin Schwenkectdb-tests: Move cunit tests to UNIT/ subdirectory
2019-09-17 Martin Schwenkectdb-tests: Drop reference to unused ctdb_eventd test...
2019-09-02 Björn Baumbachbuild: remove unneeded libceph-common dependency
2019-09-02 David Disseldorpbuild: drop --with-libcephfs=<path> support
2019-08-14 Martin Schwenkectdb-tests: Simplify test_wrap script
2019-08-14 Martin Schwenkectdb-tests: Avoid shellcheck warning SC2155
2019-08-06 Ralph Boehmectdb: fix compilation on systems with glibc robust...
2019-07-26 Martin Schwenkectdb-mutex: Change parent checking to use an asynchrono...
2019-07-26 Martin Schwenkectdb-tests: Add cluster mutex tests
2019-07-05 Martin Schwenkectdb-build: Tweak hacking of rpcgen output
2019-05-09 David Disseldorpctdb/build: fix ctdb_mutex_ceph_rados_helper builds
2019-05-07 Martin Schwenkectdb-tests: Don't clean up test var directory in autote...
2019-05-07 Martin Schwenkectdb-build: Add check for getrusage()
2019-04-12 David Disseldorpbuild: add explicit cephfs include path for vfs_ceph...
2019-03-21 Andrew Bartlettbuild: Standardise on calling conf.SAMBA_CHECK_PYTHON...
2019-03-21 Andrew Bartlettbuild: Remove manual specification of minimum python...
2019-03-15 Amitay Isaacsctdb-version: Simplify version string usage
2019-03-15 Martin Schwenkectdb-build: Drop creation of .distversion in tarball
2019-03-15 Stefan Metzmacherctdb-build: use a fixed ctdb_version.h using SAMBA_VERS...
2019-02-22 Christof Schmittctdb-tests: Add test for ctdb_io.c
2018-12-18 Amitay Isaacsctdb-build: Use open() instead of file() for python3
2018-12-05 Stefan Metzmacherctdb/wscript: make use of MODE_{644,744,755,777}
2018-12-05 Stefan Metzmacherctdb/wscript: use python 3.6 compatible functions
2018-11-06 Martin Schwenkectdb-tests: Use local_daemons.sh in local_daemons.bash
2018-11-06 Martin Schwenkectdb-tests: Add local_daemons.sh
2018-11-06 Martin Schwenkectdb-build: Don't set unused variable TEST_BIN_DIR
2018-09-19 Noel PowerPY3: make sure print stmt is enclosed by '(' & ')'
2018-09-16 Noel PowerPY3: fix some octal literals
2018-09-12 Martin Schwenkectdb-build: Fix version handling when building tarball
2018-09-11 Martin Schwenkectdb-build: Use wafsamba's INSTALL_DIR()
2018-09-05 Alexander Bokovoyctdb/wscript: rework how version number is retrieved
2018-09-05 Alexander Bokovoycdtb/wscript: use top and out for waf 2.0
2018-09-05 Alexander Bokovoyctdb/wscript: adopt to waf-2.0
2018-09-05 Alexander Bokovoyctdb/wscript: update to handle waf 2.0.4
2018-08-30 Martin Schwenkectdb-tests: Extend TCP packet test to also do packet...
2018-08-30 Martin Schwenkectdb-tests: Add basic test to sanity check types in...
2018-08-24 Martin Schwenkectdb-config: Switch tunable DisableIPFailover to a...
2018-08-24 Martin Schwenkectdb-config: Integrate failover options into conf-tool
2018-08-24 Martin Schwenkectdb-failover: Add failover configuration options
2018-08-09 David Disseldorpctdb/build: link ctdb_mutex_ceph_rados_helper against...
2018-07-28 Martin Schwenkectdb-common: Factor out basic script abstraction
2018-07-28 Amitay Isaacsctdb-protocol: Avoid fgets in ctdb_connection_list_read
2018-07-28 Amitay Isaacsctdb-common: Add line based I/O
2018-07-28 Amitay Isaacsctdb-tests: Add signal code matching utility
2018-07-28 Amitay Isaacsctdb-tests: Add errno matching utility
2018-07-11 Martin Schwenkectdb-build: Enable some standard event scripts if none...
2018-07-11 Martin Schwenkectdb-build: Install event scripts in CTDB_DATADIR
2018-07-11 Martin Schwenkectdb-build: Add CTDB_DATADIR
2018-07-05 Amitay Isaacsctdb-daemon: Add client code to talk to new event daemon
2018-07-05 Amitay Isaacsctdb-protocol: Remove protocol for old event daemon
2018-07-05 Amitay Isaacsctdb-client: Remove client code for old event daemon
2018-07-05 Amitay Isaacsctdb-tools: Remove old event daemon tool
2018-07-05 Amitay Isaacsctdb-daemon: Remove old event daemon
2018-07-05 Amitay Isaacsctdb-event: Add tests for event daemon
2018-07-05 Amitay Isaacsctdb-tests: Rename eventd testsuite to ctdb_eventd
2018-07-05 Amitay Isaacsctdb-event: Add event daemon client tool
2018-07-05 Amitay Isaacsctdb-event: Add event daemon client code
2018-07-05 Amitay Isaacsctdb-event: Add event daemon implementation
2018-07-05 Amitay Isaacsctdb-event: Add event daemon protocol
2018-07-05 Amitay Isaacsctdb-common: Add client pid to connect callback in...
2018-07-05 Amitay Isaacsctdb-tests: Separate testing code for basic data types
2018-07-05 Amitay Isaacsctdb-build: Add ctdb prefix to build target
2018-07-05 Amitay Isaacsctdb-protocol: Separate protocol-basic subsystem
2018-07-04 Amitay Isaacsctdb-tests: Avoid segfault by initializing logging
2018-07-02 Martin Schwenkectdb-common: Move capture_socket functions to ctdb_sock...
2018-07-02 Martin Schwenkectdb-common: Rename system utility files
2018-07-02 Amitay Isaacsctdb-build: Add ipv6 headers check for packet details
2018-07-02 Amitay Isaacsctdb-build: Add checks for raw pkt handling support
2018-06-05 Martin Schwenkectdb-scripts: Change directory for notifications to...
2018-06-05 Martin Schwenkectdb-scripts: Move event scripts to events/legacy/...
2018-05-17 Martin Schwenkectdb: Drop configuration file ctdbd.conf
2018-05-17 Martin Schwenkectdb-docs: Add ctdb.conf(5)
2018-05-17 Martin Schwenkectdb-daemon: Implement ctdb configuration file loading
2018-05-17 Martin Schwenkectdb-tools: Add legacy config options to config tool
2018-05-17 Martin Schwenkectdb-daemon: Define ctdbd legacy configuration file...
2018-05-17 Martin Schwenkectdb-tools: Add database config options to config tool
2018-05-17 Martin Schwenkectdb-database: Define database configuration file options
2018-05-17 Martin Schwenkectdb-tools: Add cluster config options to config tool
2018-05-17 Martin Schwenkectdb-cluster: Define cluster configuration file options
2018-05-17 Amitay Isaacsctdb-tools: Add event daemon config options to config...
2018-05-17 Amitay Isaacsctdb-event: Add event daemon config file options
2018-05-17 Martin Schwenkectdb-build: Create database directories during installation
2018-05-12 Amitay Isaacsctdb-tools: Add logging config options to config tool
2018-05-12 Martin Schwenkectdb-common: Add config options for logging
2018-05-12 Amitay Isaacsctdb-common: Add config options tool
2018-05-12 Amitay Isaacsctdb-common: Add config file parsing code
2018-05-12 Amitay Isaacsctdb-common: Add path tool
next