summaryrefslogtreecommitdiff
path: root/ctdb/client/client_db.c
Commit message (Expand)AuthorAgeFilesLines
* ctdb-client: transaction_cancel must free transaction handleAmitay Isaacs2016-08-101-0/+3
* ctdb-client: Expose ctdb_ltdb_fetch in client APIAmitay Isaacs2016-07-051-3/+3
* ctdb-client: Add debug messages to client db apiAmitay Isaacs2016-07-051-12/+106
* ctdb-client: Fix implementation of transaction cancelAmitay Isaacs2016-07-051-1/+27
* ctdb-client: Add async version of transaction cancelAmitay Isaacs2016-07-051-0/+73
* ctdb-client: Fix implementation of transaction commitAmitay Isaacs2016-07-051-57/+74
* ctdb-client: Fix implementation of transaction startAmitay Isaacs2016-07-051-53/+2
* ctdb-client: During transaction commit fetch seqnum locallyAmitay Isaacs2016-07-051-74/+51
* ctdb-client: Release the g_lock record once the update is doneAmitay Isaacs2016-07-051-0/+3
* ctdb-client: Remove commented old g_lock implemention codeAmitay Isaacs2016-07-051-77/+0
* ctdb-client: Release g_lock lock before retryingAmitay Isaacs2016-07-051-0/+1
* ctdb-client: Fix g_lock implementationAmitay Isaacs2016-07-051-21/+7
* ctdb-client: If g_lock lock conflicts, try again soonerAmitay Isaacs2016-07-051-1/+1
* ctdb-client: Factor out ctdb_client_get_server_id functionAmitay Isaacs2016-07-051-7/+3
* ctdb-client: Use async version of delete_record in g_lock unlockAmitay Isaacs2016-07-051-3/+33
* ctdb-client: Fix implementation of delete_recordAmitay Isaacs2016-07-051-28/+14
* ctdb-client: Add async version of delete_recordAmitay Isaacs2016-07-051-0/+102
* ctdb-client: Fix ctdb_rec_buffer traversal routineAmitay Isaacs2016-07-051-6/+13
* ctdb-client: Use correct TDB flags for opening databaseAmitay Isaacs2016-04-241-7/+8
* ctdb-client: Add missing initialisation of calldataAmitay Isaacs2016-02-241-0/+1
* ctdb-client: Keep trying to migrate till record lock is obtainedAmitay Isaacs2016-02-241-1/+3
* ctdb-client: Drop TALLOC_CTX argument from ctdb_attachAmitay Isaacs2016-02-241-1/+10
* ctdb-client: Do not use sync functions in async computationAmitay Isaacs2016-02-241-21/+71
* ctdb-client: Use ctdb_rec_buffer_init() to initialize ctdb_rec_bufferAmitay Isaacs2016-01-201-1/+1
* ctdb-client: Add missing initialization for h->ev in transaction_startAmitay Isaacs2016-01-201-0/+1
* ctdb-client: Use ctdb_ltdb_header_extract()Amitay Isaacs2016-01-201-7/+1
* ctdb-client: Replace ctdb_logging.h with common/logging.hAmitay Isaacs2015-11-161-1/+2
* ctdb-protocol: Rename G_LOCK_READ/WRITE to CTDB_G_LOCK_READ/WRITEAmitay Isaacs2015-11-041-2/+2
* ctdb-client: Add new client API implementationAmitay Isaacs2015-10-071-0/+2137