index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ctdb
/
common
/
ctdb_util.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-25
ctdb-common: Remove unused function ctdb_set_helper()
Martin Schwenke
1
-63
/
+0
2024-07-23
ctdb-daemon: Use ctdb_parse_node_address() in ctdbd
Martin Schwenke
1
-30
/
+0
2024-07-23
ctdb-daemon: Use ctdb_read_nodes() in ctdbd
Martin Schwenke
1
-104
/
+0
2024-04-16
lib: Give lib/util/util_file.c its own header file
Volker Lendecke
1
-0
/
+1
2024-03-06
ctdb-common: Remove old runstate/string translation functions
Martin Schwenke
1
-39
/
+1
2024-03-06
ctdb-common: Remove unused variable ctdb_eventscript_call_names.
Martin Schwenke
1
-17
/
+0
2023-12-15
ctdb: add ctdb_canonicalize_ip_inplace() helper
Stefan Metzmacher
1
-0
/
+7
2019-07-05
ctdb-common: Fix signed/unsigned comparisons by casting
Martin Schwenke
1
-1
/
+4
2018-07-02
ctdb-common: Use sin6_len only if the structure supports it
Amitay Isaacs
1
-2
/
+2
2018-03-01
ctdb-common: Drop debugging variable CTDB_EXTERNAL_TRACE
Martin Schwenke
1
-31
/
+0
2017-11-07
ctdb-common: Ensure unused bytes in union are initialised
Martin Schwenke
1
-9
/
+35
2017-10-05
ctdb-common: Replace parse_ip() -> ctdb_sock_addr_from_string()
Martin Schwenke
1
-1
/
+6
2016-09-14
ctdb-common: Use correct db_id size in marshalling record buffer
Amitay Isaacs
1
-1
/
+1
2016-05-16
ctdb: Improve debug in case of set_runstate failure
Volker Lendecke
1
-2
/
+3
2015-11-16
ctdb-common: Replace ctdb_logging.h with common/logging.h
Amitay Isaacs
1
-1
/
+1
2015-11-04
ctdb-daemon: Rename struct ctdb_rec_data to ctdb_rec_data_old
Amitay Isaacs
1
-16
/
+19
2015-11-04
ctdb-daemon: Rename struct ctdb_node_map to ctdb_node_map_old
Amitay Isaacs
1
-9
/
+9
2015-10-30
ctdb-daemon: Separate prototypes for common client/server functions
Amitay Isaacs
1
-0
/
+1
2015-10-30
ctdb-daemon: Remove dependency on includes.h
Amitay Isaacs
1
-3
/
+10
2015-10-30
ctdb-daemon: Separate prototypes for system specific functions
Amitay Isaacs
1
-0
/
+1
2015-10-07
ctdb-daemon: Use reqid abstraction
Amitay Isaacs
1
-48
/
+1
2015-06-27
ctdb: strip trailing spaces from nodes file.
Michael Adam
1
-3
/
+14
2015-05-10
ctdb-common: Reimplement external tracing using ctdb_set_helper()
Martin Schwenke
1
-3
/
+5
2015-04-07
ctdb-common: Move ctdb_node_list_to_map() to utilities
Martin Schwenke
1
-0
/
+27
2015-03-23
ctdb-daemon: Move ctdb_read_nodes_file() to utilities
Martin Schwenke
1
-0
/
+92
2015-03-23
ctdb-daemon: Store node addresses as ctdb_sock_addr rather than strings
Martin Schwenke
1
-17
/
+10
2015-03-23
ctdb-common: Drop ctdb context from ctdb_parse_address()
Martin Schwenke
1
-3
/
+5
2015-03-10
ctdb-common: New function ctdb_set_helper()
Martin Schwenke
1
-0
/
+60
2014-12-05
ctdb-daemon: Fix IP address comparisons for IPv6 addresses
Amitay Isaacs
1
-2
/
+10
2014-09-05
ctdb-common: Refactor code to convert TDB_DATA key to aligned uint32 array
Amitay Isaacs
1
-0
/
+18
2014-08-21
ctdb-daemon: Fix some strict-aliasing warnings
Martin Schwenke
1
-1
/
+1
2014-08-21
ctdb-util: Fix warning about ignored result from system()
Martin Schwenke
1
-2
/
+6
2014-07-23
ctdb-util: Refactor record marshalling routines to avoid extra talloc
Amitay Isaacs
1
-20
/
+13
2014-07-23
ctdb-util: Refactor ctdb_marshall_record
Amitay Isaacs
1
-14
/
+37
2014-07-23
ctdb-util: Fix nonempty line endings
Amitay Isaacs
1
-3
/
+3
2014-06-12
ctdb-common: Move mkdir_p_or_die to system utilities
Amitay Isaacs
1
-14
/
+0
2014-06-12
ctdb-daemon: Rename ctdb_mkdir_p_or_die to mkdir_p_or_die
Amitay Isaacs
1
-1
/
+1
2014-06-12
ctdb-common: Move lockdown_memory to system utilities
Amitay Isaacs
1
-27
/
+0
2014-06-12
ctdb-daemon: Rename ctdb_lockdown_memory to lockdown_memory
Amitay Isaacs
1
-1
/
+1
2014-06-12
ctdb-daemon: Instead of passing ctdb context, pass valgrinding boolean
Amitay Isaacs
1
-2
/
+2
2014-06-12
ctdb-common: Keep debug level related functions with logging code
Amitay Isaacs
1
-40
/
+0
2014-06-12
ctdb-common: Remove unused functions
Amitay Isaacs
1
-16
/
+0
2014-06-12
ctdb-common: Separate more system utilities that are independent of ctdb
Amitay Isaacs
1
-251
/
+0
2014-06-12
ctdb-common: Do not dynamically allocate memory when not necessary
Martin Schwenke
1
-19
/
+17
2014-06-12
ctdb-common: Drop ctdb prefix from utility functions independent of ctdb
Amitay Isaacs
1
-3
/
+3
2014-06-12
ctdb-common: Changing scheduler policy does not require ctdb context
Amitay Isaacs
1
-2
/
+2
2014-06-12
ctdb-common: Do not abort if restoring scheduling policy fails
Amitay Isaacs
1
-3
/
+3
2014-06-12
ctdb-common: No need to save previous scheduler priority
Amitay Isaacs
1
-26
/
+8
2014-03-04
ctdb-util: Do not use mlockall() on AIX
Amitay Isaacs
1
-6
/
+1
2013-11-19
ctdb-common: Coverity fixes
Amitay Isaacs
1
-5
/
+23
[next]