summaryrefslogtreecommitdiff
path: root/ctdb/common
AgeCommit message (Expand)AuthorFilesLines
2026-03-18ctdb-event: Fix the build on FreeBSDMartin Schwenke1-1/+1
2026-02-25ctdb-common: Remove unused function ctdb_set_helper()Martin Schwenke2-67/+0
2026-02-25ctdb-common: Add path_helperdir() and path_helperdir_append()Martin Schwenke2-0/+33
2026-02-09ctdb-common: Use if_nametoindex(3) to check if interface existsMartin Schwenke1-24/+6
2026-02-09ctdb-common: Align integer typeMartin Schwenke1-2/+2
2025-10-07ctdb-common: Make run_event return full script listMartin Schwenke1-1/+6
2025-10-07ctdb-common: Factor out new function run_event_fail()Martin Schwenke1-11/+23
2025-09-25ctdb-common: Only respect CTDB_SOCKET in CTDB_TEST_MODEMartin Schwenke1-4/+13
2025-09-25ctdb-common: Factor out checking of CTDB_TEST_MODEMartin Schwenke1-3/+11
2025-07-22ctdb-common: Add tunable directory loadingMartin Schwenke2-0/+78
2025-07-22ctdb-common: Log tunables filename instead of function nameMartin Schwenke1-9/+12
2025-07-22ctdb-common: Log a message if the tunables file does not existMartin Schwenke1-1/+1
2025-07-22ctdb-common: Require separate initialisation of tunable defaultsMartin Schwenke1-2/+0
2025-07-22ctdb-common: Fix includes to make file standaloneMartin Schwenke1-0/+7
2024-11-21ctdb-common: Map ENOENT for a missing event script to ENOEXECMartin Schwenke1-2/+21
2024-10-07ctdb-common: Reimplement ctdb_sys_have_ip() using new infrastructureMartin Schwenke2-4/+24
2024-10-07ctdb-common: Make the argument to ctdb_sys_have_ip() constMartin Schwenke2-2/+2
2024-10-07ctdb-common: Add functions for local IP address checkingMartin Schwenke2-0/+84
2024-07-23ctdb-daemon: Use ctdb_parse_node_address() in ctdbdMartin Schwenke2-33/+0
2024-07-23ctdb-daemon: Use ctdb_read_nodes() in ctdbdMartin Schwenke2-107/+0
2024-07-01Fix starvation of pending writes in CTDB queuesXavi Hernandez1-6/+11
2024-06-28ctdb-conf: Move conf.[ch] to conf/ subdirectoryMartin Schwenke2-1864/+0
2024-06-28ctdb-conf: Move all conf files to new conf/ subdirectoryMartin Schwenke4-523/+0
2024-04-16ctdb: Remove common/line.[ch]Volker Lendecke2-207/+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 Schwenke2-43/+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 Metzmacher2-0/+8
2023-08-15ctdb-common: Set immediate mode for pcap captureMartin Schwenke1-0/+7
2023-08-15ctdb-common: Replace pcap_open_live() by lower level callsMartin Schwenke1-1/+25
2023-08-15ctdb-common: Improve error handlingMartin Schwenke1-3/+6
2023-08-08ctdb: Add missing newlines to logging messagesJoseph Sutton1-1/+1
2023-07-10ctdb-logging: Really make NOTICE the default debug levelMartin Schwenke1-1/+1
2023-04-06lib/util: Add "debug syslog format = always", which logs to stdout in syslog ...Andrew Bartlett1-1/+1
2023-03-24ctdb:common: Fix code spellingAndreas Schneider10-11/+11
2022-10-06ctdb: Fix a use-after-free in run_procVolker Lendecke1-2/+3
2022-09-20ctdb-common: Support IB in pcap-based captureMartin Schwenke1-0/+2
2022-09-20ctdb-common: Support "any" interface for pcap-based captureMartin Schwenke1-1/+49
2022-09-20ctdb-common: Add packet type detection to pcap-based captureMartin Schwenke1-18/+49
2022-09-20ctdb-common: Improve/add debugMartin Schwenke1-2/+6
2022-09-20ctdb-common: Use pcap_get_selectable_fd()Martin Schwenke1-1/+1
2022-09-20ctdb-common: Stop a pcap-related crash on errorMartin Schwenke1-2/+5
2022-09-20ctdb-common: Fix a warning in the pcap codeMartin Schwenke1-2/+2
2022-09-20ctdb-common: Do not use raw socket when ENABLE_PCAP is definedMartin Schwenke1-3/+3
2022-09-20ctdb-common: Move a misplaced commentMartin Schwenke1-7/+6
2022-09-12Fix spelling mistakes.Michael Tokarev1-1/+1
2022-08-01ctdb-common: CID 1507498: Control flow issues (DEADCODE)Martin Schwenke1-1/+1
2022-07-28ctdb-common: Add trivial FD monitoring abstractionMartin Schwenke2-0/+820
2022-07-22ctdb-common: Use POSIX if_nameindex() to check interface existenceMartin Schwenke1-17/+21
2022-06-16ctdb-common: Tell file logging not to redirect stderrMartin Schwenke1-0/+1