summaryrefslogtreecommitdiff
path: root/ctdb/common/ctdb_util.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-25ctdb-common: Remove unused function ctdb_set_helper()Martin Schwenke1-63/+0
2024-07-23ctdb-daemon: Use ctdb_parse_node_address() in ctdbdMartin Schwenke1-30/+0
2024-07-23ctdb-daemon: Use ctdb_read_nodes() in ctdbdMartin Schwenke1-104/+0
2024-04-16lib: Give lib/util/util_file.c its own header fileVolker Lendecke1-0/+1
2024-03-06ctdb-common: Remove old runstate/string translation functionsMartin Schwenke1-39/+1
2024-03-06ctdb-common: Remove unused variable ctdb_eventscript_call_names.Martin Schwenke1-17/+0
2023-12-15ctdb: add ctdb_canonicalize_ip_inplace() helperStefan Metzmacher1-0/+7
2019-07-05ctdb-common: Fix signed/unsigned comparisons by castingMartin Schwenke1-1/+4
2018-07-02ctdb-common: Use sin6_len only if the structure supports itAmitay Isaacs1-2/+2
2018-03-01ctdb-common: Drop debugging variable CTDB_EXTERNAL_TRACEMartin Schwenke1-31/+0
2017-11-07ctdb-common: Ensure unused bytes in union are initialisedMartin Schwenke1-9/+35
2017-10-05ctdb-common: Replace parse_ip() -> ctdb_sock_addr_from_string()Martin Schwenke1-1/+6
2016-09-14ctdb-common: Use correct db_id size in marshalling record bufferAmitay Isaacs1-1/+1
2016-05-16ctdb: Improve debug in case of set_runstate failureVolker Lendecke1-2/+3
2015-11-16ctdb-common: Replace ctdb_logging.h with common/logging.hAmitay Isaacs1-1/+1
2015-11-04ctdb-daemon: Rename struct ctdb_rec_data to ctdb_rec_data_oldAmitay Isaacs1-16/+19
2015-11-04ctdb-daemon: Rename struct ctdb_node_map to ctdb_node_map_oldAmitay Isaacs1-9/+9
2015-10-30ctdb-daemon: Separate prototypes for common client/server functionsAmitay Isaacs1-0/+1
2015-10-30ctdb-daemon: Remove dependency on includes.hAmitay Isaacs1-3/+10
2015-10-30ctdb-daemon: Separate prototypes for system specific functionsAmitay Isaacs1-0/+1
2015-10-07ctdb-daemon: Use reqid abstractionAmitay Isaacs1-48/+1
2015-06-27ctdb: strip trailing spaces from nodes file.Michael Adam1-3/+14
2015-05-10ctdb-common: Reimplement external tracing using ctdb_set_helper()Martin Schwenke1-3/+5
2015-04-07ctdb-common: Move ctdb_node_list_to_map() to utilitiesMartin Schwenke1-0/+27
2015-03-23ctdb-daemon: Move ctdb_read_nodes_file() to utilitiesMartin Schwenke1-0/+92
2015-03-23ctdb-daemon: Store node addresses as ctdb_sock_addr rather than stringsMartin Schwenke1-17/+10
2015-03-23ctdb-common: Drop ctdb context from ctdb_parse_address()Martin Schwenke1-3/+5
2015-03-10ctdb-common: New function ctdb_set_helper()Martin Schwenke1-0/+60
2014-12-05ctdb-daemon: Fix IP address comparisons for IPv6 addressesAmitay Isaacs1-2/+10
2014-09-05ctdb-common: Refactor code to convert TDB_DATA key to aligned uint32 arrayAmitay Isaacs1-0/+18
2014-08-21ctdb-daemon: Fix some strict-aliasing warningsMartin Schwenke1-1/+1
2014-08-21ctdb-util: Fix warning about ignored result from system()Martin Schwenke1-2/+6
2014-07-23ctdb-util: Refactor record marshalling routines to avoid extra tallocAmitay Isaacs1-20/+13
2014-07-23ctdb-util: Refactor ctdb_marshall_recordAmitay Isaacs1-14/+37
2014-07-23ctdb-util: Fix nonempty line endingsAmitay Isaacs1-3/+3
2014-06-12ctdb-common: Move mkdir_p_or_die to system utilitiesAmitay Isaacs1-14/+0
2014-06-12ctdb-daemon: Rename ctdb_mkdir_p_or_die to mkdir_p_or_dieAmitay Isaacs1-1/+1
2014-06-12ctdb-common: Move lockdown_memory to system utilitiesAmitay Isaacs1-27/+0
2014-06-12ctdb-daemon: Rename ctdb_lockdown_memory to lockdown_memoryAmitay Isaacs1-1/+1
2014-06-12ctdb-daemon: Instead of passing ctdb context, pass valgrinding booleanAmitay Isaacs1-2/+2
2014-06-12ctdb-common: Keep debug level related functions with logging codeAmitay Isaacs1-40/+0
2014-06-12ctdb-common: Remove unused functionsAmitay Isaacs1-16/+0
2014-06-12ctdb-common: Separate more system utilities that are independent of ctdbAmitay Isaacs1-251/+0
2014-06-12ctdb-common: Do not dynamically allocate memory when not necessaryMartin Schwenke1-19/+17
2014-06-12ctdb-common: Drop ctdb prefix from utility functions independent of ctdbAmitay Isaacs1-3/+3
2014-06-12ctdb-common: Changing scheduler policy does not require ctdb contextAmitay Isaacs1-2/+2
2014-06-12ctdb-common: Do not abort if restoring scheduling policy failsAmitay Isaacs1-3/+3
2014-06-12ctdb-common: No need to save previous scheduler priorityAmitay Isaacs1-26/+8
2014-03-04ctdb-util: Do not use mlockall() on AIXAmitay Isaacs1-6/+1
2013-11-19ctdb-common: Coverity fixesAmitay Isaacs1-5/+23