summaryrefslogtreecommitdiff
path: root/ctdb/server/ctdb_server.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-08ctdb-daemon: Replace remaining uses of CTDB_NO_MEMORY() in this fileMartin Schwenke1-4/+18
2024-10-08ctdb-daemon: Clean up error handling and debugMartin Schwenke1-1/+11
2024-08-27ctdb: Add a NULL check to convert_node_map_to_list()Volker Lendecke1-0/+1
2024-08-06ctdb-server: rename ctdb_load_nodes_file to ctdb_load_nodesJohn Mulligan1-2/+2
2024-08-06ctdb-server: rename nodes_file field to nodes_sourceJohn Mulligan1-3/+3
2024-07-23ctdb-daemon: Use ctdb_parse_node_address() in ctdbdMartin Schwenke1-1/+5
2024-07-23ctdb-daemon: Use ctdb_read_nodes() in ctdbdMartin Schwenke1-5/+9
2023-03-24ctdb:server: Fix code spellingAndreas Schneider1-1/+1
2023-03-24ctdb:server: Remove trailing whitespaces in ctdb_server.cAndreas Schneider1-17/+17
2021-09-09ctdb-daemon: Don't mark a node as unhealthy when connecting to itMartin Schwenke1-1/+0
2020-03-12ctdb-daemon: more logical whitespace, debug modernisationMartin Schwenke1-2/+2
2020-03-12ctdb-daemon: ensure restart() callback is called in half-connected stateRalph Boehme1-7/+6
2019-10-24ctdb-daemon: Avoid memory leak when packet is deferredAmitay Isaacs1-1/+2
2019-08-16ctdb-daemon: Add function ctdb_ip_to_node()Martin Schwenke1-5/+19
2019-07-05ctdb-daemon: Replace function ctdb_ip_to_nodeid() with ctdb_ip_to_pnn()Martin Schwenke1-8/+6
2019-07-05ctdb-daemon: Fix signed/unsigned comparisons by declaring as unsignedMartin Schwenke1-5/+5
2018-07-02ctdb-server: Rename CTDB_BROADCAST_VNNMAP -> CTDB_BROADCAST_ACTIVEMartin Schwenke1-6/+10
2017-10-10ctdb-daemon: Add code to process ctdb_req_tunnel packetsAmitay Isaacs1-0/+5
2017-07-04ctdb-daemon: Increase priority of logs for node connect/disconnectAmitay Isaacs1-2/+2
2017-05-24ctdb-daemon: Do not allow mixed ctdb versions in a clusterAmitay Isaacs1-0/+1
2016-06-08ctdb-daemon: Drop function ctdb_set_recovery_lock_file()Martin Schwenke1-21/+0
2016-02-09Revert "ctdb-daemon: Check packet generation against database generation"Amitay Isaacs1-5/+16
2015-11-16ctdb-server: Replace ctdb_logging.h with common/logging.hAmitay Isaacs1-1/+1
2015-11-06Fix various spelling errorsMathieu Parent1-1/+1
2015-11-04ctdb-daemon: Rename struct ctdb_node_map to ctdb_node_map_oldAmitay Isaacs1-2/+2
2015-10-30ctdb-daemon: Separate prototypes for common client/server functionsAmitay Isaacs1-0/+2
2015-10-30ctdb-daemon: Remove dependency on includes.hAmitay Isaacs1-4/+12
2015-10-30ctdb-daemon: Stop using tevent compatibility definitionsAmitay Isaacs1-2/+3
2015-10-07ctdb-daemon: Check packet generation against database generationAmitay Isaacs1-16/+5
2015-03-23ctdb-daemon: Move ctdb_read_nodes_file() to utilitiesMartin Schwenke1-93/+0
2015-03-23ctdb-daemon: Factor out node parsing codeMartin Schwenke1-43/+104
2015-03-23ctdb-daemon: Store node addresses as ctdb_sock_addr rather than stringsMartin Schwenke1-10/+13
2015-03-23ctdb-common: Drop ctdb context from ctdb_parse_address()Martin Schwenke1-2/+2
2015-03-23ctdb-daemon: Remove function ctdb_add_deleted_node()Martin Schwenke1-52/+16
2015-03-23ctdb-daemon: Set node PNN in one placeMartin Schwenke1-6/+0
2015-03-23ctdb-daemon: Move VNN map initialisation out of node loadingMartin Schwenke1-22/+1
2015-02-13ctdb-daemon: Mark tunable VerifyRecoveryLock as obsoleteMartin Schwenke1-1/+0
2014-09-10ctdb-util: Add extra max_size argument to file_lines_load()Martin Schwenke1-1/+1
2013-10-29ctdbd: When a node is connected, log at DEBUG NOTICE not DEBUG_INFOMartin Schwenke1-2/+3
2013-10-25ctdbd: Simplify database directory setting logicMartin Schwenke1-36/+0
2013-10-22ctdbd: Add nodes_file member to struct ctdb_contextMartin Schwenke1-1/+11
2013-06-14build: Fix tdb.h path to enable building with system TDB libraryMathieu Parent1-1/+1
2013-01-07ctdbd: Initialise the node flags in just one placeMartin Schwenke1-12/+0
2012-04-13Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs1-1/+0
2010-09-29Create macros to update the statistics counters and use these macrosRonnie Sahlberg1-10/+10
2010-08-18event: Update events to latest Samba version 0.9.8Rusty Russell1-1/+1
2009-12-16server: add db_directory_state to ctdb_contextStefan Metzmacher1-0/+12
2009-12-12Tiny simplification of ctdb_queue_packet()Volker Lendecke1-9/+11
2009-12-10Run only one event for each epoll_wait/select callVolker Lendecke1-1/+1
2009-07-09make it possible to start the daemon in STOPPED modeRonnie Sahlberg1-0/+5