summaryrefslogtreecommitdiff
path: root/ctdb/include
AgeCommit message (Expand)AuthorFilesLines
2019-11-14ctdb-daemon: Rename ctdb_context private_data to transport_dataMartin Schwenke1-1/+1
2019-11-14ctdb-daemon: Rename ctdb_node private_data to transport_dataMartin Schwenke1-1/+1
2019-10-31ctdb/include/ctdb_private.h: typo fixesBjörn Jacke1-1/+1
2019-10-24ctdb-daemon: Implement DB_VACUUM controlMartin Schwenke1-0/+5
2019-10-24ctdb-vacuum: Simplify recording of in-progress vacuuming childMartin Schwenke1-1/+1
2019-10-24ctdb-daemon: Add implementation of VACUUM_FETCH controlAmitay Isaacs1-0/+3
2019-08-20ctdb-daemon: Drop unused function ctdb_local_node_got_banned()Martin Schwenke1-1/+0
2019-08-20ctdb-daemon: Factor out new function ctdb_node_become_inactive()Martin Schwenke1-0/+2
2019-08-16ctdb-daemon: Add function ctdb_ip_to_node()Martin Schwenke1-0/+2
2019-07-05ctdb-daemon: Drop unused function ctdb_vfork_with_logging()Martin Schwenke1-10/+0
2019-07-05ctdb-daemon: Replace function ctdb_ip_to_nodeid() with ctdb_ip_to_pnn()Martin Schwenke1-1/+2
2019-07-05ctdb-daemon: Fix signed/unsigned comparisons by declaring as unsignedMartin Schwenke1-1/+1
2019-07-05ctdb-daemon: Make old list_of_nodes() function staticMartin Schwenke1-3/+0
2019-03-15ctdb-version: Simplify version string usageAmitay Isaacs1-3/+0
2019-03-15ctdb-build: use a fixed ctdb_version.h using SAMBA_VERSION_STRINGStefan Metzmacher1-0/+3
2018-11-06ctdb-daemon: Drop unused function ctdb_set_socketname()Martin Schwenke1-1/+0
2018-10-08ctdb-daemon: Drop implementation of RECEIVE_RECORDS controlAmitay Isaacs1-2/+0
2018-10-08ctdb-daemon: Add invalid_records flag to ctdb_db_contextAmitay Isaacs1-0/+1
2018-07-02ctdb-daemon: Only consider client ID for local database attachMartin Schwenke1-2/+5
2018-05-01ctdb-daemon: Move ctdb_init() to the only place it is usedMartin Schwenke1-5/+0
2018-05-01ctdb-daemon: Drop unused function ctdb_set_notification_script()Martin Schwenke1-1/+0
2018-05-01ctdb-client: Remove ununsed functions from old client codeAmitay Isaacs1-218/+0
2018-03-19ctdb-daemon: Drop ctdbd --public-interface optionMartin Schwenke1-1/+0
2017-10-10ctdb-daemon: Add code to process ctdb_req_tunnel packetsAmitay Isaacs1-0/+7
2017-10-10ctdb-daemon: Add implementation of tunnel controlsAmitay Isaacs2-0/+19
2017-09-21ctdb-daemon: Add implementation of control CHECK_PID_SRVIDAmitay Isaacs1-0/+2
2017-09-19Revert "ctdb-daemon: Remove unused function ctdb_stop_monitoring()"Martin Schwenke1-0/+2
2017-09-14ctdb-client: Drop old client code for monitor controlsMartin Schwenke1-18/+0
2017-09-14ctdb-daemon: Remove unused function ctdb_stop_monitoring()Martin Schwenke1-2/+0
2017-09-14ctdb-daemon: Drop implementation of monitor controlsMartin Schwenke1-5/+0
2017-09-12ctdb-daemon: Add a function to check if db access is allowedAmitay Isaacs1-0/+1
2017-08-25ctdb-client: Fix ctdb_attach() to use database flagsAmitay Isaacs1-1/+1
2017-08-25ctdb-client: Optionally return database id from ctdb_ctrl_createdb()Amitay Isaacs1-1/+1
2017-08-25ctdb-client: Fix ctdb_ctrl_createdb() to use database flagsAmitay Isaacs1-1/+1
2017-08-14ctdb-daemon: Drop the implementation of CHECK_SRVIDS controlAmitay Isaacs1-2/+0
2017-08-14ctdb-client: Drop client code to send CHECK_SRVIDS controlAmitay Isaacs1-3/+0
2017-06-29ctdb-daemon: Pass db_flags instead of passing persistent flagAmitay Isaacs1-1/+1
2017-06-29ctdb-daemon: Store db_flags instead of individual boolean flagsAmitay Isaacs1-3/+1
2017-06-26ctdb-client: Add a function to get db open flagsAmitay Isaacs1-0/+3
2017-06-26ctdb-client: Drop tdb_flags argument to ctdb_attach()Amitay Isaacs1-2/+1
2017-06-26ctdb-daemon: Ignore tdb open flags passed to DB attach controlsAmitay Isaacs1-1/+1
2017-06-19ctdb-locking: Reduce logging in case of contentionAmitay Isaacs1-0/+3
2017-05-24ctdb-daemon: Do not allow mixed ctdb versions in a clusterAmitay Isaacs2-0/+5
2017-05-24ctdb-keepalive: Move ctdb_send_keepalive() to ctdb_keepalive.cAmitay Isaacs1-2/+0
2017-04-05ctdb-daemon: Add tracking of migration recordsAmitay Isaacs1-0/+4
2016-12-19ctdb-takeover: Drop unused ctdb_takeover_run() and related codeMartin Schwenke1-3/+0
2016-12-19ctdb-protocol: Move CTDB_PUBLIC_IP_FLAGS_ONLY_AVAILABLE to protocol.hMartin Schwenke1-2/+0
2016-12-18ctdb-daemon: Switch to using event daemonAmitay Isaacs1-9/+0
2016-12-18ctdb-daemon: Add functions to talk to event daemonAmitay Isaacs1-0/+6
2016-12-18ctdb-client: Drop client code for eventscript controlsAmitay Isaacs1-11/+0