summaryrefslogtreecommitdiff
path: root/ctdb/client/client_connect.c
Commit message (Expand)AuthorAgeFilesLines
* ctdb-client: Client code should never free the client contextAmitay Isaacs2018-04-061-1/+0
* ctdb-client: Add async version for ctdb_client_init()Amitay Isaacs2017-12-131-65/+140
* ctdb-client: Add client api for using tunnelsAmitay Isaacs2017-10-101-0/+11
* ctdb-protocol: Fix marshalling for ctdb_req_headerAmitay Isaacs2017-08-301-1/+2
* ctdb-client: Move sync API to a separate headerAmitay Isaacs2017-06-071-0/+1
* ctdb-client: Drop unnecessary discard_constAmitay Isaacs2016-05-031-1/+1
* ctdb-client: Add sync API for waiting for recoveryAmitay Isaacs2016-02-241-0/+25
* ctdb-client: Add new API for ctdb_client_wait_timeout()Amitay Isaacs2016-02-241-0/+43
* ctdb-client: Do not use sync functions in async computationAmitay Isaacs2016-02-241-24/+39
* ctdb-client: Add a disconnect callback for ctdb clientAmitay Isaacs2016-01-201-1/+16
* ctdb-client: Close ctdb socket connection when client context goes awayAmitay Isaacs2016-01-201-0/+13
* ctdb-client: Replace ctdb_logging.h with common/logging.hAmitay Isaacs2015-11-161-1/+1
* ctdb-client: Add new client API implementationAmitay Isaacs2015-10-071-0/+310