summaryrefslogtreecommitdiffstats
path: root/ctdb/client/ctdb_client.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "recoverd: Use correct tdb flags when creating missing databases"Amitay Isaacs2013-08-141-7/+5
* recoverd: Use correct tdb flags when creating missing databasesAmitay Isaacs2013-08-011-5/+7
* client: Always use jenkins hash when attaching volatile databasesAmitay Isaacs2013-08-011-0/+8
* Fix memory leak in ctdb_send_message()Sumit Bose2013-07-111-5/+1
* Fixes for various issues found by CoveritySumit Bose2013-07-111-1/+1
* client: Exit with non-zero status when unix socket is closedAmitay Isaacs2013-06-251-2/+2
* build: Fix tdb.h path to enable building with system TDB libraryMathieu Parent2013-06-141-1/+1
* client: async_callback() sets result to -ETIME if a control times outMartin Schwenke2013-05-241-0/+5
* ctdbd: Update the get_tunable code to return -EINVAL for unknown tunableMartin Schwenke2013-05-241-1/+1
* ctdbd: New control CTDB_CONTROL_GET_RUNSTATEMartin Schwenke2013-05-241-0/+30
* client: fix ctdb_control() to be able to cope with CTDB_CTRL_FLAG_NOREPLYMichael Adam2013-04-241-0/+11
* client: Set the socket non-blocking only after connect succeedsAmitay Isaacs2013-04-051-3/+3
* Revert "client: handle transient connection errors"Amitay Isaacs2013-04-051-30/+5
* client: Refactor node listing functions to use list_of_nodes()Martin Schwenke2013-02-201-81/+5
* client: New generic node listing function list_of_nodes()Martin Schwenke2013-02-201-0/+38
* util: ctdb_fork() closes all sockets opened by the main daemonMartin Schwenke2012-10-051-18/+6
* server: Replace BOOL datatype with bool, True/False with true/falseAmitay Isaacs2012-05-281-4/+4
* Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs2012-04-131-1/+0
* STICKY: add prototype code to make records stick to a node to "calm" down if ...Ronnie Sahlberg2012-03-201-0/+38
* LACOUNT: Add back lacount mechanism to defer migrating a fetched/read copy u...Ronnie Sahlberg2012-03-201-3/+11
* READONLY: only send a control to schedule fast-vacuuming from child context i...Ronnie Sahlberg2012-02-211-1/+3
* Fix a cut&paste errorVolker Lendecke2012-01-181-1/+1
* 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