summaryrefslogtreecommitdiffstats
path: root/ctdb/include
Commit message (Expand)AuthorAgeFilesLines
...
* Revert scheduling back to use real-time processesRonnie Sahlberg2011-01-111-3/+5
* add a new ctdb_ltdb function to delete a record in a normal databaseRonnie Sahlberg2010-12-071-0/+1
* delay loading the public ip address file until after we have started the tran...Ronnie Sahlberg2010-11-101-1/+1
* Add a new tunable : DisableIPFailover that when set to non 0Ronnie Sahlberg2010-11-101-1/+3
* Update latency countes to show min/max and averageRonnie Sahlberg2010-10-112-13/+43
* Create a tunable for how often to collect rolling statistics and initialize i...Ronnie Sahlberg2010-09-301-0/+1
* Add rolling statistics that are collected across 10 second intervals.Ronnie Sahlberg2010-09-293-55/+75
* Add a new statistics structure to keep the current running statisticsRonnie Sahlberg2010-09-291-4/+13
* Create macros to update the statistics counters and use these macrosRonnie Sahlberg2010-09-291-4/+53
* set up a handler to catch and log debug messages from the tevent layerRonnie Sahlberg2010-09-281-0/+2
* adda GETPUBLICIPS control to libctdb and use this in the test exampleRonnie Sahlberg2010-09-153-8/+88
* server/banning: also release all ips if we're banning ourselfStefan Metzmacher2010-09-141-0/+1
* add a new serverid to send a message everytime an ip address is taken on the ...Ronnie Sahlberg2010-09-131-0/+5
* Update the comment for the range reserved for SAMBA andRonnie Sahlberg2010-09-131-1/+4
* define and reserve a range of ctdb message ports for use by nfs and iscsi ser...Ronnie Sahlberg2010-09-131-0/+12
* Add two new server types to the server_id structure.Ronnie Sahlberg2010-09-131-1/+5
* Implement a new function GETNODEMAP in libctdb.Ronnie Sahlberg2010-09-134-34/+110
* Add a new event "ipreallocated"Ronnie Sahlberg2010-08-301-0/+1
* Merge commit 'rusty/ports-from-1.0.112' into fooRonnie Sahlberg2010-08-191-1/+2
|\
| * logging: give a unique logging name to each forked child.Rusty Russell2010-08-181-1/+2
* | Merge commit 'rusty/vacuum-fix-master'Ronnie Sahlberg2010-08-191-0/+3
|\ \
| * | freeze: abort vacuuming when we're going to freeze.Rusty Russell2010-08-181-0/+3
| |/
* | Remove the structure ctdb_control_tcp_vnn since this is identical to the stru...Ronnie Sahlberg2010-08-182-9/+3
* | Merge commit 'rusty/libctdb-new' into fooRonnie Sahlberg2010-08-183-15/+56
|\ \ | |/ |/|
| * event: Update events to latest Samba version 0.9.8Rusty Russell2010-08-182-4/+4
| * libctdb: add synchronous message handling and unregister, with tests.Rusty Russell2010-08-091-8/+30
| * libctdb: implement synchronous readrecordlock interface.Rusty Russell2010-06-211-1/+3
| * libctdb: implement ctdb_disconnect and ctdb_detachdbRusty Russell2010-06-181-2/+19
* | Merge commit 'rusty/master'Ronnie Sahlberg2010-07-301-1/+3
|\|
| * Report client for queue errors.Rusty Russell2010-07-011-1/+2
| * speed startup: add --sloppy-start.Rusty Russell2010-06-221-0/+1
* | ctdb: Fixed use of reserved word "private" in typedefsEvan Kinney2010-07-291-2/+2
|/
* Delay reusing ids to make protocol more robustRusty Russell2010-06-101-1/+1
* libctdb: more bool conversion, and accompany lock by ctdb_db in APIRusty Russell2010-06-081-4/+7
* libctdb: clarify logging levelsRusty Russell2010-06-081-5/+18
* Split ctdb_release_lock() into a function to release the locvk and another fu...Ronnie Sahlberg2010-06-051-0/+3
* libctdb: documentationRusty Russell2010-06-041-90/+382
* libctdb: use values from ctdb_protocol.h, don't re-declareRusty Russell2010-06-041-12/+1
* libctdb: use bool in APIRusty Russell2010-06-041-20/+20
* libctdb: add logging infrastructureRusty Russell2010-06-041-1/+23
* libctdb: add ctdb arg to more functions.Rusty Russell2010-06-041-5/+8
* libctdb: change callback for ctdb_readrecordlock.Rusty Russell2010-06-041-14/+14
* ctdb_req_control contains 4 padding bytes. Create an explicit pad variable he...Ronnie Sahlberg2010-06-021-0/+1
* Make the call to free the request explicit in the callbackRonnie Sahlberg2010-06-021-3/+4
* 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/+1
* rename ctdb_remove_message_handler to ctdb_client_remove_message_handlerRonnie Sahlberg2010-06-021-0/+2
* rename ctdb_message_fn_t to ctdb_msg_fn_t to avoid a conflict with the type o...Ronnie Sahlberg2010-06-022-8/+4
* rename ctdb_set_message_handler to ctdb_client_set_message_handlerRonnie Sahlberg2010-06-021-1/+1
* rename ctdb_send_message to ctdb_client_send_message to resolve colission wit...Ronnie Sahlberg2010-06-021-1/+1