summaryrefslogtreecommitdiff
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
...
* ctdb-daemon: Improve error messages when eventscript control is cancelledMartin Schwenke2015-07-141-2/+11
* ctdb-tools: Avoiding printing "(null)" on "ctdb eventscript" errorMartin Schwenke2015-07-141-1/+6
* ctdb-daemon: Avoid double-free during monitor cancellationAmitay Isaacs2015-07-141-1/+1
* ctdb-tests: Add some 10.interfaces VLAN testsMartin Schwenke2015-07-142-0/+40
* ctdb-tests: Add VLAN support to the "ip link" stubMartin Schwenke2015-07-141-0/+48
* ctdb-tests: Interface number in "ip link show" stub defaults to 42Martin Schwenke2015-07-141-1/+1
* ctdb-scripts: Support monitoring of interestingly named VLANs on bondsMartin Schwenke2015-07-141-2/+26
* ctdb-scripts: Fix regression in VLAN interface supportMartin Schwenke2015-07-141-1/+2
* ctdb-daemon: Remove control CTDB_CONTROL_SET_CALLAmitay Isaacs2015-07-104-40/+5
* ctdb-daemon: Fix valgrind invalid read error in db_statistics controlAmitay Isaacs2015-07-102-2/+3
* ctdb-tests: Remove statd-callout when running NFS testsMartin Schwenke2015-07-091-0/+7
* ctdb-scripts: Use an "if" statement instead of "&&"Martin Schwenke2015-07-092-10/+8
* ctdb-tests: Refactor code using simple test harness functionsAmitay Isaacs2015-07-093-24/+4
* ctdb-tests: Add test cleanup hooksAmitay Isaacs2015-07-092-1/+10
* ctdb-tests: Remove unsed codeAmitay Isaacs2015-07-091-23/+0
* ctdb-tests: Remove extra_header and extra_footer variablesAmitay Isaacs2015-07-094-42/+84
* ctdb-tests: Add simple test harnesses for running unit testsAmitay Isaacs2015-07-091-0/+48
* Spelling correction: exlusive -> exclusive and semantincs -> semanticsPaul Wayper2015-07-081-1/+1
* ctdb: Accept hex format for pdelete and ptrans commandsChristof Schmitt2015-07-081-4/+7
* ctdb: Create helper function for optional hex inputChristof Schmitt2015-07-081-39/+32
* ctdb: Accept the key in hex format for the pstore commandChristof Schmitt2015-07-061-2/+11
* ctdb-packaging: Package private librariesAmitay Isaacs2015-07-012-2/+4
* ctdb-build: Fix ctdb --with-socketpath configure optionMathieu Parent2015-07-011-1/+1
* ctdb-packaging: Pass extra arguments to rpmbuild from commandlineAmitay Isaacs2015-07-011-1/+2
* ctdb-build: Fix building of PCP PMDA moduleMartin Schwenke2015-07-011-1/+1
* ctdb-scripts: Only write to /proc route flush files if they existMartin Schwenke2015-07-012-2/+10
* ctdb-daemon: Promote debug messages about --start-as-* to NOTICE levelMartin Schwenke2015-07-011-2/+2
* ctdb-recoverd: Clear IP assignment tree on election lossMartin Schwenke2015-07-011-0/+2
* ctdb-recoverd: Add new function clear_ip_assignment_tree()Martin Schwenke2015-07-012-1/+6
* ctdb-scripts: Create the directory containing the recovery lockMartin Schwenke2015-07-011-0/+5
* ctdb-tests: Run transaction tests with externally imposed timeoutMartin Schwenke2015-07-012-6/+16
* ctdb: strip trailing spaces from nodes file.Michael Adam2015-06-271-3/+14
* Remove PYTHONDIR and PYTHONARCHDIR in a single placeThomas Nagy2015-06-261-3/+0
* ctdb: remove useless setting of variable domain_socket_nameMichael Adam2015-06-251-8/+0
* ctdb-vacuum: revert "Do not delete VACUUM MIGRATED records immediately"Michael Adam2015-06-121-5/+0
* ctdb-ib: make sure the tevent_fd is removed before the fd is closedStefan Metzmacher2015-06-121-11/+10
* ctdb-locking: move all auto_mark logic into process_callbacks()Stefan Metzmacher2015-06-121-10/+2
* ctdb-locking: make process_callbacks() more robustStefan Metzmacher2015-06-121-3/+8
* ctdb-locking: Add a comment to explain auto_mark usageAmitay Isaacs2015-06-121-0/+4
* ctdb-locking: Avoid resetting talloc destructorAmitay Isaacs2015-06-121-2/+4
* ctdb-locking: Avoid memory leak in the failure caseAmitay Isaacs2015-06-121-0/+1
* ctdb-locking: Set destructor when lock_context is createdAmitay Isaacs2015-06-121-4/+1
* ctdb-locking: Set the lock_ctx->request to NULL when request is freedStefan Metzmacher2015-06-121-0/+6
* ctdb-locking: Avoid memory corruption in ctdb_lock_context_destructorStefan Metzmacher2015-06-121-0/+4
* ctdb-build: only use ctdb/packaging/mkversion.sh for the standalone build.Stefan Metzmacher2015-06-081-11/+15
* ctdb-build: fix version handling in standalone buildMichael Adam2015-06-081-4/+4
* ctdb: Change use of 'which' to 'type' in scripts.Jose A. Rivera2015-06-053-5/+5
* ctdb-recovered: Drop unused variableAmitay Isaacs2015-06-051-2/+0
* ctdb-recoverd/vacuum: Remove vacuum_info structureAmitay Isaacs2015-06-051-74/+5
* ctdb-recoverd/vacuum: move fetch loop back into fetch handler.Michael Adam2015-06-051-24/+15