summaryrefslogtreecommitdiff
path: root/ctdb/common
AgeCommit message (Expand)AuthorFilesLines
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
2022-05-14ctdb: Fix trailing whitespace in rb_tree.cPavel Filipenský1-34/+34
2022-04-06ctdb-common: Add function ctdb_tunable_load_file()Martin Schwenke2-0/+122
2022-01-17ctdb-common: Add support for reopening logsMartin Schwenke2-0/+82
2022-01-17ctdb-common: Separate sock_daemon's SIGHUP and SIGUSR1 handlingMartin Schwenke2-2/+74
2022-01-17ctdb-common: Use Samba's DEBUG_FILE loggingMartin Schwenke1-77/+36
2022-01-17ctdb-common: Switch initial debug type to DEBUG_DEFAULT_STDERRMartin Schwenke1-1/+1
2021-06-25ctdb-common: Drop unused include of mkdir_p.hMartin Schwenke1-2/+0
2021-05-18ctdb: Fix a crash in run_proc_signal_handler()Volker Lendecke1-3/+3
2021-03-16lib: Make pidfile_path_create() return the existing PID on conflictVolker Lendecke1-1/+1