summaryrefslogtreecommitdiff
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
* ctdb-scripts: Quote some variable expansionsMartin Schwenke2016-07-0617-70/+77
* ctdb-scripts: Fix incorrect variable referenceMartin Schwenke2016-07-061-1/+1
* ctdb-scripts: Use globs instead of ls to list filesMartin Schwenke2016-07-061-8/+7
* ctdb-scripts: Fix incorrect variable referenceMartin Schwenke2016-07-061-1/+1
* ctdb-scripts: Fix incorrect variable referenceMartin Schwenke2016-07-061-1/+1
* ctdb-scripts: Update script boilerplate to avoid shellcheck warningsMartin Schwenke2016-07-0623-47/+55
* ctdb-scripts: Export CTDB_BASE in functions fileMartin Schwenke2016-07-061-0/+1
* ctdb-scripts: Drop optional argument to nfs_check_services()Martin Schwenke2016-07-061-2/+2
* ctdb-build: Exit if requested feature cannot be builtAmitay Isaacs2016-07-051-0/+2
* ctdb-daemon: Log ctdb socket in the main daemonAmitay Isaacs2016-07-051-0/+2
* ctdb-pmda: CTDB client code does not require ctdb->methodsAmitay Isaacs2016-07-051-4/+0
* ctdb-daemon: Check if method is initialized before callingAmitay Isaacs2016-07-052-2/+2
* ctdb-ib: Include system/wait.h for signalAmitay Isaacs2016-07-051-0/+1
* ctdb-client: Expose ctdb_ltdb_fetch in client APIAmitay Isaacs2016-07-052-3/+7
* ctdb-client: Add debug messages to client db apiAmitay Isaacs2016-07-051-12/+106
* ctdb-client: Fix implementation of transaction cancelAmitay Isaacs2016-07-051-1/+27
* ctdb-client: Add async version of transaction cancelAmitay Isaacs2016-07-052-0/+81
* ctdb-client: Fix implementation of transaction commitAmitay Isaacs2016-07-052-57/+75
* ctdb-client: Fix implementation of transaction startAmitay Isaacs2016-07-051-53/+2
* ctdb-client: During transaction commit fetch seqnum locallyAmitay Isaacs2016-07-051-74/+51
* ctdb-client: Release the g_lock record once the update is doneAmitay Isaacs2016-07-051-0/+3
* ctdb-client: Remove commented old g_lock implemention codeAmitay Isaacs2016-07-051-77/+0
* ctdb-client: Release g_lock lock before retryingAmitay Isaacs2016-07-051-0/+1
* ctdb-client: Fix g_lock implementationAmitay Isaacs2016-07-051-21/+7
* ctdb-client: If g_lock lock conflicts, try again soonerAmitay Isaacs2016-07-051-1/+1
* ctdb-client: Factor out ctdb_client_get_server_id functionAmitay Isaacs2016-07-053-7/+22
* ctdb-client: Use async version of delete_record in g_lock unlockAmitay Isaacs2016-07-051-3/+33
* ctdb-client: Fix implementation of delete_recordAmitay Isaacs2016-07-051-28/+14
* ctdb-client: Add async version of delete_recordAmitay Isaacs2016-07-052-0/+108
* ctdb-client: Fix ctdb_rec_buffer traversal routineAmitay Isaacs2016-07-051-6/+13
* ctdb-client: Add sync version of sending multiple messagesAmitay Isaacs2016-07-052-0/+35
* ctdb-daemon: Improve log messageAmitay Isaacs2016-07-051-1/+1
* ctdb-recoverd: Improve election win messagesAmitay Isaacs2016-07-051-2/+4
* ctdb-tests: Link to ctdb-ipalloc instead of using ctdbd_test.cMartin Schwenke2016-07-043-93/+19
* ctdb-ipalloc: Drop implicit dependency on ctdb-commonMartin Schwenke2016-07-042-5/+13
* ctdb-tests: Allow takeover tests to be run under valgrindMartin Schwenke2016-07-041-1/+1
* ctdb-tests: Drop use of CTDB context from takeover testMartin Schwenke2016-07-041-36/+20
* ctdb-ipalloc: IP allocation state is now an opaque structureMartin Schwenke2016-07-042-13/+15
* ctdb-ipalloc: ipalloc() returns public IP listMartin Schwenke2016-07-044-9/+6
* ctdb-ipalloc: Move set_ipflags_internal() to ipallocMartin Schwenke2016-07-044-81/+87
* ctdb-ipalloc: Switch set_ipflags_internal() to use a new-style node mapMartin Schwenke2016-07-042-16/+43
* ctdb-ipalloc: Move ipalloc state initialisation to ipalloc.cMartin Schwenke2016-07-043-43/+52
* ctdb-ipalloc: Pass extra data to IP allocation state initialisationMartin Schwenke2016-07-042-28/+37
* ctdb-ipalloc: Make no_ip_failback a booleanMartin Schwenke2016-07-045-5/+5
* ctdb-ipalloc: Fix buggy short-circuit when no IPs are availableMartin Schwenke2016-07-041-0/+14
* ctdb-ipalloc: New function ipalloc_can_host_ips()Martin Schwenke2016-07-043-10/+17
* ctdb-ipalloc: Drop known public IPs from IP allocation stateMartin Schwenke2016-07-042-6/+6
* ctdb-ipalloc: Move create_merged_ip_list() into ipallocMartin Schwenke2016-07-043-97/+96
* ctdb-ipalloc: New function ipalloc_set_public_ips()Martin Schwenke2016-07-044-6/+27
* ctdb-ipalloc: Remove function ctdb_reload_remote_public_ips()Martin Schwenke2016-07-041-37/+17