summaryrefslogtreecommitdiff
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
* ctdb: calculate queue input buffer size correctlySwen Schillig2018-08-181-10/+19
* ctdb: Replace calculation of bytes to read from socket by MIN() macroSwen Schillig2018-08-181-5/+1
* ctdb: add expiry test for ctdb_mutex_ceph_rados_helperDavid Disseldorp2018-08-091-1/+56
* ctdb_mutex_ceph_rados_helper: fix deadlock via lock renewalsDavid Disseldorp2018-08-091-9/+98
* ctdb_mutex_ceph_rados_helper: rename timer_ev to ppid_timer_evDavid Disseldorp2018-08-091-12/+13
* ctdb_mutex_ceph_rados_helper: use talloc destructor for cleanupDavid Disseldorp2018-08-091-27/+24
* ctdb_mutex_ceph_rados_helper: Set SIGINT signal handlerSamuel Cabrero2018-08-091-4/+15
* ctdb/build: link ctdb_mutex_ceph_rados_helper against ceph-commonDavid Disseldorp2018-08-091-1/+13
* ctdb: remove queue destructor as it isn't needed anymoreSwen Schillig2018-08-061-13/+0
* ctdb-eventd: Fix CID 1438155Amitay Isaacs2018-08-031-1/+1
* ctdb: Fix a cut&paste errorVolker Lendecke2018-08-031-1/+1
* ctdb-doc: Provide an example script for migrating old configurationMartin Schwenke2018-07-302-0/+733
* ctdb-docs: Update documentation for "ctdb event" commandMartin Schwenke2018-07-281-47/+48
* ctdb-event: Implement event tool "script list" commandMartin Schwenke2018-07-2812-0/+335
* ctdb-event: Change event-tool script enable/disable to chmod file directlyMartin Schwenke2018-07-281-32/+19
* ctdb-common: Use script abstraction in run_eventMartin Schwenke2018-07-282-158/+60
* ctdb-common: Factor out basic script abstractionMartin Schwenke2018-07-285-1/+565
* ctdb-event: Fix "ctdb event status" usage messageMartin Schwenke2018-07-281-1/+1
* ctdb-docs: Replace obsolete reference to CTDB_DEBUG_HUNG_SCRIPT optionMartin Schwenke2018-07-281-2/+3
* ctdb-common: Fix the TCP packet length checkAmitay Isaacs2018-07-281-1/+1
* ctdb-tests: Strip all spaces from od outputAmitay Isaacs2018-07-281-1/+1
* ctdb-tests: Fix a typoAmitay Isaacs2018-07-281-1/+1
* ctdb-tests: Use errcode to translate ETIMEDOUTAmitay Isaacs2018-07-287-22/+22
* ctdb-tests: Replace md5sum with posix cksumAmitay Isaacs2018-07-283-7/+7
* ctdb-tests: Use portable wc -c instead of stat -c "%s"Amitay Isaacs2018-07-281-1/+4
* ctdb-scripts: date "+%N" is non-portableAmitay Isaacs2018-07-283-3/+3
* ctdb-tests: Simplify pattern matching for ctime outputAmitay Isaacs2018-07-281-3/+3
* ctdb-tests: Do not try to match pstree output in eventd testsAmitay Isaacs2018-07-282-2/+1
* ctdb-common: Add fd argument to ctdb_connection_list_read()Amitay Isaacs2018-07-285-19/+17
* ctdb-protocol: Avoid fgets in ctdb_connection_list_readAmitay Isaacs2018-07-282-39/+51
* ctdb-common: Add line based I/OAmitay Isaacs2018-07-285-1/+401
* ctdb-tests: Porting tests should ignore unsupported featuresAmitay Isaacs2018-07-282-7/+16
* ctdb-tests: Use sigcode to match signalsAmitay Isaacs2018-07-281-13/+13
* ctdb-tests: Add signal code matching utilityAmitay Isaacs2018-07-282-0/+125
* ctdb-tests: Add ps output filter for freebsdAmitay Isaacs2018-07-281-1/+2
* ctdb-client: Switch to ETIMEDOUT instead of ETIMEAmitay Isaacs2018-07-283-3/+3
* ctdb-daemon: Switch to using ETIMEDOUT instead of ETIMEAmitay Isaacs2018-07-285-9/+9
* ctdb-event: Switch to ETIMEDOUT instead of ETIMEAmitay Isaacs2018-07-2820-46/+43
* ctdb-common: Switch to ETIMEDOUT from ETIMEAmitay Isaacs2018-07-284-11/+11
* ctdb-tests: Add required_error() to match on error codesAmitay Isaacs2018-07-281-0/+7
* ctdb-tests: Add errno matching utilityAmitay Isaacs2018-07-282-0/+194
* ctdb-tests: Switch some test stubs to use /bin/shMartin Schwenke2018-07-282-2/+2
* ctdb-tests: Improve portability by not using mktemp --tmpdir optionMartin Schwenke2018-07-285-7/+7
* ctdb-tests: Avoid use of non-portable getopt in stubsMartin Schwenke2018-07-284-59/+54
* ctdb-tests: Avoid use of non-portable getopt in run_tests.shMartin Schwenke2018-07-281-26/+20
* ctdb-tools: Avoid use of non-portable getopt in onnodeMartin Schwenke2018-07-281-31/+22
* ctdb-tests: Improve portability by not using /bin/bash directlyMartin Schwenke2018-07-281-1/+1
* ctdb-tools: Improve portability by not using /bin/bash directlyMartin Schwenke2018-07-281-1/+1
* ctdb-common: Drop unused function mkdir_p_or_die()Martin Schwenke2018-07-272-16/+0
* ctdb-common: Drop function parse_ip_mask() and supporting functionsMartin Schwenke2018-07-272-140/+0