summaryrefslogtreecommitdiff
path: root/ctdb/include
Commit message (Expand)AuthorAgeFilesLines
* ctdb/include/ctdb_private.h: typo fixesBjörn Jacke2019-10-311-1/+1
* ctdb-daemon: Implement DB_VACUUM controlMartin Schwenke2019-10-241-0/+5
* ctdb-vacuum: Simplify recording of in-progress vacuuming childMartin Schwenke2019-10-241-1/+1
* ctdb-daemon: Add implementation of VACUUM_FETCH controlAmitay Isaacs2019-10-241-0/+3
* ctdb-daemon: Drop unused function ctdb_local_node_got_banned()Martin Schwenke2019-08-201-1/+0
* ctdb-daemon: Factor out new function ctdb_node_become_inactive()Martin Schwenke2019-08-201-0/+2
* ctdb-daemon: Add function ctdb_ip_to_node()Martin Schwenke2019-08-161-0/+2
* ctdb-daemon: Drop unused function ctdb_vfork_with_logging()Martin Schwenke2019-07-051-10/+0
* ctdb-daemon: Replace function ctdb_ip_to_nodeid() with ctdb_ip_to_pnn()Martin Schwenke2019-07-051-1/+2
* ctdb-daemon: Fix signed/unsigned comparisons by declaring as unsignedMartin Schwenke2019-07-051-1/+1
* ctdb-daemon: Make old list_of_nodes() function staticMartin Schwenke2019-07-051-3/+0
* ctdb-version: Simplify version string usageAmitay Isaacs2019-03-151-3/+0
* ctdb-build: use a fixed ctdb_version.h using SAMBA_VERSION_STRINGStefan Metzmacher2019-03-151-0/+3
* ctdb-daemon: Drop unused function ctdb_set_socketname()Martin Schwenke2018-11-061-1/+0
* ctdb-daemon: Drop implementation of RECEIVE_RECORDS controlAmitay Isaacs2018-10-081-2/+0
* ctdb-daemon: Add invalid_records flag to ctdb_db_contextAmitay Isaacs2018-10-081-0/+1
* ctdb-daemon: Only consider client ID for local database attachMartin Schwenke2018-07-021-2/+5
* ctdb-daemon: Move ctdb_init() to the only place it is usedMartin Schwenke2018-05-011-5/+0
* ctdb-daemon: Drop unused function ctdb_set_notification_script()Martin Schwenke2018-05-011-1/+0
* ctdb-client: Remove ununsed functions from old client codeAmitay Isaacs2018-05-011-218/+0
* ctdb-daemon: Drop ctdbd --public-interface optionMartin Schwenke2018-03-191-1/+0
* ctdb-daemon: Add code to process ctdb_req_tunnel packetsAmitay Isaacs2017-10-101-0/+7
* ctdb-daemon: Add implementation of tunnel controlsAmitay Isaacs2017-10-102-0/+19
* ctdb-daemon: Add implementation of control CHECK_PID_SRVIDAmitay Isaacs2017-09-211-0/+2
* Revert "ctdb-daemon: Remove unused function ctdb_stop_monitoring()"Martin Schwenke2017-09-191-0/+2
* ctdb-client: Drop old client code for monitor controlsMartin Schwenke2017-09-141-18/+0
* ctdb-daemon: Remove unused function ctdb_stop_monitoring()Martin Schwenke2017-09-141-2/+0
* ctdb-daemon: Drop implementation of monitor controlsMartin Schwenke2017-09-141-5/+0
* ctdb-daemon: Add a function to check if db access is allowedAmitay Isaacs2017-09-121-0/+1
* ctdb-client: Fix ctdb_attach() to use database flagsAmitay Isaacs2017-08-251-1/+1
* ctdb-client: Optionally return database id from ctdb_ctrl_createdb()Amitay Isaacs2017-08-251-1/+1
* ctdb-client: Fix ctdb_ctrl_createdb() to use database flagsAmitay Isaacs2017-08-251-1/+1
* ctdb-daemon: Drop the implementation of CHECK_SRVIDS controlAmitay Isaacs2017-08-141-2/+0
* ctdb-client: Drop client code to send CHECK_SRVIDS controlAmitay Isaacs2017-08-141-3/+0
* ctdb-daemon: Pass db_flags instead of passing persistent flagAmitay Isaacs2017-06-291-1/+1
* ctdb-daemon: Store db_flags instead of individual boolean flagsAmitay Isaacs2017-06-291-3/+1
* ctdb-client: Add a function to get db open flagsAmitay Isaacs2017-06-261-0/+3
* ctdb-client: Drop tdb_flags argument to ctdb_attach()Amitay Isaacs2017-06-261-2/+1
* ctdb-daemon: Ignore tdb open flags passed to DB attach controlsAmitay Isaacs2017-06-261-1/+1
* ctdb-locking: Reduce logging in case of contentionAmitay Isaacs2017-06-191-0/+3
* ctdb-daemon: Do not allow mixed ctdb versions in a clusterAmitay Isaacs2017-05-242-0/+5
* ctdb-keepalive: Move ctdb_send_keepalive() to ctdb_keepalive.cAmitay Isaacs2017-05-241-2/+0
* ctdb-daemon: Add tracking of migration recordsAmitay Isaacs2017-04-051-0/+4
* ctdb-takeover: Drop unused ctdb_takeover_run() and related codeMartin Schwenke2016-12-191-3/+0
* ctdb-protocol: Move CTDB_PUBLIC_IP_FLAGS_ONLY_AVAILABLE to protocol.hMartin Schwenke2016-12-191-2/+0
* ctdb-daemon: Switch to using event daemonAmitay Isaacs2016-12-181-9/+0
* ctdb-daemon: Add functions to talk to event daemonAmitay Isaacs2016-12-181-0/+6
* ctdb-client: Drop client code for eventscript controlsAmitay Isaacs2016-12-181-11/+0
* ctdb-daemon: Drop implementation of eventscript controlsAmitay Isaacs2016-12-181-11/+0
* ctdb-daemon: Move function typedef to where it's usedAmitay Isaacs2016-12-161-6/+0