summaryrefslogtreecommitdiff
path: root/ctdb/common
Commit message (Expand)AuthorAgeFilesLines
* ctdb-daemon: Remove unused controls related to server_idAmitay Isaacs2016-04-231-3/+0
* ctdb-system: Fix typo in ctdb_get_peer_pidAmitay Isaacs2016-04-232-2/+2
* ctdb-system: Return window size and RST bit when reading TCP packetsMartin Schwenke2016-04-016-17/+82
* ctdb-system: Add ctdb_parse_connections() functionAmitay Isaacs2016-04-012-0/+60
* ctdb-common: For AF_PACKET socket types, protocol is in network orderAmitay Isaacs2016-03-041-3/+3
* ctdb-common: New function ctdb_wait_for_process_to_exit()Martin Schwenke2016-02-232-0/+9
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-061-1/+1
* ctdb-common: Use documented names for protocol family in socket()Amitay Isaacs2016-02-024-7/+7
* ctdb-common: Protocol argument must be in host order for socket() callAmitay Isaacs2016-02-026-10/+10
* ctdb: Fix CID 1347319 Unchecked return valueVolker Lendecke2016-01-081-1/+7
* ctdb-system: Use protocol/protocol.h instead of ctdb_private.hAmitay Isaacs2015-11-257-7/+7
* ctdb: Remove unused ctdb_set_process_nameChristof Schmitt2015-11-186-37/+0
* ctdb-daemon: Remove unused ctdb_logging.[ch]Amitay Isaacs2015-11-161-83/+0
* ctdb-common: Use new debug level APIAmitay Isaacs2015-11-161-5/+11
* ctdb-common: Replace ctdb_logging.h with common/logging.hAmitay Isaacs2015-11-164-5/+5
* ctdb-system: Replace ctdb_logging.h with common/logging.hAmitay Isaacs2015-11-167-7/+7
* ctdb-logging: Allow numeric specification of debug levelAmitay Isaacs2015-11-161-0/+11
* ctdb-logging: Allow sub-string matching for debug level stringsAmitay Isaacs2015-11-161-2/+2
* ctdb-logging: Fix for loop conditionAmitay Isaacs2015-11-161-1/+1
* ctdb-logging: Add APIs to convert debug_level to and from integerAmitay Isaacs2015-11-162-0/+20
* ctdb-logging: Move debug_extra definition to server/ctdb_logging.cAmitay Isaacs2015-11-161-2/+0
* ctdb-daemon: Move ctdb_fork.c to serverAmitay Isaacs2015-11-162-186/+0
* Fix various spelling errorsMathieu Parent2015-11-066-12/+12
* ctdb-daemon: Rename struct ctdb_rec_data to ctdb_rec_data_oldAmitay Isaacs2015-11-042-25/+30
* ctdb-daemon: Rename struct ctdb_node_map to ctdb_node_map_oldAmitay Isaacs2015-11-042-14/+14
* ctdb-daemon: Rename struct ctdb_req_control to ctdb_req_control_oldAmitay Isaacs2015-11-041-1/+1
* ctdb-daemon: Rename struct ctdb_req_message to ctdb_req_message_oldAmitay Isaacs2015-11-041-1/+1
* ctdb-daemon: Separate prototypes for common client/server functionsAmitay Isaacs2015-10-306-0/+162
* ctdb-common: Add missing prototype for ctdb_cmdline_client()Amitay Isaacs2015-10-301-0/+3
* ctdb-daemon: Remove dependency on includes.hAmitay Isaacs2015-10-3013-34/+108
* ctdb-daemon: Stop using tevent compatibility definitionsAmitay Isaacs2015-10-303-12/+13
* ctdb-include: Move include/internal/cmdline.h to common/Amitay Isaacs2015-10-302-1/+11
* ctdb-daemon: Separate prototypes for system specific functionsAmitay Isaacs2015-10-3011-0/+80
* ctdb-common: Add logging utilitiesAmitay Isaacs2015-10-072-0/+113
* ctdb-common: Add communication endpoint abstractionAmitay Isaacs2015-10-072-0/+505
* ctdb-common: Add packet write abstractionAmitay Isaacs2015-10-072-0/+180
* ctdb-common: Add packet read abstractionAmitay Isaacs2015-10-072-0/+288
* ctdb-daemon: Use reqid abstractionAmitay Isaacs2015-10-071-48/+1
* ctdb-common: Add request id abstractionAmitay Isaacs2015-10-072-0/+178
* ctdb-daemon: Replace ctdb_message with srvid abstractionAmitay Isaacs2015-10-071-286/+0
* ctdb-common: Add srvid abstractionAmitay Isaacs2015-10-072-0/+384
* ctdb-common: Add db_hash abstractionAmitay Isaacs2015-10-072-0/+427
* ctdb: Fix the build on FreeBSD 10.1Volker Lendecke2015-08-191-1/+1
* ctdb-system: Remove unused system specific callsAmitay Isaacs2015-08-075-276/+0
* 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-232-17/+16
* ctdb-common: Drop ctdb context from ctdb_parse_address()Martin Schwenke2015-03-231-3/+5