summaryrefslogtreecommitdiffstats
path: root/ctdb/client
Commit message (Expand)AuthorAgeFilesLines
* ctdb catdb: fix escaping of '"' and '\'Gregor Beck2011-05-041-1/+1
* client: add accessor function ctdb_header_from_record_handle().Michael Adam2011-03-141-0/+9
* Remove LACOUNT and LACCESSOR and migrate the records immediately.Ronnie Sahlberg2011-02-181-11/+4
* Revert scheduling back to use real-time processesRonnie Sahlberg2011-01-111-0/+5
* Add rolling statistics that are collected across 10 second intervals.Ronnie Sahlberg2010-09-291-0/+20
* Dont use the deprecated talloc_append_string()Ronnie Sahlberg2010-08-201-4/+1
* We need the deprecated talloc_append_string() for nowRonnie Sahlberg2010-08-191-0/+3
* Merge commit 'rusty/ports-from-1.0.112' into fooRonnie Sahlberg2010-08-191-1/+7
|\
| * logging: give a unique logging name to each forked child.Rusty Russell2010-08-181-1/+7
* | We use eventloop nesting in a couple of places, notably the syncRonnie Sahlberg2010-08-181-0/+1
* | event: Update events to latest Samba version 0.9.8Rusty Russell2010-08-181-1/+1
|/
* 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