summaryrefslogtreecommitdiffstats
path: root/ctdb/include/ctdb_client.h
Commit message (Expand)AuthorAgeFilesLines
* ctdb-client: Add client code to detach a databaseAmitay Isaacs2014-04-141-0/+1
* ctdb-tools/ctdb: New ptrans commandMartin Schwenke2013-11-271-0/+1
* ctdbd: Simplify database directory setting logicMartin Schwenke2013-10-251-7/+0
* ctdb_client.h: fix build on AIX by removing C++-style commentsMichael Adam2013-10-231-2/+2
* ctdbd: Add nodes_file member to struct ctdb_contextMartin Schwenke2013-10-221-6/+0
* client: Reimplement persistent transaction code using TRANS3_COMMITAmitay Isaacs2013-10-041-5/+0
* client: Add ctdb_ctrl_getdbseqnum() functionAmitay Isaacs2013-10-041-0/+2
* client: Add ctdb_ctrl_getdbstatistics() functionAmitay Isaacs2013-10-041-0/+2
* client: Add ctdb_client_check_message_handlers() functionAmitay Isaacs2013-10-041-1/+3
* client: Remove unused function list_of_active_nodes_except_pnn()Martin Schwenke2013-09-111-4/+0
* Revert "recoverd: Use correct tdb flags when creating missing databases"Amitay Isaacs2013-08-141-1/+1
* recoverd: Use correct tdb flags when creating missing databasesAmitay Isaacs2013-08-011-1/+1
* ctdbd: New control CTDB_CONTROL_GET_RUNSTATEMartin Schwenke2013-05-241-0/+5
* include: Move ctdb_start_daemon() from ctdb_client.h to ctdb_private.hMartin Schwenke2013-04-181-1/+0
* client: New generic node listing function list_of_nodes()Martin Schwenke2013-02-201-0/+5
* Correct include for ctdb_protocol.hVolker Lendecke2012-10-091-1/+1
* STICKY: add prototype code to make records stick to a node to "calm" down if ...Ronnie Sahlberg2012-03-201-0/+6
* ctdb: add an option --print-recordflags to trigger printing record flags in c...Michael Adam2011-11-291-0/+1
* ctdb: add an option --print-hash to enable printing of record hashes when dum...Michael Adam2011-11-291-0/+1
* ctdb: add an option --print-lmaster to enable printing of lmaster in "ctdb ca...Michael Adam2011-11-291-0/+1
* ctdb: add an option --print-datasize to only print datasize instead of dumpin...Michael Adam2011-11-291-0/+1
* ctdb: add an option --print-emptyrecords to enable printing of empty records ...Michael Adam2011-11-291-1/+7
* Merge branch 'master-readonly-records' into fooRonnie Sahlberg2011-09-121-1/+20
|\
| * ReadOnly: add a new control to activate readonly lock capability for a database.Ronnie Sahlberg2011-09-011-0/+6
| * ReadOnly: add a readonly flag to the getdbmap control and show the readonly s...Ronnie Sahlberg2011-09-011-0/+1
| * ReadOnly: Change the ctdb_db structure to keep a uint8_t for flags instead of...Ronnie Sahlberg2011-09-011-1/+2
| * ReadOnly: Add clientside code to fetch readonly recordsRonnie Sahlberg2011-08-231-0/+2
| * ReadOnly: Add clientside functions to send the UPDATE_RECORD controlRonnie Sahlberg2011-08-231-0/+9
* | client: add timeout argument to ctdb_attachDavid Disseldorp2011-09-061-1/+6
* | client: add req timeout argument to ctdb_cmdline_clientDavid Disseldorp2011-09-061-1/+2
|/
* Remove LACOUNT and LACCESSOR and migrate the records immediately.Ronnie Sahlberg2011-02-181-5/+0
* delay loading the public ip address file until after we have started the tran...Ronnie Sahlberg2010-11-101-1/+1
* Add rolling statistics that are collected across 10 second intervals.Ronnie Sahlberg2010-09-291-0/+3
* Add two new server types to the server_id structure.Ronnie Sahlberg2010-09-131-1/+5
* Implement a new function GETNODEMAP in libctdb.Ronnie Sahlberg2010-09-131-11/+0
* Merge commit 'rusty/ports-from-1.0.112' into fooRonnie Sahlberg2010-08-191-1/+2
|\
| * logging: give a unique logging name to each forked child.Rusty Russell2010-08-181-1/+2
* | event: Update events to latest Samba version 0.9.8Rusty Russell2010-08-181-3/+3
|/
* add a function to read the current socketname from the ctdb structureRonnie Sahlberg2010-06-021-0/+1
* rename ctdb_remove_message_handler to ctdb_client_remove_message_handlerRonnie Sahlberg2010-06-021-0/+2
* rename ctdb_message_fn_t to ctdb_msg_fn_t to avoid a conflict with the type o...Ronnie Sahlberg2010-06-021-3/+3
* rename ctdb_set_message_handler to ctdb_client_set_message_handlerRonnie Sahlberg2010-06-021-1/+1
* rename ctdb_send_message to ctdb_client_send_message to resolve colission wit...Ronnie Sahlberg2010-06-021-1/+1
* libctdb: reorganize headers: remove ctdb.h, add ctdb_client.h and ctdb_protoc...Rusty Russell2010-05-201-0/+594