summaryrefslogtreecommitdiff
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
* ctdb-pcp-pmda: Reimplement using new client APIAmitay Isaacs2016-07-222-96/+21
* ctdb-tests: Add torture test for fetch functionsAmitay Isaacs2016-07-222-0/+215
* ctdb-tests: Remove unused tests codeAmitay Isaacs2016-07-226-952/+0
* ctdb-tests: Rename ctdb_porting_tests to porting_testsAmitay Isaacs2016-07-223-105/+86
* ctdb-tests: Rename ctdb_lock_tdb to lock_tdbAmitay Isaacs2016-07-223-44/+62
* ctdb-tests: Convert rb_test into a unit testAmitay Isaacs2016-07-223-96/+112
* ctdb-tests: Replace ctdb_update_record_persistent with update_record_persistentAmitay Isaacs2016-07-224-154/+221
* ctdb-tests: Replace ctdb_update_record with update_record using new client APIAmitay Isaacs2016-07-224-177/+243
* ctdb-tests: Replace ctdb_transaction with transaction_loop using new client APIAmitay Isaacs2016-07-225-328/+401
* ctdb-tests: Replace ctdb_fetch_readonly_loop with fetch_readonly_loop using n...Amitay Isaacs2016-07-223-159/+272
* ctdb-tests: Replace ctdb_fetch_readonly_once with fetch_readonly using new cl...Amitay Isaacs2016-07-224-135/+171
* ctdb-tests: Replace ctdb_fetch_one with fetch_loop using new client APIAmitay Isaacs2016-07-223-157/+288
* ctdb-tests: Replace ctdb_fetch with fetch_ring using new client APIAmitay Isaacs2016-07-224-315/+384
* ctdb-tests: Replace ctdb_bench with message_ring using new client APIAmitay Isaacs2016-07-224-295/+365
* ctdb-tests: Add torture test for g_lock functionsAmitay Isaacs2016-07-222-0/+285
* ctdb-tests: Common code to process commandline optionsAmitay Isaacs2016-07-223-1/+226
* ctdb-tests: Common code to wait for synchronization across clusterAmitay Isaacs2016-07-223-0/+367
* ctdb-tests: Add shellcheck test suiteMartin Schwenke2016-07-2110-1/+117
* ctdb-tests: Add new test support script for script install pathsMartin Schwenke2016-07-212-0/+29
* ctdb-scripts: Avoid shellcheck warning SC2006 (legacy `..`)Martin Schwenke2016-07-211-6/+7
* ctdb-scripts: Avoid shellcheck warning SC2124 (string=array)Martin Schwenke2016-07-211-1/+1
* ctdb-scripts: Avoid shellcheck warning SC2155 (declare, assign)Martin Schwenke2016-07-211-2/+2
* ctdb-scripts: Avoid shellcheck warning SC2059 ($ in printf format)Martin Schwenke2016-07-212-1/+11
* ctdb-scripts: Avoid chellcheck warning SC2012 (ls for file list)Martin Schwenke2016-07-211-5/+7
* ctdb-scripts: Avoid shellcheck warning SC2012 (ls for file list)Martin Schwenke2016-07-211-3/+6
* ctdb-scripts: Avoid shellcheck warning SC2038 (find without -print0)Martin Schwenke2016-07-211-1/+3
* ctdb-scripts: Avoid shellcheck warning SC2039 (non-portable ulimit options)Martin Schwenke2016-07-211-0/+4
* ctdb-scripts: Avoid shellcheck warning SC2039 (test -nt operator)Martin Schwenke2016-07-211-0/+2
* ctdb-scripts: Avoid shellcheck warning SC2094 (read/write same file)Martin Schwenke2016-07-212-28/+33
* ctdb-scripts: Avoid shellcheck warning SC2039 (echo -n)Martin Schwenke2016-07-214-8/+9
* ctdb-scripts: Avoid shellcheck warning SC2039 (type command)Martin Schwenke2016-07-213-0/+6
* ctdb-scripts: Avoid shellcheck warning SC2015 (A && B || C)Martin Schwenke2016-07-211-0/+3
* ctdb-scripts: Avoid shellcheck warnings SC2119, SC2120 (function arguments)Martin Schwenke2016-07-212-0/+10
* ctdb-scripts: Avoid shellcheck warning SC2002 (useless cat)Martin Schwenke2016-07-213-5/+4
* ctdb-scripts: Avoid shellcheck warning SC2017 (arithmetic precision)Martin Schwenke2016-07-211-0/+2
* ctdb-scripts: Avoid shellcheck warning SC1004 (backslash in quotes)Martin Schwenke2016-07-214-15/+14
* ctdb-scripts: Avoid shellcheck warning SC2154 (unassigned variables)Martin Schwenke2016-07-2113-43/+37
* ctdb-scripts: Avoid shellcheck warnings SC2046, SC2086 (double-quoting)Martin Schwenke2016-07-2117-54/+107
* ctdb-scripts: Avoid shellcheck warning SC2034 (unused variables)Martin Schwenke2016-07-2114-6/+57
* ctdb-scripts: Avoid shellcheck warning SC2004 ($ in arithmetic)Martin Schwenke2016-07-216-14/+14
* ctdb-scripts: Avoid shellcheck warnings SC2030, SC2031 (subshell variables)Martin Schwenke2016-07-211-1/+7
* ctdb-scripts: Avoid shellcheck warning SC2016 ($ in single quotes)Martin Schwenke2016-07-211-2/+2
* ctdb-scripts: Drop function ctdb_check_counter()Martin Schwenke2016-07-211-32/+0
* ctdb-scripts: Drop use of ctdb_check_counter from vsftpd event scriptMartin Schwenke2016-07-211-5/+6
* ctdb-scripts: Drop use of ctdb_check_counter from reclock event scriptMartin Schwenke2016-07-213-6/+7
* ctdb-scripts: Drop use of ctdb_check_counter from httpd event scriptMartin Schwenke2016-07-211-15/+14
* ctdb-scripts: Drop use of service_tcp_portsMartin Schwenke2016-07-211-7/+4
* ctdb-scripts: Event script indentation and whitespace cleanupsMartin Schwenke2016-07-2116-65/+65
* ctdb-scripts: Drop use of ctdb_standard_event_handler()Martin Schwenke2016-07-2117-64/+2
* ctdb-tests: New event script test for corrupt TDB checkingMartin Schwenke2016-07-211-0/+59