summaryrefslogtreecommitdiffstats
path: root/ctdb/client
Commit message (Expand)AuthorAgeFilesLines
* ctdb-client: Talloc tdb_wrap off ctdb_db_contextAmitay Isaacs2014-04-231-1/+2
* ctdb-client: Add client code to detach a databaseAmitay Isaacs2014-04-141-0/+19
* ctdb-client: ctdb_fetch_lock should check for readonly delegationsAmitay Isaacs2014-03-281-0/+15
* ctdb-client: Treat empty __db_sequence_number__ record as 0Amitay Isaacs2013-11-271-0/+5
* ctdb-client: Coverity fixesAmitay Isaacs2013-11-191-1/+4
* client: Make g_lock_lock() wait till lock is obtainedAmitay Isaacs2013-11-071-1/+11
* client: Fix a format string argument compiler warningMartin Schwenke2013-10-221-1/+1
* client: Remove old persistent transaction codeAmitay Isaacs2013-10-041-445/+0
* client: Reimplement persistent transaction code using TRANS3_COMMITAmitay Isaacs2013-10-041-0/+290
* client: Add functions to parse g_lock.tdb recordsAmitay Isaacs2013-10-041-0/+198
* client: Add functions to handle server_id structureAmitay Isaacs2013-10-041-0/+66
* client: Fix some format string compiler warningsMartin Schwenke2013-10-041-2/+4
* client: Add ctdb_ctrl_getdbseqnum() functionAmitay Isaacs2013-10-041-0/+34
* client: Add ctdb_ctrl_getdbstatistics() functionAmitay Isaacs2013-10-041-0/+54
* client: Add ctdb_client_check_message_handlers() functionAmitay Isaacs2013-10-041-0/+35
* client: Remove extra whitespacesAmitay Isaacs2013-10-041-3/+2
* client: Remove unused function list_of_active_nodes_except_pnn()Martin Schwenke2013-09-111-8/+0
* Revert "LACOUNT: Add back lacount mechanism to defer migrating a fetched/rea...Amitay Isaacs2013-08-221-11/+3
* recoverd: Use TDB_INCOMPATIBLE_HASH when creating volatile databasesAmitay Isaacs2013-08-141-1/+7
* Revert "recoverd: Use correct tdb flags when creating missing databases"Amitay Isaacs2013-08-141-7/+5
* recoverd: Use correct tdb flags when creating missing databasesAmitay Isaacs2013-08-011-5/+7
* client: Always use jenkins hash when attaching volatile databasesAmitay Isaacs2013-08-011-0/+8
* Fix memory leak in ctdb_send_message()Sumit Bose2013-07-111-5/+1
* Fixes for various issues found by CoveritySumit Bose2013-07-111-1/+1
* client: Exit with non-zero status when unix socket is closedAmitay Isaacs2013-06-251-2/+2
* build: Fix tdb.h path to enable building with system TDB libraryMathieu Parent2013-06-141-1/+1
* client: async_callback() sets result to -ETIME if a control times outMartin Schwenke2013-05-241-0/+5
* ctdbd: Update the get_tunable code to return -EINVAL for unknown tunableMartin Schwenke2013-05-241-1/+1
* ctdbd: New control CTDB_CONTROL_GET_RUNSTATEMartin Schwenke2013-05-241-0/+30
* client: fix ctdb_control() to be able to cope with CTDB_CTRL_FLAG_NOREPLYMichael Adam2013-04-241-0/+11
* client: Set the socket non-blocking only after connect succeedsAmitay Isaacs2013-04-051-3/+3
* Revert "client: handle transient connection errors"Amitay Isaacs2013-04-051-30/+5
* client: Refactor node listing functions to use list_of_nodes()Martin Schwenke2013-02-201-81/+5
* client: New generic node listing function list_of_nodes()Martin Schwenke2013-02-201-0/+38
* util: ctdb_fork() closes all sockets opened by the main daemonMartin Schwenke2012-10-051-18/+6
* server: Replace BOOL datatype with bool, True/False with true/falseAmitay Isaacs2012-05-281-4/+4
* Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs2012-04-131-1/+0
* STICKY: add prototype code to make records stick to a node to "calm" down if ...Ronnie Sahlberg2012-03-201-0/+38
* LACOUNT: Add back lacount mechanism to defer migrating a fetched/read copy u...Ronnie Sahlberg2012-03-201-3/+11
* READONLY: only send a control to schedule fast-vacuuming from child context i...Ronnie Sahlberg2012-02-211-1/+3
* Fix a cut&paste errorVolker Lendecke2012-01-181-1/+1
* fix zero-initialization of header in _ctdbd_allocate_pkt to the correct sizeMichael Adam2011-12-231-2/+1
* traverse: fix traversing with empty records by adding a new (internal) contro...Michael Adam2011-12-031-2/+2
* ctdb: add an option --print-recordflags to trigger printing record flags in c...Michael Adam2011-11-291-9/+11
* ctdb: add an option --print-hash to enable printing of record hashes when dum...Michael Adam2011-11-291-0/+4
* ctdb: add an option --print-lmaster to enable printing of lmaster in "ctdb ca...Michael Adam2011-11-291-0/+5
* ctdb: add an option --print-datasize to only print datasize instead of dumpin...Michael Adam2011-11-291-7/+11
* ctdb: add an option --print-emptyrecords to enable printing of empty records ...Michael Adam2011-11-291-3/+6
* client: add version ctdb_traverse_ext() of ctdb_traverse() that can list empt...Michael Adam2011-11-291-7/+28
* traverse: add a flag to enable transferring empty records in cluster wide tra...Michael Adam2011-11-291-0/+1