summaryrefslogtreecommitdiffstats
path: root/ctdb/client
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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