index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ctdb
/
client
/
client_db.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-24
ctdb-client: Factor out function client_db_tdb()
Martin Schwenke
1
-16
/
+21
2019-09-17
ctdb-client: Fix some typos in debug messages
Martin Schwenke
1
-6
/
+6
2019-06-05
ctdb-client: Fix potentially uninitialised data
Martin Schwenke
1
-2
/
+2
2019-06-05
ctdb-client: Fix signed/unsigned comparisons by declaring as unsigned
Martin Schwenke
1
-1
/
+2
2018-03-27
ctdb-client: Add missing initialization of tevent_context
Amitay Isaacs
1
-0
/
+1
2018-03-27
ctdb-client: Do not try to allocate 0 sized record
Amitay Isaacs
1
-7
/
+12
2017-09-14
ctdb-client: Initialize ctdb_ltdb_header completely for empty record
Amitay Isaacs
1
-3
/
+3
2017-08-30
ctdb-protocol: Fix marshalling for ctdb_g_lock_list
Amitay Isaacs
1
-4
/
+8
2017-08-30
ctdb-protocol: Fix marshalling for ctdb_rec_data
Amitay Isaacs
1
-1
/
+2
2017-08-30
ctdb-protocol: Fix marshalling for ctdb_ltdb_header
Amitay Isaacs
1
-10
/
+12
2017-06-29
ctdb-client: Add db support for CTDB_DB_FLAGS_REPLICATED
Amitay Isaacs
1
-2
/
+19
2017-06-29
ctdb-client: Store db_flags instead of a boolean persistent flag
Amitay Isaacs
1
-8
/
+22
2017-06-26
ctdb-protocol: Do not pass tdb open flags to DB attach controls
Amitay Isaacs
1
-2
/
+2
2017-06-26
ctdb-client: Remove calaculation of tdb flags
Amitay Isaacs
1
-56
/
+5
2017-06-26
ctdb-client: Ask daemon for db open flags
Amitay Isaacs
1
-1
/
+41
2017-06-07
ctdb-client: Add async api for detaching a database
Amitay Isaacs
1
-10
/
+151
2017-06-07
ctdb-client: Refactor cluster-wide database traverse api
Amitay Isaacs
1
-0
/
+246
2017-06-07
ctdb-client: Rename ctdb_db_travese to ctdb_db_traverse_local
Amitay Isaacs
1
-11
/
+13
2016-10-27
ctdb-client: Simplify using tdb_storev
Amitay Isaacs
1
-13
/
+10
2016-10-27
ctdb-client: Simplify using a local variable
Amitay Isaacs
1
-7
/
+4
2016-08-08
ctdb-client: transaction_cancel must free transaction handle
Amitay Isaacs
1
-0
/
+3
2016-07-05
ctdb-client: Expose ctdb_ltdb_fetch in client API
Amitay Isaacs
1
-3
/
+3
2016-07-05
ctdb-client: Add debug messages to client db api
Amitay Isaacs
1
-12
/
+106
2016-07-05
ctdb-client: Fix implementation of transaction cancel
Amitay Isaacs
1
-1
/
+27
2016-07-05
ctdb-client: Add async version of transaction cancel
Amitay Isaacs
1
-0
/
+73
2016-07-05
ctdb-client: Fix implementation of transaction commit
Amitay Isaacs
1
-57
/
+74
2016-07-05
ctdb-client: Fix implementation of transaction start
Amitay Isaacs
1
-53
/
+2
2016-07-05
ctdb-client: During transaction commit fetch seqnum locally
Amitay Isaacs
1
-74
/
+51
2016-07-05
ctdb-client: Release the g_lock record once the update is done
Amitay Isaacs
1
-0
/
+3
2016-07-05
ctdb-client: Remove commented old g_lock implemention code
Amitay Isaacs
1
-77
/
+0
2016-07-05
ctdb-client: Release g_lock lock before retrying
Amitay Isaacs
1
-0
/
+1
2016-07-05
ctdb-client: Fix g_lock implementation
Amitay Isaacs
1
-21
/
+7
2016-07-05
ctdb-client: If g_lock lock conflicts, try again sooner
Amitay Isaacs
1
-1
/
+1
2016-07-05
ctdb-client: Factor out ctdb_client_get_server_id function
Amitay Isaacs
1
-7
/
+3
2016-07-05
ctdb-client: Use async version of delete_record in g_lock unlock
Amitay Isaacs
1
-3
/
+33
2016-07-05
ctdb-client: Fix implementation of delete_record
Amitay Isaacs
1
-28
/
+14
2016-07-05
ctdb-client: Add async version of delete_record
Amitay Isaacs
1
-0
/
+102
2016-07-05
ctdb-client: Fix ctdb_rec_buffer traversal routine
Amitay Isaacs
1
-6
/
+13
2016-04-24
ctdb-client: Use correct TDB flags for opening database
Amitay Isaacs
1
-7
/
+8
2016-02-24
ctdb-client: Add missing initialisation of calldata
Amitay Isaacs
1
-0
/
+1
2016-02-24
ctdb-client: Keep trying to migrate till record lock is obtained
Amitay Isaacs
1
-1
/
+3
2016-02-24
ctdb-client: Drop TALLOC_CTX argument from ctdb_attach
Amitay Isaacs
1
-1
/
+10
2016-02-24
ctdb-client: Do not use sync functions in async computation
Amitay Isaacs
1
-21
/
+71
2016-01-20
ctdb-client: Use ctdb_rec_buffer_init() to initialize ctdb_rec_buffer
Amitay Isaacs
1
-1
/
+1
2016-01-20
ctdb-client: Add missing initialization for h->ev in transaction_start
Amitay Isaacs
1
-0
/
+1
2016-01-20
ctdb-client: Use ctdb_ltdb_header_extract()
Amitay Isaacs
1
-7
/
+1
2015-11-16
ctdb-client: Replace ctdb_logging.h with common/logging.h
Amitay Isaacs
1
-1
/
+2
2015-11-04
ctdb-protocol: Rename G_LOCK_READ/WRITE to CTDB_G_LOCK_READ/WRITE
Amitay Isaacs
1
-2
/
+2
2015-10-07
ctdb-client: Add new client API implementation
Amitay Isaacs
1
-0
/
+2137