summaryrefslogtreecommitdiffstats
path: root/ctdb/common
Commit message (Expand)AuthorAgeFilesLines
...
* 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_send_message to ctdb_client_send_message to resolve colission wit...Ronnie Sahlberg2010-06-021-1/+1
* libctdb: reorganize headers: remove ctdb.h, add ctdb_client.h and ctdb_protoc...Rusty Russell2010-05-203-3/+3
* ctdb: use full range of IDRRusty Russell2010-05-111-7/+3
* eventscript: don't do debugging system() from inside signal handlerRusty Russell2010-04-081-0/+12
* In the recovery daemon, keep track of which node we have assigned public ipRonnie Sahlberg2010-04-081-6/+6
* server: add "setup" eventStefan Metzmacher2010-02-231-0/+1
* Leave sequence number alone when merely migrating records.Rusty Russell2010-02-161-0/+19
* fixed printing of high latencyAndrew Tridgell2010-02-161-1/+1
* ctdb: migrate to new dlinklist.h from SambaAndrew Tridgell2010-02-091-4/+3
* ctdb: move ctdb_io.c to use TLIST_*() macrosAndrew Tridgell2010-02-041-21/+6
* We only queued up to 1000 packets per queue before we start droppingRonnie Sahlberg2010-02-041-1/+18
* Drop the debug level for logging fd creation to DEBUG_DEBUGRonnie Sahlberg2010-02-041-2/+2
* server: add updateip eventStefan Metzmacher2010-01-201-1/+2
* server: allow multiple interfaces comma separated in public_addressesStefan Metzmacher2010-01-201-7/+13
* server: add "init" eventStefan Metzmacher2010-01-201-0/+1
* Make the size of the in memory ringbuffer for keeping the recent log messagesRonnie Sahlberg2010-01-151-6/+19
* ctdb: use mlockall, cautiouslyRusty Russell2009-12-161-0/+23
* Remove RT priority, use niceness.Rusty Russell2009-12-161-41/+8
* eventscript: expost call names and enumRusty Russell2009-12-081-0/+12
* Use statically allocated ringbuffer to store the last 500k log entriesRonnie Sahlberg2009-12-041-11/+9
* ctdb_io: fix use-after-free on invalid packetsRusty Russell2009-12-021-1/+19
* make the ringbuffer logging more efficient and marshall the data by writing t...Ronnie Sahlberg2009-11-181-30/+41
* add an in memory ringbuffer where we store the last 500000 log entries regard...Ronnie Sahlberg2009-11-181-0/+164
* Suggestion from Volker,Ronnie Sahlberg2009-10-261-6/+5
* lower the debug levels for the "create FD messages" so we dont fill up the logs.Ronnie Sahlberg2009-10-211-1/+1
* When clients have blocked, perhaps because the node is banned or stopped ...Ronnie Sahlberg2009-10-211-0/+10
* add logging everytime we create a filedescriptor in the main ctdb daemonRonnie Sahlberg2009-10-151-0/+7
* When we dispatch a message to a handler, pass the data as a real talloc objec...Ronnie Sahlberg2009-07-021-1/+1
* update the handling of debug levels so that we always can use a literal inste...Ronnie Sahlberg2009-07-012-1/+49
* change the socket we use for sending grautious ARPs from AF_INET/SOCK_PACKET ...Ronnie Sahlberg2009-05-211-11/+32
* Whitespace changes and using the CTDB_NO_MEMORY() macro changes toRonnie Sahlberg2009-05-211-1/+2
* add missing checks on so far ignored return valuesSumit Bose2009-05-212-1/+7
* Track how long it takes to take out the recovery lock from both the main dame...Ronnie Sahlberg2009-05-141-0/+16
* Merge branch 'obnox'Ronnie Sahlberg2009-03-243-103/+72
|\
| * move common code of system_linux.c and system_aix.c into new system_common.cMichael Adam2009-02-283-103/+72
* | we need to set the port properly in the parse_ip helperRonnie Sahlberg2009-03-241-5/+20
|/
* Fix treatment of link local ipv6 addresses: set the scope id.Michael Adam2009-01-191-6/+10
* ctdb_util: use the parse_ip() function - avoid code duplicationMichael Adam2009-01-191-12/+2
* ctdb_sys_have_ip: fix ipv6 support for aix, too.Michael Adam2009-01-191-2/+12
* ctdb_sys_have_ip: don't overwrite input data (setting port to 0)Stefan Metzmacher2009-01-191-1/+3
* Fix verification of IP allocation with ipv6 addresses on Linux.Michael Adam2009-01-191-1/+8
* If ctdbd was started with the --socket option then we also set the CTDB_SOCKE...root2008-12-081-0/+1
* add a CTDB_SOCKET variable that can be used to override the defaultRonnie Sahlberg2008-11-111-10/+21
* latency is measured in us, not msRonnie Sahlberg2008-10-301-2/+2
* add control and logging of very high latencies.Ronnie Sahlberg2008-10-301-1/+7
* update TAKEIP/RELEASEIP/GETPUBLICIP/GETNODEMAP controls so we retain anRonnie Sahlberg2008-10-141-7/+7
* lower the debuglevel when logging unknown idr in responsesRonnie Sahlberg2008-09-091-1/+1
* From C Cowan.Ronnie Sahlberg2008-09-081-11/+34
* make the function to canonicalize a sockaddr structure publicRonnie Sahlberg2008-08-201-3/+3