summaryrefslogtreecommitdiff
path: root/ctdb/wscript
AgeCommit message (Expand)AuthorFilesLines
2019-03-21build: Standardise on calling conf.SAMBA_CHECK_PYTHON() in librariesAndrew Bartlett1-2/+4
2019-03-21build: Remove manual specification of minimum python versionAndrew Bartlett1-1/+1
2019-03-15ctdb-version: Simplify version string usageAmitay Isaacs1-1/+1
2019-03-15ctdb-build: Drop creation of .distversion in tarballMartin Schwenke1-8/+0
2019-03-15ctdb-build: use a fixed ctdb_version.h using SAMBA_VERSION_STRINGStefan Metzmacher1-15/+0
2019-02-22ctdb-tests: Add test for ctdb_io.cChristof Schmitt1-0/+6
2018-12-18ctdb-build: Use open() instead of file() for python3Amitay Isaacs1-1/+1
2018-12-05ctdb/wscript: make use of MODE_{644,744,755,777}Stefan Metzmacher1-12/+13
2018-12-05ctdb/wscript: use python 3.6 compatible functionsStefan Metzmacher1-2/+3
2018-11-06ctdb-tests: Use local_daemons.sh in local_daemons.bashMartin Schwenke1-0/+1
2018-11-06ctdb-tests: Add local_daemons.shMartin Schwenke1-0/+8
2018-11-06ctdb-build: Don't set unused variable TEST_BIN_DIRMartin Schwenke1-3/+2
2018-09-19PY3: make sure print stmt is enclosed by '(' & ')'Noel Power1-1/+1
2018-09-16PY3: fix some octal literalsNoel Power1-11/+11
2018-09-12ctdb-build: Fix version handling when building tarballMartin Schwenke1-8/+14
2018-09-11ctdb-build: Use wafsamba's INSTALL_DIR()Martin Schwenke1-4/+4
2018-09-05ctdb/wscript: rework how version number is retrievedAlexander Bokovoy1-21/+25
2018-09-05cdtb/wscript: use top and out for waf 2.0Alexander Bokovoy1-10/+9
2018-09-05ctdb/wscript: adopt to waf-2.0Alexander Bokovoy1-8/+7
2018-09-05ctdb/wscript: update to handle waf 2.0.4Alexander Bokovoy1-2/+3
2018-08-30ctdb-tests: Extend TCP packet test to also do packet extractionMartin Schwenke1-1/+1
2018-08-30ctdb-tests: Add basic test to sanity check types in socket marshallingMartin Schwenke1-0/+5
2018-08-24ctdb-config: Switch tunable DisableIPFailover to a config optionMartin Schwenke1-0/+1
2018-08-24ctdb-config: Integrate failover options into conf-toolMartin Schwenke1-0/+1
2018-08-24ctdb-failover: Add failover configuration optionsMartin Schwenke1-0/+4
2018-08-09ctdb/build: link ctdb_mutex_ceph_rados_helper against ceph-commonDavid Disseldorp1-1/+13
2018-07-28ctdb-common: Factor out basic script abstractionMartin Schwenke1-1/+3
2018-07-28ctdb-protocol: Avoid fgets in ctdb_connection_list_readAmitay Isaacs1-2/+2
2018-07-28ctdb-common: Add line based I/OAmitay Isaacs1-1/+2
2018-07-28ctdb-tests: Add signal code matching utilityAmitay Isaacs1-0/+5
2018-07-28ctdb-tests: Add errno matching utilityAmitay Isaacs1-0/+5
2018-07-11ctdb-build: Enable some standard event scripts if none are enabledMartin Schwenke1-0/+19
2018-07-11ctdb-build: Install event scripts in CTDB_DATADIRMartin Schwenke1-1/+11
2018-07-11ctdb-build: Add CTDB_DATADIRMartin Schwenke1-4/+7
2018-07-05ctdb-daemon: Add client code to talk to new event daemonAmitay Isaacs1-0/+1
2018-07-05ctdb-protocol: Remove protocol for old event daemonAmitay Isaacs1-3/+0
2018-07-05ctdb-client: Remove client code for old event daemonAmitay Isaacs1-1/+1
2018-07-05ctdb-tools: Remove old event daemon toolAmitay Isaacs1-6/+0
2018-07-05ctdb-daemon: Remove old event daemonAmitay Isaacs1-6/+0
2018-07-05ctdb-event: Add tests for event daemonAmitay Isaacs1-0/+1
2018-07-05ctdb-tests: Rename eventd testsuite to ctdb_eventdAmitay Isaacs1-1/+1
2018-07-05ctdb-event: Add event daemon client toolAmitay Isaacs1-0/+7
2018-07-05ctdb-event: Add event daemon client codeAmitay Isaacs1-0/+5
2018-07-05ctdb-event: Add event daemon implementationAmitay Isaacs1-0/+14
2018-07-05ctdb-event: Add event daemon protocolAmitay Isaacs1-0/+13
2018-07-05ctdb-common: Add client pid to connect callback in sock_daemonAmitay Isaacs1-2/+7
2018-07-05ctdb-tests: Separate testing code for basic data typesAmitay Isaacs1-2/+11
2018-07-05ctdb-build: Add ctdb prefix to build targetAmitay Isaacs1-2/+2
2018-07-05ctdb-protocol: Separate protocol-basic subsystemAmitay Isaacs1-2/+6
2018-07-04ctdb-tests: Avoid segfault by initializing loggingAmitay Isaacs1-1/+1