| Commit message (Expand) | Author | Age | Files | Lines |
* | ctdb-daemon: Use correct tdb flags when enabling robust mutex support | Amitay Isaacs | 2014-12-19 | 1 | -4/+26 |
* | ctdb: Rename CTDB_VERSION to CTDB_PROTOCOL | Amitay Isaacs | 2014-10-28 | 1 | -2/+2 |
* | ctdb: Rename ctdb socket variable from CTDB_PATH to CTDB_SOCKET | Amitay Isaacs | 2014-10-28 | 1 | -1/+1 |
* | ctdb-util: Rename db_wrap to tdb_wrap and make it a build subsystem | Martin Schwenke | 2014-09-10 | 1 | -1/+1 |
* | ctdb-client: Rename static function server_id_equal() | Martin Schwenke | 2014-09-10 | 1 | -3/+6 |
* | ctdb-daemon: Support per-node robust mutex feature | Amitay Isaacs | 2014-07-09 | 1 | -0/+12 |
* | ctdb-daemon: Remove ctdbd_pid global variable | Martin Schwenke | 2014-07-05 | 1 | -2/+0 |
* | ctdb-client: Talloc tdb_wrap off ctdb_db_context | Amitay Isaacs | 2014-04-23 | 1 | -1/+2 |
* | ctdb-client: Add client code to detach a database | Amitay Isaacs | 2014-04-14 | 1 | -0/+19 |
* | ctdb-client: ctdb_fetch_lock should check for readonly delegations | Amitay Isaacs | 2014-03-28 | 1 | -0/+15 |
* | ctdb-client: Treat empty __db_sequence_number__ record as 0 | Amitay Isaacs | 2013-11-27 | 1 | -0/+5 |
* | ctdb-client: Coverity fixes | Amitay Isaacs | 2013-11-19 | 1 | -1/+4 |
* | client: Make g_lock_lock() wait till lock is obtained | Amitay Isaacs | 2013-11-07 | 1 | -1/+11 |
* | client: Fix a format string argument compiler warning | Martin Schwenke | 2013-10-22 | 1 | -1/+1 |
* | client: Remove old persistent transaction code | Amitay Isaacs | 2013-10-04 | 1 | -445/+0 |
* | client: Reimplement persistent transaction code using TRANS3_COMMIT | Amitay Isaacs | 2013-10-04 | 1 | -0/+290 |
* | client: Add functions to parse g_lock.tdb records | Amitay Isaacs | 2013-10-04 | 1 | -0/+198 |
* | client: Add functions to handle server_id structure | Amitay Isaacs | 2013-10-04 | 1 | -0/+66 |
* | client: Fix some format string compiler warnings | Martin Schwenke | 2013-10-04 | 1 | -2/+4 |
* | client: Add ctdb_ctrl_getdbseqnum() function | Amitay Isaacs | 2013-10-04 | 1 | -0/+34 |
* | client: Add ctdb_ctrl_getdbstatistics() function | Amitay Isaacs | 2013-10-04 | 1 | -0/+54 |
* | client: Add ctdb_client_check_message_handlers() function | Amitay Isaacs | 2013-10-04 | 1 | -0/+35 |
* | client: Remove extra whitespaces | Amitay Isaacs | 2013-10-04 | 1 | -3/+2 |
* | client: Remove unused function list_of_active_nodes_except_pnn() | Martin Schwenke | 2013-09-11 | 1 | -8/+0 |
* | Revert "LACOUNT: Add back lacount mechanism to defer migrating a fetched/rea... | Amitay Isaacs | 2013-08-22 | 1 | -11/+3 |
* | recoverd: Use TDB_INCOMPATIBLE_HASH when creating volatile databases | Amitay Isaacs | 2013-08-14 | 1 | -1/+7 |
* | Revert "recoverd: Use correct tdb flags when creating missing databases" | Amitay Isaacs | 2013-08-14 | 1 | -7/+5 |
* | recoverd: Use correct tdb flags when creating missing databases | Amitay Isaacs | 2013-08-01 | 1 | -5/+7 |
* | client: Always use jenkins hash when attaching volatile databases | Amitay Isaacs | 2013-08-01 | 1 | -0/+8 |
* | Fix memory leak in ctdb_send_message() | Sumit Bose | 2013-07-11 | 1 | -5/+1 |
* | Fixes for various issues found by Coverity | Sumit Bose | 2013-07-11 | 1 | -1/+1 |
* | client: Exit with non-zero status when unix socket is closed | Amitay Isaacs | 2013-06-25 | 1 | -2/+2 |
* | build: Fix tdb.h path to enable building with system TDB library | Mathieu Parent | 2013-06-14 | 1 | -1/+1 |
* | client: async_callback() sets result to -ETIME if a control times out | Martin Schwenke | 2013-05-24 | 1 | -0/+5 |
* | ctdbd: Update the get_tunable code to return -EINVAL for unknown tunable | Martin Schwenke | 2013-05-24 | 1 | -1/+1 |
* | ctdbd: New control CTDB_CONTROL_GET_RUNSTATE | Martin Schwenke | 2013-05-24 | 1 | -0/+30 |
* | client: fix ctdb_control() to be able to cope with CTDB_CTRL_FLAG_NOREPLY | Michael Adam | 2013-04-24 | 1 | -0/+11 |
* | client: Set the socket non-blocking only after connect succeeds | Amitay Isaacs | 2013-04-05 | 1 | -3/+3 |
* | Revert "client: handle transient connection errors" | Amitay Isaacs | 2013-04-05 | 1 | -30/+5 |
* | client: Refactor node listing functions to use list_of_nodes() | Martin Schwenke | 2013-02-20 | 1 | -81/+5 |
* | client: New generic node listing function list_of_nodes() | Martin Schwenke | 2013-02-20 | 1 | -0/+38 |
* | util: ctdb_fork() closes all sockets opened by the main daemon | Martin Schwenke | 2012-10-05 | 1 | -18/+6 |
* | server: Replace BOOL datatype with bool, True/False with true/false | Amitay Isaacs | 2012-05-28 | 1 | -4/+4 |
* | Remove explicit include of lib/tevent/tevent.h. | Amitay Isaacs | 2012-04-13 | 1 | -1/+0 |
* | STICKY: add prototype code to make records stick to a node to "calm" down if ... | Ronnie Sahlberg | 2012-03-20 | 1 | -0/+38 |
* | LACOUNT: Add back lacount mechanism to defer migrating a fetched/read copy u... | Ronnie Sahlberg | 2012-03-20 | 1 | -3/+11 |
* | READONLY: only send a control to schedule fast-vacuuming from child context i... | Ronnie Sahlberg | 2012-02-21 | 1 | -1/+3 |
* | Fix a cut&paste error | Volker Lendecke | 2012-01-18 | 1 | -1/+1 |
* | fix zero-initialization of header in _ctdbd_allocate_pkt to the correct size | Michael Adam | 2011-12-23 | 1 | -2/+1 |
* | traverse: fix traversing with empty records by adding a new (internal) contro... | Michael Adam | 2011-12-03 | 1 | -2/+2 |