summaryrefslogtreecommitdiff
path: root/ctdb/common/common.h
AgeCommit message (Expand)AuthorFilesLines
2026-02-25ctdb-common: Remove unused function ctdb_set_helper()Martin Schwenke1-4/+0
2024-07-23ctdb-daemon: Use ctdb_parse_node_address() in ctdbdMartin Schwenke1-3/+0
2024-07-23ctdb-daemon: Use ctdb_read_nodes() in ctdbdMartin Schwenke1-3/+0
2024-03-06ctdb-common: Remove old runstate/string translation functionsMartin Schwenke1-4/+0
2023-12-15ctdb: add ctdb_canonicalize_ip_inplace() helperStefan Metzmacher1-0/+1
2019-08-14ctdb-common: Return value of ctdb_queue_length() should be unsignedMartin Schwenke1-1/+1
2019-07-05ctdb-common: Mark ctdb_fatal() and ctdb_die() as _NORETURN_Martin Schwenke1-2/+4
2019-05-23ctdb: Remove unused ctdb_ltdb_fetch_with_header()Volker Lendecke1-4/+0
2018-03-01ctdb-common: Drop debugging variable CTDB_EXTERNAL_TRACEMartin Schwenke1-2/+0
2017-06-29ctdb-daemon: Add accessors for CTDB_DB_FLAGS_REPLICATED flagAmitay Isaacs1-0/+1
2017-06-29ctdb-daemon: Add accessors for CTDB_DB_FLAGS_STICKY flagAmitay Isaacs1-0/+3
2017-06-29ctdb-daemon: Add accessors for CTDB_DB_FLAGS_READONLY flagAmitay Isaacs1-0/+4
2017-06-29ctdb-daemon: Add accessors for CTDB_DB_FLAGS_PERSISTENT flagAmitay Isaacs1-0/+3
2017-06-26ctdb-daemon: Refactor calculation of tdb open flags based on database typeAmitay Isaacs1-0/+2
2016-12-16ctdb-daemon: Move function typedef to where it's usedAmitay Isaacs1-0/+3
2016-09-14ctdb-common: Use correct db_id size in marshalling record bufferAmitay Isaacs1-1/+1
2016-08-10ctdb-common: Fix format-nonliteral warningAmitay Isaacs1-1/+2
2015-11-16ctdb-daemon: Move ctdb_fork.c to serverAmitay Isaacs1-12/+0
2015-11-04ctdb-daemon: Rename struct ctdb_rec_data to ctdb_rec_data_oldAmitay Isaacs1-9/+11
2015-11-04ctdb-daemon: Rename struct ctdb_node_map to ctdb_node_map_oldAmitay Isaacs1-5/+5
2015-10-30ctdb-daemon: Separate prototypes for common client/server functionsAmitay Isaacs1-0/+156