summaryrefslogtreecommitdiff
path: root/ctdb/client
Commit message (Expand)AuthorAgeFilesLines
* ctdb-client: Fix potentially uninitialised dataMartin Schwenke2019-06-051-2/+2
* ctdb-client: Fix signed/unsigned comparisons by declaring as unsignedMartin Schwenke2019-06-054-10/+11
* ctdb-client: Switch to ETIMEDOUT instead of ETIMEAmitay Isaacs2018-07-282-2/+2
* ctdb-client: Remove client code for old event daemonAmitay Isaacs2018-07-051-92/+0
* ctdb-server: Rename CTDB_BROADCAST_VNNMAP -> CTDB_BROADCAST_ACTIVEMartin Schwenke2018-07-021-1/+1
* ctdb-client: Fix typo where CTDB_BROADCAST_ALL is repeatedMartin Schwenke2018-07-021-1/+1
* ctdb: Check return values of tevent_req_set_endtime()Andreas Schneider2018-05-172-3/+9
* Fix spelling s/allows to/allows one to/Mathieu Parent2018-05-121-2/+2
* ctdb-daemon: Move ctdb_client.c to server/ subdirAmitay Isaacs2018-05-011-2127/+0
* ctdb-client: Remove ununsed functions from old client codeAmitay Isaacs2018-05-011-2311/+10
* ctdb: Use talloc_zero instead of zeroing attributesSwen Schillig2018-03-311-4/+1
* ctdb: Use provided mem_ctx for newly allocated memorySwen Schillig2018-03-311-1/+1
* ctdb-client: Add missing initialization of tevent_contextAmitay Isaacs2018-03-271-0/+1
* ctdb-client: Do not try to allocate 0 sized recordAmitay Isaacs2018-03-271-7/+12
* ctdb-client: Client code should never free the client contextAmitay Isaacs2018-03-091-1/+0
* ctdb-client: Add async version for ctdb_client_init()Amitay Isaacs2017-12-132-66/+166
* ctdb-client: Fix CID 1419820Amitay Isaacs2017-10-231-2/+2
* ctdb-client: Fix a typoMartin Schwenke2017-10-161-1/+1
* ctdb-client: Add client api for using tunnelsAmitay Isaacs2017-10-104-0/+919
* ctdb-client: Add client code for tunnel controlsAmitay Isaacs2017-10-102-0/+68
* ctdb-client: Add client code for control CHECK_PID_SRVIDAmitay Isaacs2017-09-212-0/+34
* ctdb-client: Drop client code for monitor controlsMartin Schwenke2017-09-142-98/+0
* ctdb-client: Drop old client code for monitor controlsMartin Schwenke2017-09-141-65/+0
* ctdb-client: Initialize ctdb_ltdb_header completely for empty recordAmitay Isaacs2017-09-141-3/+3
* ctdb-client: Use sock_client abstraction for eventd clientAmitay Isaacs2017-09-011-225/+72
* ctdb-protocol: Replace ctdb_event_header with sock_packet_headerAmitay Isaacs2017-09-011-1/+1
* ctdb-protocol: Fix marshalling for ctdb_req_headerAmitay Isaacs2017-08-301-1/+2
* ctdb-protocol: Fix marshalling for ctdb_g_lock_listAmitay Isaacs2017-08-301-4/+8
* ctdb-protocol: Fix marshalling for ctdb_rec_dataAmitay Isaacs2017-08-301-1/+2
* ctdb-protocol: Fix marshalling for ctdb_ltdb_headerAmitay Isaacs2017-08-301-10/+12
* ctdb-protocol: Fix marshalling for GET_DB_SEQNUM controlAmitay Isaacs2017-08-301-2/+4
* ctdb-client: Fix ctdb_attach() to use database flagsAmitay Isaacs2017-08-251-17/+6
* ctdb-client: Optionally return database id from ctdb_ctrl_createdb()Amitay Isaacs2017-08-251-1/+10
* ctdb-client: Fix ctdb_ctrl_createdb() to use database flagsAmitay Isaacs2017-08-251-15/+11
* ctdb-client: Drop client code to send CHECK_SRVIDS controlAmitay Isaacs2017-08-143-84/+0
* ctdb-client: Server id exists should check if the pid still existsAmitay Isaacs2017-08-141-5/+5
* ctdb-client: Add db support for CTDB_DB_FLAGS_REPLICATEDAmitay Isaacs2017-06-291-2/+19
* ctdb-client: Add sync api for DB_ATTACH_REPLICATED controlAmitay Isaacs2017-06-292-0/+36
* ctdb-client: Store db_flags instead of a boolean persistent flagAmitay Isaacs2017-06-292-9/+23
* ctdb-daemon: Store db_flags instead of individual boolean flagsAmitay Isaacs2017-06-291-1/+3
* ctdb-daemon: Add accessors for CTDB_DB_FLAGS_PERSISTENT flagAmitay Isaacs2017-06-291-2/+3
* ctdb-protocol: Do not pass tdb open flags to DB attach controlsAmitay Isaacs2017-06-262-4/+4
* ctdb-client: Do not pass tdb open flags to db attach apiAmitay Isaacs2017-06-262-10/+6
* ctdb-client: Remove calaculation of tdb flagsAmitay Isaacs2017-06-261-56/+5
* ctdb-client: Ask daemon for db open flagsAmitay Isaacs2017-06-261-1/+41
* ctdb-client: Ask daemon for db open flagsAmitay Isaacs2017-06-261-25/+7
* ctdb-client: Add a function to get db open flagsAmitay Isaacs2017-06-261-0/+33
* ctdb-client: Add sync api for control DB_OPEN_FLAGSAmitay Isaacs2017-06-262-0/+34
* ctdb-client: Drop tdb_flags argument to ctdb_attach()Amitay Isaacs2017-06-261-3/+2
* ctdb-client: Stop sending tdb_flags with DB_ATTACH controlsAmitay Isaacs2017-06-261-1/+1