summaryrefslogtreecommitdiff
path: root/ctdb/client
AgeCommit message (Expand)AuthorFilesLines
2015-10-07ctdb-client: Add client API for new database controlsAmitay Isaacs2-0/+172
2015-10-07ctdb-client: Add new client API implementationAmitay Isaacs10-0/+7488
2015-10-07ctdb-daemon: Use reqid abstractionAmitay Isaacs1-11/+15
2015-10-07ctdb-daemon: formatting fixAmitay Isaacs1-8/+15
2015-10-07ctdb-daemon: Replace ctdb_message with srvid abstractionAmitay Isaacs1-4/+27
2015-10-07ctdb-daemon: formatting fixAmitay Isaacs1-3/+3
2015-10-07ctdb-daemon: Remove ctdb from traverse_callbackAmitay Isaacs1-4/+4
2015-09-07ctdb-daemon: Drop struct ctdb_control_killtcpMartin Schwenke1-2/+2
2015-07-29ctdb-client: Return the correct status sent from the daemonAmitay Isaacs1-1/+1
2015-07-10ctdb-daemon: Remove control CTDB_CONTROL_SET_CALLAmitay Isaacs1-24/+2
2015-07-10ctdb-daemon: Fix valgrind invalid read error in db_statistics controlAmitay Isaacs1-1/+1
2015-05-12ctdb-daemon: Remove obsolete IPv4 only controlsAmitay Isaacs1-126/+21
2015-05-10ctdb-client: Add API for retrieving and checking capabilitiesMartin Schwenke1-0/+78
2015-04-21ctdb: Fix the O3 developer buildVolker Lendecke1-1/+1
2015-03-23ctdb-daemon: New control CTDB_CONTROL_GET_NODES_FILEMartin Schwenke1-0/+25
2015-02-18ctdb-client: Return a value of 1 when setting obsolete tunable variableMartin Schwenke1-2/+2
2015-02-13ctdb: server_id_get->server_id_fetchVolker Lendecke1-3/+3
2014-12-19ctdb-daemon: Use correct tdb flags when enabling robust mutex supportAmitay Isaacs1-4/+26
2014-10-28ctdb: Rename CTDB_VERSION to CTDB_PROTOCOLAmitay Isaacs1-2/+2
2014-10-28ctdb: Rename ctdb socket variable from CTDB_PATH to CTDB_SOCKETAmitay Isaacs1-1/+1
2014-09-10ctdb-util: Rename db_wrap to tdb_wrap and make it a build subsystemMartin Schwenke1-1/+1
2014-09-10ctdb-client: Rename static function server_id_equal()Martin Schwenke1-3/+6
2014-07-09ctdb-daemon: Support per-node robust mutex featureAmitay Isaacs1-0/+12
2014-07-05ctdb-daemon: Remove ctdbd_pid global variableMartin Schwenke1-2/+0
2014-04-23ctdb-client: Talloc tdb_wrap off ctdb_db_contextAmitay Isaacs1-1/+2
2014-04-14ctdb-client: Add client code to detach a databaseAmitay Isaacs1-0/+19
2014-03-28ctdb-client: ctdb_fetch_lock should check for readonly delegationsAmitay Isaacs1-0/+15
2013-11-27ctdb-client: Treat empty __db_sequence_number__ record as 0Amitay Isaacs1-0/+5
2013-11-19ctdb-client: Coverity fixesAmitay Isaacs1-1/+4
2013-11-07client: Make g_lock_lock() wait till lock is obtainedAmitay Isaacs1-1/+11
2013-10-22client: Fix a format string argument compiler warningMartin Schwenke1-1/+1
2013-10-04client: Remove old persistent transaction codeAmitay Isaacs1-445/+0
2013-10-04client: Reimplement persistent transaction code using TRANS3_COMMITAmitay Isaacs1-0/+290
2013-10-04client: Add functions to parse g_lock.tdb recordsAmitay Isaacs1-0/+198
2013-10-04client: Add functions to handle server_id structureAmitay Isaacs1-0/+66
2013-10-04client: Fix some format string compiler warningsMartin Schwenke1-2/+4
2013-10-04client: Add ctdb_ctrl_getdbseqnum() functionAmitay Isaacs1-0/+34
2013-10-04client: Add ctdb_ctrl_getdbstatistics() functionAmitay Isaacs1-0/+54
2013-10-04client: Add ctdb_client_check_message_handlers() functionAmitay Isaacs1-0/+35
2013-10-04client: Remove extra whitespacesAmitay Isaacs1-3/+2
2013-09-11client: Remove unused function list_of_active_nodes_except_pnn()Martin Schwenke1-8/+0
2013-08-22Revert "LACOUNT: Add back lacount mechanism to defer migrating a fetched/rea...Amitay Isaacs1-11/+3
2013-08-14recoverd: Use TDB_INCOMPATIBLE_HASH when creating volatile databasesAmitay Isaacs1-1/+7
2013-08-14Revert "recoverd: Use correct tdb flags when creating missing databases"Amitay Isaacs1-7/+5
2013-08-01recoverd: Use correct tdb flags when creating missing databasesAmitay Isaacs1-5/+7
2013-08-01client: Always use jenkins hash when attaching volatile databasesAmitay Isaacs1-0/+8
2013-07-11Fix memory leak in ctdb_send_message()Sumit Bose1-5/+1
2013-07-11Fixes for various issues found by CoveritySumit Bose1-1/+1
2013-06-25client: Exit with non-zero status when unix socket is closedAmitay Isaacs1-2/+2
2013-06-14build: Fix tdb.h path to enable building with system TDB libraryMathieu Parent1-1/+1