ctdb-client: Fix g_lock implementation
[obnox/samba/samba-obnox.git] / ctdb / client / client_db.c
2016-07-05 Amitay Isaacsctdb-client: Fix g_lock implementation
2016-07-05 Amitay Isaacsctdb-client: If g_lock lock conflicts, try again sooner
2016-07-05 Amitay Isaacsctdb-client: Factor out ctdb_client_get_server_id function
2016-07-05 Amitay Isaacsctdb-client: Use async version of delete_record in...
2016-07-05 Amitay Isaacsctdb-client: Fix implementation of delete_record
2016-07-05 Amitay Isaacsctdb-client: Add async version of delete_record
2016-07-05 Amitay Isaacsctdb-client: Fix ctdb_rec_buffer traversal routine
2016-04-24 Amitay Isaacsctdb-client: Use correct TDB flags for opening database
2016-02-24 Amitay Isaacsctdb-client: Add missing initialisation of calldata
2016-02-24 Amitay Isaacsctdb-client: Keep trying to migrate till record lock...
2016-02-24 Amitay Isaacsctdb-client: Drop TALLOC_CTX argument from ctdb_attach
2016-02-24 Amitay Isaacsctdb-client: Do not use sync functions in async computation
2016-01-20 Amitay Isaacsctdb-client: Use ctdb_rec_buffer_init() to initialize...
2016-01-20 Amitay Isaacsctdb-client: Add missing initialization for h->ev in...
2016-01-20 Amitay Isaacsctdb-client: Use ctdb_ltdb_header_extract()
2015-11-15 Amitay Isaacsctdb-client: Replace ctdb_logging.h with common/logging.h
2015-11-03 Amitay Isaacsctdb-protocol: Rename G_LOCK_READ/WRITE to CTDB_G_LOCK_...
2015-10-07 Amitay Isaacsctdb-client: Add new client API implementation