summaryrefslogtreecommitdiff
path: root/ctdb/common/ctdb_util.c
Commit message (Expand)AuthorAgeFilesLines
* ctdb-common: Use sin6_len only if the structure supports itAmitay Isaacs2018-07-101-2/+2
* ctdb-common: Ensure unused bytes in union are initialisedMartin Schwenke2017-11-071-9/+35
* ctdb-common: Replace parse_ip() -> ctdb_sock_addr_from_string()Martin Schwenke2017-10-051-1/+6
* ctdb-common: Use correct db_id size in marshalling record bufferAmitay Isaacs2016-09-141-1/+1
* ctdb: Improve debug in case of set_runstate failureVolker Lendecke2016-05-161-2/+3
* ctdb-common: Replace ctdb_logging.h with common/logging.hAmitay Isaacs2015-11-161-1/+1
* ctdb-daemon: Rename struct ctdb_rec_data to ctdb_rec_data_oldAmitay Isaacs2015-11-041-16/+19
* ctdb-daemon: Rename struct ctdb_node_map to ctdb_node_map_oldAmitay Isaacs2015-11-041-9/+9
* ctdb-daemon: Separate prototypes for common client/server functionsAmitay Isaacs2015-10-301-0/+1
* ctdb-daemon: Remove dependency on includes.hAmitay Isaacs2015-10-301-3/+10
* ctdb-daemon: Separate prototypes for system specific functionsAmitay Isaacs2015-10-301-0/+1
* ctdb-daemon: Use reqid abstractionAmitay Isaacs2015-10-071-48/+1
* ctdb: strip trailing spaces from nodes file.Michael Adam2015-06-271-3/+14
* ctdb-common: Reimplement external tracing using ctdb_set_helper()Martin Schwenke2015-05-101-3/+5
* ctdb-common: Move ctdb_node_list_to_map() to utilitiesMartin Schwenke2015-04-071-0/+27
* ctdb-daemon: Move ctdb_read_nodes_file() to utilitiesMartin Schwenke2015-03-231-0/+92
* ctdb-daemon: Store node addresses as ctdb_sock_addr rather than stringsMartin Schwenke2015-03-231-17/+10
* ctdb-common: Drop ctdb context from ctdb_parse_address()Martin Schwenke2015-03-231-3/+5
* ctdb-common: New function ctdb_set_helper()Martin Schwenke2015-03-101-0/+60
* ctdb-daemon: Fix IP address comparisons for IPv6 addressesAmitay Isaacs2014-12-051-2/+10
* ctdb-common: Refactor code to convert TDB_DATA key to aligned uint32 arrayAmitay Isaacs2014-09-051-0/+18
* ctdb-daemon: Fix some strict-aliasing warningsMartin Schwenke2014-08-211-1/+1
* ctdb-util: Fix warning about ignored result from system()Martin Schwenke2014-08-211-2/+6
* ctdb-util: Refactor record marshalling routines to avoid extra tallocAmitay Isaacs2014-07-231-20/+13
* ctdb-util: Refactor ctdb_marshall_recordAmitay Isaacs2014-07-231-14/+37
* ctdb-util: Fix nonempty line endingsAmitay Isaacs2014-07-231-3/+3
* ctdb-common: Move mkdir_p_or_die to system utilitiesAmitay Isaacs2014-06-121-14/+0
* ctdb-daemon: Rename ctdb_mkdir_p_or_die to mkdir_p_or_dieAmitay Isaacs2014-06-121-1/+1
* ctdb-common: Move lockdown_memory to system utilitiesAmitay Isaacs2014-06-121-27/+0
* ctdb-daemon: Rename ctdb_lockdown_memory to lockdown_memoryAmitay Isaacs2014-06-121-1/+1
* ctdb-daemon: Instead of passing ctdb context, pass valgrinding booleanAmitay Isaacs2014-06-121-2/+2
* ctdb-common: Keep debug level related functions with logging codeAmitay Isaacs2014-06-121-40/+0
* ctdb-common: Remove unused functionsAmitay Isaacs2014-06-121-16/+0
* ctdb-common: Separate more system utilities that are independent of ctdbAmitay Isaacs2014-06-121-251/+0
* ctdb-common: Do not dynamically allocate memory when not necessaryMartin Schwenke2014-06-121-19/+17
* ctdb-common: Drop ctdb prefix from utility functions independent of ctdbAmitay Isaacs2014-06-121-3/+3
* ctdb-common: Changing scheduler policy does not require ctdb contextAmitay Isaacs2014-06-121-2/+2
* ctdb-common: Do not abort if restoring scheduling policy failsAmitay Isaacs2014-06-121-3/+3
* ctdb-common: No need to save previous scheduler priorityAmitay Isaacs2014-06-121-26/+8
* ctdb-util: Do not use mlockall() on AIXAmitay Isaacs2014-03-041-6/+1
* ctdb-common: Coverity fixesAmitay Isaacs2013-11-191-5/+23
* common: New function ctdb_mkdir_p_or_die()Martin Schwenke2013-10-251-0/+14
* common/util: Use AIX specific code for setting high priority for CTDB daemonAmitay Isaacs2013-10-221-3/+51
* utils: Make debug level strings case-insensitiveMartin Schwenke2013-09-251-1/+1
* common: Make parse_ip() valgrind-cleanMartin Schwenke2013-09-111-0/+2
* util: In passing the code, fix a space vs. tab in set_close_on_exec().Michael Adam2013-08-191-1/+1
* util: New function ctdb_die()Martin Schwenke2013-07-051-0/+9
* build: Fix tdb.h path to enable building with system TDB libraryMathieu Parent2013-06-141-1/+1
* ctdbd: Add new runstate CTDB_RUNSTATE_FIRST_RECOVERYMartin Schwenke2013-05-241-0/+1
* ctdbd: Replace ctdb->done_startup with ctdb->runstateMartin Schwenke2013-05-241-0/+49