summaryrefslogtreecommitdiffstats
path: root/ctdb/client
Commit message (Expand)AuthorAgeFilesLines
...
* add a CTDB_SOCKET variable that can be used to override the defaultRonnie Sahlberg2008-11-111-0/+1
* we must also check the status returned from the get tickles control toRonnie Sahlberg2008-10-151-1/+1
* update the client side of getnodemap and getpublicips controls toRonnie Sahlberg2008-10-151-3/+51
* update TAKEIP/RELEASEIP/GETPUBLICIP/GETNODEMAP controls so we retain anRonnie Sahlberg2008-10-141-7/+62
* additional monitoring between the two daemons.Ronnie Sahlberg2008-09-091-0/+18
* initial ipv6 patchRonnie Sahlberg2008-08-191-3/+3
* added retry handling in clientAndrew Tridgell2008-08-081-2/+12
* imported failure handling from dbwrap_ctdb.cAndrew Tridgell2008-08-081-2/+23
* save writing the same data twiceAndrew Tridgell2008-08-081-14/+25
* Merge commit 'ronnie/1.0.53'Andrew Tridgell2008-08-081-23/+0
|\
| * Merge git://git.samba.org/tridge/ctdbRonnie Sahlberg2008-08-071-0/+3
| |\
| * | remove the reclock file we store pnn counts in.Ronnie Sahlberg2008-08-061-23/+0
* | | fixed a looping error bug with the new transactions codeAndrew Tridgell2008-08-081-4/+3
| |/ |/|
* | cover some corner cases where the persistent database could becomeAndrew Tridgell2008-08-071-0/+3
|/
* implemented replayable transactions in ctdb to prevent deadlockAndrew Tridgell2008-08-041-31/+145
* added client side functions for new transaction codeAndrew Tridgell2008-07-301-0/+197
* change how we filter out "empty" records in the traversecodeRonnie Sahlberg2008-07-161-2/+3
* don't use mmap in tdb if --nosetsched is set. That makes valgrindAndrew Tridgell2008-07-041-1/+6
* prevent valgrind errors where we print unitialised values on control errorsAndrew Tridgell2008-07-041-0/+7
* fixed some incorrect CTDB_NO_MEMORY*() calls found after fixing theAndrew Tridgell2008-07-041-3/+4
* print the opcode when an async callback detects an errorRonnie Sahlberg2008-07-021-2/+3
* add a callback for failed nodes to the async control helper.Ronnie Sahlberg2008-06-121-2/+15
* convert handling of gratious arps and their controls and helpers toRonnie Sahlberg2008-06-041-5/+5
* add a parameter for the tdb-flags to the client functionRonnie Sahlberg2008-06-041-2/+2
* Expand the client async framework so that it can take a callback function.Ronnie Sahlberg2008-05-061-6/+15
* Add a capabilities field to the ctdb structureRonnie Sahlberg2008-05-061-0/+40
* make 'ctdb catdb' produce output that resembles the output of tdbdumpRonnie Sahlberg2008-04-231-7/+21
* Add two new controls to add/delete public ip address from a node at runtime.Ronnie Sahlberg2008-03-271-3/+52
* From M Dietz,Ronnie Sahlberg2008-03-251-1/+46
* in ctdb_call_local() we can not talloc_steal() the returned data and hang it ...Ronnie Sahlberg2008-03-191-16/+23
* dont steal reply_data.dptr to ctdb if there is no data, since then we would leakRonnie Sahlberg2008-03-191-1/+2
* add a new file <reclock>.pnn where each recovery daemon can lock that byte at...Ronnie Sahlberg2008-02-291-0/+35
* add a control to get the name of the reclock file from the daemonRonnie Sahlberg2008-02-291-0/+22
* to make it easier/less disruptive to add nodes to a running clusterRonnie Sahlberg2008-02-191-0/+21
* Specify and print debuglevels by name and not by numberRonnie Sahlberg2008-02-051-4/+4
* merge from ronnieAndrew Tridgell2008-02-041-72/+72
* added debug constants to allow for better mapping to syslog levelsAndrew Tridgell2008-02-041-6/+6
* merge async recovery changes from RonnieAndrew Tridgell2008-01-291-0/+191
* add a ctdb uptime command that prints when ctdb was started and when the Ronnie Sahlberg2008-01-171-0/+37
* ctdb_control_send() does not need to take an outdata parameterRonnie Sahlberg2008-01-161-7/+7
* only match vacuum list if on the same databaseAndrew Tridgell2008-01-091-1/+1
* ensure the recovery daemon is not clagged up by vacuum callsAndrew Tridgell2008-01-081-21/+2
* added two new ctdb commands:Andrew Tridgell2008-01-081-3/+40
* new simpler and much faster recovery code based on tdb transactionsAndrew Tridgell2008-01-061-211/+10
* added async pull, push and rsn handling functionsAndrew Tridgell2008-01-051-71/+157
* get rid of the control to set the monitoring mode.Ronnie Sahlberg2007-11-301-23/+0
* fixed a valgrind uninitialised memory error due to pad bytesAndrew Tridgell2007-10-221-0/+1
* add a control to send gratious arps from the ctdb daemonRonnie Sahlberg2007-10-091-0/+41
* added support for persistent databases in ctdbdAndrew Tridgell2007-09-211-5/+49
* fixed a pointer cast warningAndrew Tridgell2007-09-101-0/+2