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