summaryrefslogtreecommitdiff
path: root/ctdb/protocol
Commit message (Expand)AuthorAgeFilesLines
* ctdb-protocol: Add marshalling for control DB_VACUUMMartin Schwenke2019-10-244-0/+54
* ctdb-protocol: Add marshalling for struct ctdb_db_vacuumMartin Schwenke2019-10-242-0/+73
* ctdb-protocol: Add new control CTDB_CONTROL_DB_VACUUMMartin Schwenke2019-10-241-0/+8
* ctdb-protocol: Add marshalling for new control VACUUM_FETCHAmitay Isaacs2019-10-244-0/+51
* ctdb-protocol: Add new control VACUUM_FETCHAmitay Isaacs2019-10-241-0/+1
* ctdb-protocol: Drop code related to obsolete controlsAmitay Isaacs2019-10-242-69/+0
* ctdb-protocol: Initialise request->rdata.opcode where missingMartin Schwenke2019-10-041-0/+4
* ctdb-protocol: Avoid signed/unsigned comparison by castingMartin Schwenke2019-07-052-10/+10
* ctdb-protocol: Variable for return value of strlcpy() should be size_tMartin Schwenke2019-07-051-1/+1
* ctdb-protocol: Fix signed/unsigned comparison by declaring as unsignedMartin Schwenke2019-07-051-1/+2
* ctdb-protocol: Do not ignore return value of ctdb_g_lock_pull()Martin Schwenke2019-07-051-1/+1
* ctdb: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-301-6/+4
* ctdb:protocol_util: remove 'const' from allocated stringsStefan Metzmacher2019-06-042-11/+12
* ctdb-protocol: Update error check for new string conversion wrapperSwen Schillig2019-04-111-2/+2
* ctdb: Initialize addr struct to zero before reparsing as IPV4Zhu Shangzhong2019-03-151-0/+3
* ctdb-protocol: Use wrapper for string to integer conversionSwen Schillig2019-03-011-5/+6
* ctdb-protocol: Drop marshalling code for RECEIVE_RECORDS controlAmitay Isaacs2018-10-083-61/+0
* ctdb-protocol: Mark RECEIVE_RECORDS control obsoleteAmitay Isaacs2018-10-081-1/+1
* ctdb-common: Add fd argument to ctdb_connection_list_read()Amitay Isaacs2018-07-282-3/+7
* ctdb-protocol: Avoid fgets in ctdb_connection_list_readAmitay Isaacs2018-07-281-37/+49
* ctdb-protocol: Add function ctdb_sock_addr_mask_from_string()Martin Schwenke2018-07-272-0/+44
* ctdb-protocol: Fix compilation issue with strncpy()Martin Schwenke2018-07-271-3/+1
* ctdb-protocol: Remove protocol for old event daemonAmitay Isaacs2018-07-053-1015/+0
* ctdb-protocol: Separate protocol-basic subsystemAmitay Isaacs2018-07-053-66/+88
* ctdb-server: Rename CTDB_BROADCAST_VNNMAP -> CTDB_BROADCAST_ACTIVEMartin Schwenke2018-07-022-3/+3
* ctdb-common: Use sin6_len only if the structure supports itAmitay Isaacs2018-07-021-1/+1
* ctdb-protocol: Fix typo in type of return variableMartin Schwenke2017-10-161-1/+1
* ctdb-protocol: Add tunnel id prefix for testingAmitay Isaacs2017-10-102-1/+7
* ctdb-protocol: Add protocol marshalling for CTDB_REQ_TUNNELAmitay Isaacs2017-10-103-0/+175
* ctdb-protocol: Add protocol marshalling for tunnel controlsAmitay Isaacs2017-10-104-0/+64
* ctdb-protocol: Add req_tunnel counts to ctdb statisticsAmitay Isaacs2017-10-102-0/+24
* ctdb-protocol: Add controls to register/deregister tunnelsAmitay Isaacs2017-10-101-0/+2
* ctdb-protocol: Add REQ_TUNNEL packet typeAmitay Isaacs2017-10-101-0/+11
* ctdb-protocol: Add marshalling for control CHECK_PID_SRVIDAmitay Isaacs2017-09-214-0/+56
* ctdb-protocol: Add marshalling for struct ctdb_pid_srvidAmitay Isaacs2017-09-212-0/+59
* ctdb-protocol: Add new control CTDB_CONTROL_CHECK_PID_SRVIDAmitay Isaacs2017-09-211-0/+7
* ctdb-protocol: Add ctdb_connection_list utilitiesMartin Schwenke2017-09-192-0/+153
* ctdb-protocol: Add marshalling for ctdb_connection_listMartin Schwenke2017-09-192-0/+84
* ctdb-protocol: Add new data structure ctdb_connection_listMartin Schwenke2017-09-191-0/+5
* ctdb-protocol: Add ctdb_connection utilitiesMartin Schwenke2017-09-192-0/+103
* ctdb-protocol: Factor out static function ctdb_sock_addr_cmp_family()Martin Schwenke2017-09-191-4/+15
* ctdb-protocol: Add ctdb_sock_addr_from_string()Martin Schwenke2017-09-192-0/+128
* ctdb-protocol: Optionally print port for address printing functionsMartin Schwenke2017-09-192-7/+22
* ctdb-protocol: Add utility function ctdb_sock_addr_to_buf()Martin Schwenke2017-09-192-12/+40
* ctdb-protocol: Add ctdb_sock_addr_port() and sock_addr_set_port()Martin Schwenke2017-09-192-0/+30
* ctdb-protocol: Add server and client aliases in ctdb_connectionMartin Schwenke2017-09-191-2/+8
* ctdb-build: Split protocol-util as a separate subsystemMartin Schwenke2017-09-193-21/+44
* ctdb-protocol: Drop marshalling for monitor controlsMartin Schwenke2017-09-142-68/+0
* ctdb-daemon: Drop monitoring modeMartin Schwenke2017-09-141-3/+0
* ctdb-daemon: Mark monitoring controls obsoleteMartin Schwenke2017-09-141-3/+3