summaryrefslogtreecommitdiff
path: root/ctdb/include/ctdb_private.h
AgeCommit message (Expand)AuthorFilesLines
2026-02-25ctdb-daemon: Remove helper variable CTDB_DEBUG_LOCKSMartin Schwenke1-0/+1
2026-02-25ctdb-daemon: Remove helper variable CTDB_LOCK_HELPERMartin Schwenke1-0/+1
2024-10-08ctdb-daemon: Drop unused argumentsMartin Schwenke1-1/+1
2024-09-22ctdb: Change the ctdb_vfork_exec prototype to const char*const*Volker Lendecke1-3/+5
2024-08-06ctdb-server: rename ctdb_load_nodes_file to ctdb_load_nodesJohn Mulligan1-1/+1
2024-08-06ctdb-server: rename nodes_file field to nodes_sourceJohn Mulligan1-1/+1
2024-03-06ctdb-server: Implement CTDB_CONTROL_START_IPREALLOCATEVinit Agnihotri1-0/+3
2023-12-15ctdb: add/implement CTDB_CONTROL_TCP_CLIENT_PASSEDStefan Metzmacher1-0/+3
2023-12-15ctdb: add/implement CTDB_CONTROL_TCP_CLIENT_DISCONNECTEDStefan Metzmacher1-0/+3
2023-12-15ctdb: remove unused ctdb->client_ip_list and print debug on ctdb_tcp_list ins...Stefan Metzmacher1-1/+0
2022-07-22ctdb-daemon: Drop unused ban_state element from CTDB node structureMartin Schwenke1-3/+0
2022-04-06ctdb-daemon: New function ctdb_tunables_load()Martin Schwenke1-0/+1
2022-01-17ctdb-daemon: Drop implementation of {GET,SET}_RECMASTER controlsMartin Schwenke1-3/+0
2022-01-17ctdb-daemon: Enable log reopening for event daemonMartin Schwenke1-0/+2
2021-09-09ctdb-daemon: Factor out a function to get node structure from PNNMartin Schwenke1-0/+2
2020-09-11ctdb-daemon: Drop implementation of old-style database pull/push controlsMartin Schwenke1-4/+0
2020-05-22ctdb-daemon: Add extra logging of hot keysMartin Schwenke1-0/+1
2020-05-22ctdb-daemon: Add separate hot keys array for database statisticsMartin Schwenke1-0/+6
2020-03-23ctdb-daemon: Remove unused old client database functionsMartin Schwenke1-0/+2
2020-02-18ctdb-daemon: Fix signed/unsigned comparisonMartin Schwenke1-1/+1
2020-02-10ctdb-daemon: Pass more information to ctdb_start_daemon()Martin Schwenke1-1/+3
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
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: Drop unused function ctdb_set_notification_script()Martin Schwenke1-1/+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 Isaacs1-0/+11
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-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-14ctdb-daemon: Drop the implementation of CHECK_SRVIDS controlAmitay Isaacs1-2/+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-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