summaryrefslogtreecommitdiff
path: root/ctdb/client/client_connect.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17ctdb-client: Factor out function ctdb_client_wait_func_timeout()Martin Schwenke1-3/+27
2018-07-28ctdb-client: Switch to ETIMEDOUT instead of ETIMEAmitay Isaacs1-1/+1
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 Isaacs1-65/+140
2017-10-10ctdb-client: Add client api for using tunnelsAmitay Isaacs1-0/+11
2017-08-30ctdb-protocol: Fix marshalling for ctdb_req_headerAmitay Isaacs1-1/+2
2017-06-07ctdb-client: Move sync API to a separate headerAmitay Isaacs1-0/+1
2016-05-03ctdb-client: Drop unnecessary discard_constAmitay Isaacs1-1/+1
2016-02-24ctdb-client: Add sync API for waiting for recoveryAmitay Isaacs1-0/+25
2016-02-24ctdb-client: Add new API for ctdb_client_wait_timeout()Amitay Isaacs1-0/+43
2016-02-24ctdb-client: Do not use sync functions in async computationAmitay Isaacs1-24/+39
2016-01-20ctdb-client: Add a disconnect callback for ctdb clientAmitay Isaacs1-1/+16
2016-01-20ctdb-client: Close ctdb socket connection when client context goes awayAmitay Isaacs1-0/+13
2015-11-16ctdb-client: Replace ctdb_logging.h with common/logging.hAmitay Isaacs1-1/+1
2015-10-07ctdb-client: Add new client API implementationAmitay Isaacs1-0/+310