summaryrefslogtreecommitdiffstats
path: root/ctdb/client
Commit message (Expand)AuthorAgeFilesLines
...
* Rename ctdb_ctrl_getscriptstatus() parameter to avoid shadowing a globalMartin Schwenke2011-11-111-3/+3
* Rename ctdb_control_destructor() to ctdb_client_control_destructor()Martin Schwenke2011-11-111-2/+2
* Move some common functions to common/ctdb_ltdb.cMartin Schwenke2011-11-111-38/+0
* Clean up warnings: log some unchecked return codes from function callsMartin Schwenke2011-11-091-0/+6
* ReadOnly: Dont update the record header from the calling client. While it is ...Ronnie Sahlberg2011-10-241-26/+0
* ReadOnly: Rename the function ctdb_ltdb_fetch_readonly() to ctdb_ltdb_fetch_w...Ronnie Sahlberg2011-09-131-2/+2
* Merge branch 'master-readonly-records' into fooRonnie Sahlberg2011-09-121-4/+371
|\
| * ReadOnly: add a new control to activate readonly lock capability for a database.Ronnie Sahlberg2011-09-011-0/+42
| * ReadOnly: When the client wants a readwrite lock but the local node is the dm...Ronnie Sahlberg2011-08-231-0/+19
| * ReadOnly: Add clientside code to fetch readonly recordsRonnie Sahlberg2011-08-231-0/+207
| * ReadOnly: Add an extra flag to ctdb_call_local to specify whether we want to ...Ronnie Sahlberg2011-08-231-4/+4
| * ReadOnly: Add printing of the record flags when we are traversing a database ...Ronnie Sahlberg2011-08-231-0/+9
| * ReadOnly: Add clientside functions to send the UPDATE_RECORD controlRonnie Sahlberg2011-08-231-0/+67
| * ReadOnly records: Add a new RPC function FETCH_WITH_HEADER.Ronnie Sahlberg2011-08-231-0/+23
* | pmda: Attempt reconnects while ctdbd is unavailableDavid Disseldorp2011-09-061-1/+1
* | client: add timeout argument to ctdb_attachDavid Disseldorp2011-09-061-2/+6
|/
* client: handle transient connection errorsDavid Disseldorp2011-06-231-5/+30
* 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
|/