summaryrefslogtreecommitdiff
path: root/ctdb/client/client_db.c
Commit message (Expand)AuthorAgeFilesLines
* ctdb-client: Factor out function client_db_tdb()Martin Schwenke2019-10-241-16/+21
* ctdb-client: Fix some typos in debug messagesMartin Schwenke2019-09-171-6/+6
* ctdb-client: Fix potentially uninitialised dataMartin Schwenke2019-06-051-2/+2
* ctdb-client: Fix signed/unsigned comparisons by declaring as unsignedMartin Schwenke2019-06-051-1/+2
* 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: Initialize ctdb_ltdb_header completely for empty recordAmitay Isaacs2017-09-141-3/+3
* 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-client: Add db support for CTDB_DB_FLAGS_REPLICATEDAmitay Isaacs2017-06-291-2/+19
* ctdb-client: Store db_flags instead of a boolean persistent flagAmitay Isaacs2017-06-291-8/+22
* ctdb-protocol: Do not pass tdb open flags to DB attach controlsAmitay Isaacs2017-06-261-2/+2
* 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: Add async api for detaching a databaseAmitay Isaacs2017-06-071-10/+151
* ctdb-client: Refactor cluster-wide database traverse apiAmitay Isaacs2017-06-071-0/+246
* ctdb-client: Rename ctdb_db_travese to ctdb_db_traverse_localAmitay Isaacs2017-06-071-11/+13
* ctdb-client: Simplify using tdb_storevAmitay Isaacs2016-10-271-13/+10
* ctdb-client: Simplify using a local variableAmitay Isaacs2016-10-271-7/+4
* ctdb-client: transaction_cancel must free transaction handleAmitay Isaacs2016-08-081-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