summaryrefslogtreecommitdiff
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
* ctdb-daemon: Fix CID 1364527/8/9: Null pointer dereferences (NULL_RETURNS)Martin Schwenke2016-07-282-0/+12
* ctdb-tests: Pretend not to ignore return from fgets()Martin Schwenke2016-07-281-2/+7
* ctdb-tests: Avoid portability issue in porting testsMartin Schwenke2016-07-281-1/+2
* ctdb-tests: Remove duplicate EOF terminators in some tool unit testsMartin Schwenke2016-07-283-3/+0
* ctdb-tests: Avoid division by zero in NFS eventscript unit testMartin Schwenke2016-07-281-1/+2
* ctdb-tests: Removing sleep from porting_testsAmitay Isaacs2016-07-281-7/+4
* ctdb-tests: Do not add $VALGRIND to ctdb commandAmitay Isaacs2016-07-281-1/+1
* ctdb-tests: Fix valgrind unintialized errorAmitay Isaacs2016-07-281-1/+1
* ctdb-packaging: Move ctdb configuration to ctdbd.confAmitay Isaacs2016-07-282-6/+5
* ctdb-protocol: Deprecate global transaction controlsAmitay Isaacs2016-07-281-3/+3
* ctdb-protocol: Drop marshalling for global transaction controlsAmitay Isaacs2016-07-285-154/+0
* ctdb-client: Drop client code for global transaction controlsAmitay Isaacs2016-07-282-106/+0
* ctdb-daemon: Drop implementation of global transaction controlsAmitay Isaacs2016-07-283-110/+3
* ctdb-protocol: Deprecate THAW controlAmitay Isaacs2016-07-281-1/+1
* ctdb-daemon: Drop the implementation of THAW controlAmitay Isaacs2016-07-281-2/+1
* ctdb-tests: Adjust unit test output matching new ctdbAmitay Isaacs2016-07-288-69/+30
* ctdb-tool: Add replacement ctdb tool using new client APIAmitay Isaacs2016-07-282-0/+6591
* ctdb-tool: Remove old ctdb toolAmitay Isaacs2016-07-282-5938/+0
* ctdb-daemon: Deletion of IPs is deferred until the next takeover runMartin Schwenke2016-07-289-75/+27
* ctdb-daemon: Use consistent naming for monitoring modeAmitay Isaacs2016-07-284-6/+6
* ctdb-daemon: Reduce QueueBufferSize from 16k to 1kAmitay Isaacs2016-07-282-2/+9
* ctdb-daemon: Add QueueBufferSize tunableAmitay Isaacs2016-07-284-6/+25
* ctdb-protocol: Add function ctdb_sock_addr_same_ipAmitay Isaacs2016-07-282-4/+25
* ctdb-common: Fix parsing of debug levelAmitay Isaacs2016-07-281-0/+4
* ctdb-tests: Add machinereadable output testsAmitay Isaacs2016-07-284-4/+32
* ctdb-tests: Add more tests for ctdb setdbsticky and setdbreadonlyAmitay Isaacs2016-07-283-0/+99
* ctdb-tests: Add tests for idempotenceAmitay Isaacs2016-07-282-0/+28
* ctdb-tests: Improve test to match exact outputAmitay Isaacs2016-07-281-7/+57
* ctdb-tests: Fix typoAmitay Isaacs2016-07-281-1/+1
* ctdb-tests: Clean database before the testAmitay Isaacs2016-07-282-0/+6
* ctdb-daemon: Fix statistics update macroAmitay Isaacs2016-07-281-2/+2
* ctdb-doc: Drop documentation for obsolete tunableAmitay Isaacs2016-07-281-14/+0
* ctdb-tests: Fix CID 1364526 (Argument cannot be negative)Amitay Isaacs2016-07-281-2/+1
* ctdb-tests: Fix CID 1364525 (Argument cannot be negative)Amitay Isaacs2016-07-281-2/+1
* ctdb-tests: Fix CID 1364524 (Argument cannot be negative)Amitay Isaacs2016-07-281-2/+1
* ctdb-tests: Fix CID 1364523 (Argument cannot be negative)Amitay Isaacs2016-07-281-2/+1
* ctdb-tests: Fix CID 1364522 (Argument cannot be negative)Amitay Isaacs2016-07-281-2/+1
* ctdb-tests: Fix CID 1364521 (Argument cannot be negative)Amitay Isaacs2016-07-281-2/+1
* ctdb-common: Fix CID 1363227 (Resource leak)Amitay Isaacs2016-07-281-0/+2
* ctdb-daemon: Move CTDB VNN structure to IP takeover codeMartin Schwenke2016-07-282-33/+33
* ctdb-ipalloc: Use a cumulative timeout for takeover run stagesMartin Schwenke2016-07-281-3/+12
* ctdb-doc: ctdb_diagnostics(1) tweaks and cross-referencesMartin Schwenke2016-07-282-2/+11
* ctdb-doc: Integrate ctdb_diagnostics man page into buildMartin Schwenke2016-07-282-1/+4
* ctdb-doc: Add ctdb_diagnostics man pagemartijn van brummelen2016-07-282-0/+123
* ctdb-tests: Add database related tool testsMartin Schwenke2016-07-2510-0/+426
* ctdb-tests: Implement database related controls in fake_ctdbdMartin Schwenke2016-07-251-0/+404
* ctdb-tools: Simplify "ctdb getdbseqnum" output formatMartin Schwenke2016-07-251-1/+1
* ctdb-tests: Add "ctdb disable/enable" tool testsMartin Schwenke2016-07-257-0/+153
* ctdb-tests: Implement MODIFY_FLAGS control in fake_ctdbdMartin Schwenke2016-07-251-0/+57
* ctdb-tests: Add "ctdb ban/unban" tool testsMartin Schwenke2016-07-256-0/+161