summaryrefslogtreecommitdiff
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
* ctdb: add expiry test for ctdb_mutex_ceph_rados_helperDavid Disseldorp2018-08-231-1/+56
* ctdb_mutex_ceph_rados_helper: fix deadlock via lock renewalsDavid Disseldorp2018-08-231-9/+98
* ctdb_mutex_ceph_rados_helper: rename timer_ev to ppid_timer_evDavid Disseldorp2018-08-231-12/+13
* ctdb_mutex_ceph_rados_helper: use talloc destructor for cleanupDavid Disseldorp2018-08-231-27/+24
* ctdb_mutex_ceph_rados_helper: Set SIGINT signal handlerSamuel Cabrero2018-08-231-4/+15
* ctdb/build: link ctdb_mutex_ceph_rados_helper against ceph-commonDavid Disseldorp2018-08-231-1/+13
* ctdb-tests: Avoid segfault by initializing loggingAmitay Isaacs2018-07-101-0/+2
* ctdb-tests: Avoid segfault by initializing loggingAmitay Isaacs2018-07-1012-3/+33
* ctdb-pmda: Use modified API in pcp library 4.0Amitay Isaacs2018-07-102-9/+22
* ctdb-daemon: Only consider client ID for local database attachMartin Schwenke2018-07-103-13/+35
* ctdb-tests: Switch fake_ctdbd to use ctdb_get_peer_pid()Martin Schwenke2018-07-101-8/+2
* ctdb-common: Use correct return type for tevent_queue_add_entryAmitay Isaacs2018-07-101-3/+3
* ctdb: Fix build on AIXAmitay Isaacs2018-07-105-12/+12
* ctdb-common: Use sin6_len only if the structure supports itAmitay Isaacs2018-07-103-4/+4
* ctdb-docs: Fix the documentation for VNN mapMartin Schwenke2018-07-101-4/+3
* ctdb-server: Rename CTDB_BROADCAST_VNNMAP -> CTDB_BROADCAST_ACTIVEMartin Schwenke2018-07-107-17/+27
* ctdb-tests: Add a simple test for database traversesMartin Schwenke2018-07-101-0/+94
* ctdb-tests: Add check for non-lmaster node status in integration testsMartin Schwenke2018-07-101-0/+1
* ctdb-client: Fix typo where CTDB_BROADCAST_ALL is repeatedMartin Schwenke2018-07-101-1/+1
* ctdb-client: Remove ununsed functions from old client codeAmitay Isaacs2018-05-072-2529/+10
* ctdb-scripts: Drop "net serverid wipe" from 50.samba event scriptAmitay Isaacs2018-04-101-2/+0
* ctdb-client: Client code should never free the client contextAmitay Isaacs2018-04-061-1/+0
* ctdb-client: Add missing initialization of tevent_contextAmitay Isaacs2018-04-061-0/+1
* ctdb-client: Do not try to allocate 0 sized recordAmitay Isaacs2018-04-061-7/+12
* ctdb-tests: Don't use nc -d or -w optionsMartin Schwenke2018-04-066-6/+6
* ctdb-tests: Set test timeout to an hourMartin Schwenke2018-02-121-1/+1
* ctdb-tests: Fix a typoMartin Schwenke2018-02-121-1/+0
* ctdb-tests: Add a UNIT pseudo-test-suiteMartin Schwenke2018-02-121-5/+27
* ctdb-tests: Only use socket-wrapper for simple, local daemon testsMartin Schwenke2018-02-123-11/+11
* ctdb-tests: Add timeout for individual tests, default is 10 minutesMartin Schwenke2018-02-121-2/+7
* ctdb-tests: Avoid race condition in sock_daemon test 5Amitay Isaacs2018-02-121-9/+17
* build: deal with recent glibc sunrpc header removalGünther Deschner2018-01-251-1/+1
* systemd: Add documentation to Unit filesMathieu Parent2018-01-141-0/+1
* doc/ctdb: fix two typosBjörn Baumbach2017-12-191-2/+2
* ctdb/tcp/tcp_connect.c set socket close on execGary Lockyer2017-12-181-0/+1
* ctdb/server/ctdb_daemon.c set socket close on execGary Lockyer2017-12-181-0/+1
* ctdb-recovery-helper: Deregister message handler in error pathsAmitay Isaacs2017-12-131-4/+12
* ctdb-client: Add async version for ctdb_client_init()Amitay Isaacs2017-12-132-66/+166
* ctdb-common: Avoid using void ** argumentAmitay Isaacs2017-12-132-3/+3
* ctdb-build: Apply dependency to correct subsystemAmitay Isaacs2017-12-131-2/+2
* ctdb-daemon: Send STARTUP control after startup eventAmitay Isaacs2017-11-302-6/+6
* ctdb-takeover: Send tcp tickles immediately on STARTUP controlAmitay Isaacs2017-11-301-8/+7
* ctdb-takeover: Refactor code to send tickle lists for all public IPsAmitay Isaacs2017-11-301-17/+27
* build: Move socket_wrapper to third_partyAndreas Schneider2017-11-251-6/+15
* ctdb-eventd: Simplify eventd codeAmitay Isaacs2017-11-241-166/+17
* ctdb-common: Add special monitor handling to run_event abstractionAmitay Isaacs2017-11-241-10/+135
* ctdb-tests: Make sure child processes are waited on after terminationAmitay Isaacs2017-11-241-2/+11
* ctdb-common: Add async version of shutdown in sock_daemonAmitay Isaacs2017-11-213-9/+110
* ctdb-common: Add async version of reconfigure in sock_daemonAmitay Isaacs2017-11-214-0/+161
* ctdb-common: Add async version of startup in sock_daemonAmitay Isaacs2017-11-214-0/+95