summaryrefslogtreecommitdiffstats
path: root/ctdb/client
Commit message (Expand)AuthorAgeFilesLines
* Report client for queue errors.Rusty Russell2010-07-011-1/+1
* Wrap the IDR early, but not too early.Ronnie Sahlberg2010-06-101-1/+1
* Delay reusing ids to make protocol more robustRusty Russell2010-06-101-0/+2
* Add a variable for start/current time to ctdb statisticsRonnie Sahlberg2010-06-021-0/+2
* add a function to read the current socketname from the ctdb structureRonnie Sahlberg2010-06-021-0/+5
* rename ctdb_remove_message_handler to ctdb_client_remove_message_handlerRonnie Sahlberg2010-06-021-3/+3
* rename ctdb_message_fn_t to ctdb_msg_fn_t to avoid a conflict with the type o...Ronnie Sahlberg2010-06-021-1/+1
* rename ctdb_set_message_handler to ctdb_client_set_message_handlerRonnie Sahlberg2010-06-021-2/+2
* rename ctdb_send_message to ctdb_client_send_message to resolve colission wit...Ronnie Sahlberg2010-06-021-1/+1
* Fix a compiler warningRonnie Sahlberg2010-04-081-1/+1
* In ctdb catdb, print the payload data length without the ctdb header lengthVolker Lendecke2010-03-291-1/+1
* client: implement ctdb_ctrl_set_iface_link()Stefan Metzmacher2010-01-201-1/+18
* client: implement ctdb_ctrl_get_ifaces()Stefan Metzmacher2010-01-201-2/+57
* client: implement ctdb_ctrl_get_public_ip_info()Stefan Metzmacher2010-01-201-2/+61
* controls: add stups for GET_PUBLIC_IP_INFO, GET_IFACES and SET_IFACE_LINK_STATEStefan Metzmacher2010-01-201-0/+25
* client: add CTDB_PUBLIC_IP_FLAGS_ONLY_AVAILABLE ctdb_ctrl_get_public_ips_flags()Stefan Metzmacher2010-01-201-4/+16
* fix a conflict in the merge from rustyRonnie Sahlberg2009-12-171-6/+1
|\
| * Remove RT priority, use niceness.Rusty Russell2009-12-161-5/+0
| * Add --valgringing flag instead of --nosetschedRusty Russell2009-12-161-1/+1
* | client: make ctdb_dumpdb_record() publicStefan Metzmacher2009-12-161-2/+2
* | client: add ctdb_ctrl_getdbhealth()Stefan Metzmacher2009-12-161-0/+38
* | ctdb: pass TDB_DISALLOW_NESTING to all tdb_open/tdb_wrap_open callsStefan Metzmacher2009-12-161-0/+1
|/
* client: lower level of commit retry message WARNING->DEBUGMichael Adam2009-12-091-3/+3
* client: lower debug level of transaction-active-retry message to DEBUGMichael Adam2009-12-091-4/+4
* ctdb: scriptstatus can now query non-monitor eventsRusty Russell2009-12-081-7/+15
* eventscript: rename ctdb_monitoring_wire to ctdb_scripts_wireRusty Russell2009-12-081-2/+2
* eventscript: remove unused ctbd_ctrl_event_script*Rusty Russell2009-12-081-80/+0
* eventscript: use -ENOEXEC for disabled status valueRusty Russell2009-12-071-22/+0
* client: improve two error messages in ctdb_transaction_commit().Michael Adam2009-12-041-2/+10
* client: increase the number of commit retries 10-->100Michael Adam2009-12-041-1/+1
* client: untangle checks and produce more detailed error messagesMichael Adam2009-12-041-1/+13
* client: increase the rsn of the __transaction_lock__ when storingMichael Adam2009-12-041-0/+2
* make ctdb_ctrl_transaction_active public.Michael Adam2009-12-041-3/+3
* client: in catdb, print the keyname first, and separate records by a blank lineMichael Adam2009-12-041-3/+5
* client: randomize the transaction_start retry loop:Michael Adam2009-10-301-3/+5
* client: fix a race in the local race condition fix in transaction_startMichael Adam2009-10-301-8/+10
* client: add a debug message when a transaction_commit needs to be retriedMichael Adam2009-10-301-0/+3
* client: log db_id as 8-digit hex in ctdb_transaction_fetch_start()Michael Adam2009-10-301-1/+1
* client: improve "control timed out" debug messageMichael Adam2009-10-301-1/+3
* Revert "update the "uptime" command to indicate the "time since last" is the ...Ronnie Sahlberg2009-10-291-3/+45
* update the "uptime" command to indicate the "time since last" is the time sin...Ronnie Sahlberg2009-10-291-45/+3
* ctdb_client: reformat a comment slightly to enhance clearness.Michael Adam2009-10-291-3/+5
* client: fix race condition with concurrent transactions on the same node.Michael Adam2009-10-291-0/+12
* client: add ctdb_ctrl_transaction_active() which calls out to CTDB_TRANS2_ACTIVEMichael Adam2009-10-291-0/+28
* for debuggingRonnie Sahlberg2009-10-271-0/+2
* ctdb_client: fix DEBUG statement in ctdb_ctrl_modflags()Stefan Metzmacher2009-10-261-1/+1
* initial attempt at freezing databases in priority orderRonnie Sahlberg2009-10-121-3/+11
* uptade the freeze/thaw commands to be able to send the requested database pri...Ronnie Sahlberg2009-10-121-8/+20
* add a control to read the db priority from a databaseRonnie Sahlberg2009-10-101-0/+27
* add a control to set a database priority. Let newly created databases default...Ronnie Sahlberg2009-10-101-0/+24