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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ctdb-client: Refactor cluster-wide database traverse api
Amitay Isaacs
2017-06-07
2
-0
/
+263
*
ctdb-client: Rename ctdb_db_travese to ctdb_db_traverse_local
Amitay Isaacs
2017-06-07
2
-14
/
+16
*
Correct "recived" typo.
Chris Lamb
2017-02-22
1
-1
/
+1
*
ctdb-client: Add available-only option public IP fetching
Martin Schwenke
2016-12-19
2
-1
/
+3
*
ctdb-client: Drop client code for eventscript controls
Amitay Isaacs
2016-12-18
3
-220
/
+0
*
ctdb-client: Add client api for eventd communication
Amitay Isaacs
2016-12-18
2
-0
/
+663
*
ctdb-logging: Drop enum debug_level
Martin Schwenke
2016-12-05
2
-4
/
+4
*
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: Print error message before next syscall to avoid losing errno
Martin Schwenke
2016-08-17
1
-1
/
+4
*
ctdb-client: Fix CID 1362725 Unchecked return value from library
Martin Schwenke
2016-08-17
1
-1
/
+12
*
ctdb-client: transaction_cancel must free transaction handle
Amitay Isaacs
2016-08-08
1
-0
/
+3
*
ctdb-client: Drop client code for global transaction controls
Amitay Isaacs
2016-07-28
2
-106
/
+0
*
ctdb-client: Remove code to set/get_db_priority from new client code
Amitay Isaacs
2016-07-25
2
-72
/
+0
*
ctdb-client: Remove client code for set/get_db_priority
Amitay Isaacs
2016-07-25
1
-53
/
+0
*
ctdb-client: Remove ctdb_ctrl_freeze_priority() function
Amitay Isaacs
2016-07-25
1
-20
/
+4
*
ctdb-client: Mark ctdb_ctrl_freeze_priority static
Amitay Isaacs
2016-07-25
1
-3
/
+3
*
ctdb-client: Drop unused functions ctdb_ctrl_freeze_send/recv
Amitay Isaacs
2016-07-25
1
-29
/
+0
*
ctdb-client: Reimplement ctdb_ctrl_freeze_priority() using ctdb_control()
Amitay Isaacs
2016-07-25
1
-7
/
+12
*
ctdb-client: Remove function ctdb_ctrl_thaw() from new client API
Amitay Isaacs
2016-07-25
2
-34
/
+0
*
ctdb-client: Remove functions ctdb_ctrl_thaw_priority() and ctdb_ctrl_thaw()
Amitay Isaacs
2016-07-25
1
-25
/
+0
*
ctdb-client: Fix access after free error
Martin Schwenke
2016-07-20
1
-1
/
+2
*
ctdb-client: Fix incorrect variable reference
Martin Schwenke
2016-07-20
1
-1
/
+1
*
ctdb-client: Expose ctdb_ltdb_fetch in client API
Amitay Isaacs
2016-07-05
2
-3
/
+7
*
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
2
-0
/
+81
*
ctdb-client: Fix implementation of transaction commit
Amitay Isaacs
2016-07-05
2
-57
/
+75
*
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
3
-7
/
+22
*
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
2
-0
/
+108
*
ctdb-client: Fix ctdb_rec_buffer traversal routine
Amitay Isaacs
2016-07-05
1
-6
/
+13
*
ctdb-client: Add sync version of sending multiple messages
Amitay Isaacs
2016-07-05
2
-0
/
+35
*
ctdb-daemon: Use lib/util functions instead of redefinitions
Amitay Isaacs
2016-06-08
1
-2
/
+2
*
ctdb-client: Remove support for SET_RECLOCK
Martin Schwenke
2016-06-08
3
-62
/
+0
*
ctdb-protocol: Return required buffer size in push functions
Amitay Isaacs
2016-05-03
3
-3
/
+3
*
ctdb-client: Drop unnecessary discard_const
Amitay Isaacs
2016-05-03
1
-1
/
+1
*
ctdb-protocol: Drop buffer allocation from protocol push functions
Amitay Isaacs
2016-05-03
3
-6
/
+27
*
ctdb-client: Use correct TDB flags for opening database
Amitay Isaacs
2016-04-24
1
-7
/
+8
*
ctdb-client: Set control opcode in reply for one-way controls
Amitay Isaacs
2016-04-23
1
-0
/
+1
*
ctdb-client: Remove client functions related to server_id
Amitay Isaacs
2016-04-23
3
-280
/
+4
*
ctdb-client: Drop killtcp client functions
Martin Schwenke
2016-04-01
3
-59
/
+0
[prev]
[next]