summaryrefslogtreecommitdiff
path: root/ctdb/client
AgeCommit message (Expand)AuthorFilesLines
2024-03-06ctdb-client: Remove unused functionVinit Agnihotri2-32/+0
2024-01-04ctdb: remove unused ctdb_message_disable_ip_check()Stefan Metzmacher2-26/+0
2023-03-24ctdb:client: Fix code spellingAndreas Schneider1-2/+2
2022-01-17ctdb-client: Drop unused recmaster functionsMartin Schwenke2-68/+0
2022-01-17ctdb-client: Factor out function ctdb_client_wait_func_timeout()Martin Schwenke2-3/+49
2021-12-15ctdb:client: Initialize structs and pointers in ctdb_ctrl_(en|dis)able_node()Andreas Schneider1-4/+8
2021-09-09ctdb-client: Add client code for disable/enable controlsMartin Schwenke2-0/+80
2020-09-11ctdb-client: Drop unused synchronous functions for database pull/pushMartin Schwenke2-67/+0
2019-10-31ctdb/client/client.h: typo fixesBjörn Jacke1-1/+1
2019-10-24ctdb-client: Factor out function client_db_tdb()Martin Schwenke2-16/+25
2019-09-17ctdb-client: Fix some typos in debug messagesMartin Schwenke1-6/+6
2019-06-05ctdb-client: Fix potentially uninitialised dataMartin Schwenke1-2/+2
2019-06-05ctdb-client: Fix signed/unsigned comparisons by declaring as unsignedMartin Schwenke4-10/+11
2018-07-28ctdb-client: Switch to ETIMEDOUT instead of ETIMEAmitay Isaacs2-2/+2
2018-07-05ctdb-client: Remove client code for old event daemonAmitay Isaacs1-92/+0
2018-07-02ctdb-server: Rename CTDB_BROADCAST_VNNMAP -> CTDB_BROADCAST_ACTIVEMartin Schwenke1-1/+1
2018-07-02ctdb-client: Fix typo where CTDB_BROADCAST_ALL is repeatedMartin Schwenke1-1/+1
2018-05-17ctdb: Check return values of tevent_req_set_endtime()Andreas Schneider2-3/+9
2018-05-12Fix spelling s/allows to/allows one to/Mathieu Parent1-2/+2
2018-05-01ctdb-daemon: Move ctdb_client.c to server/ subdirAmitay Isaacs1-2127/+0
2018-05-01ctdb-client: Remove ununsed functions from old client codeAmitay Isaacs1-2311/+10
2018-03-31ctdb: Use talloc_zero instead of zeroing attributesSwen Schillig1-4/+1
2018-03-31ctdb: Use provided mem_ctx for newly allocated memorySwen Schillig1-1/+1
2018-03-27ctdb-client: Add missing initialization of tevent_contextAmitay Isaacs1-0/+1
2018-03-27ctdb-client: Do not try to allocate 0 sized recordAmitay Isaacs1-7/+12
2018-03-09ctdb-client: Client code should never free the client contextAmitay Isaacs1-1/+0
2017-12-13ctdb-client: Add async version for ctdb_client_init()Amitay Isaacs2-66/+166
2017-10-23ctdb-client: Fix CID 1419820Amitay Isaacs1-2/+2
2017-10-16ctdb-client: Fix a typoMartin Schwenke1-1/+1
2017-10-10ctdb-client: Add client api for using tunnelsAmitay Isaacs4-0/+919
2017-10-10ctdb-client: Add client code for tunnel controlsAmitay Isaacs2-0/+68
2017-09-21ctdb-client: Add client code for control CHECK_PID_SRVIDAmitay Isaacs2-0/+34
2017-09-14ctdb-client: Drop client code for monitor controlsMartin Schwenke2-98/+0
2017-09-14ctdb-client: Drop old client code for monitor controlsMartin Schwenke1-65/+0
2017-09-14ctdb-client: Initialize ctdb_ltdb_header completely for empty recordAmitay Isaacs1-3/+3
2017-09-01ctdb-client: Use sock_client abstraction for eventd clientAmitay Isaacs1-225/+72
2017-09-01ctdb-protocol: Replace ctdb_event_header with sock_packet_headerAmitay Isaacs1-1/+1
2017-08-30ctdb-protocol: Fix marshalling for ctdb_req_headerAmitay Isaacs1-1/+2
2017-08-30ctdb-protocol: Fix marshalling for ctdb_g_lock_listAmitay Isaacs1-4/+8
2017-08-30ctdb-protocol: Fix marshalling for ctdb_rec_dataAmitay Isaacs1-1/+2
2017-08-30ctdb-protocol: Fix marshalling for ctdb_ltdb_headerAmitay Isaacs1-10/+12
2017-08-30ctdb-protocol: Fix marshalling for GET_DB_SEQNUM controlAmitay Isaacs1-2/+4
2017-08-25ctdb-client: Fix ctdb_attach() to use database flagsAmitay Isaacs1-17/+6
2017-08-25ctdb-client: Optionally return database id from ctdb_ctrl_createdb()Amitay Isaacs1-1/+10
2017-08-25ctdb-client: Fix ctdb_ctrl_createdb() to use database flagsAmitay Isaacs1-15/+11
2017-08-14ctdb-client: Drop client code to send CHECK_SRVIDS controlAmitay Isaacs3-84/+0
2017-08-14ctdb-client: Server id exists should check if the pid still existsAmitay Isaacs1-5/+5
2017-06-29ctdb-client: Add db support for CTDB_DB_FLAGS_REPLICATEDAmitay Isaacs1-2/+19
2017-06-29ctdb-client: Add sync api for DB_ATTACH_REPLICATED controlAmitay Isaacs2-0/+36
2017-06-29ctdb-client: Store db_flags instead of a boolean persistent flagAmitay Isaacs2-9/+23