summaryrefslogtreecommitdiff
path: root/ctdb/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* when we compare ip addresses in ctdb_same_ip we must first canonicalize the a...Ronnie Sahlberg2008-08-201-7/+33
* fix a bug in the tcp socketkiller for ipv6Ronnie Sahlberg2008-08-201-1/+1
* fix the ipv6 checksum calculation for pseudoheader so that it actually worksRonnie Sahlberg2008-08-191-46/+112
* initial ipv6 patchRonnie Sahlberg2008-08-193-130/+172
* added marshalling helper functionsAndrew Tridgell2008-07-301-0/+100
* we don't need ctdb_ltdb_persistent_store() any moreAndrew Tridgell2008-07-301-59/+0
* From Chris Cowan, patch to make aix compile againRonnie Sahlberg2008-07-091-28/+54
* zero out the sockaddr_in structure before we store the ipv4 data in it to mak...Ronnie Sahlberg2008-07-071-0/+2
* ensure pad bytes in the ltdb_header are initialisedAndrew Tridgell2008-07-041-2/+1
* first cut to convert takeover_callback_state{}Ronnie Sahlberg2008-06-041-2/+23
* convert handling of gratious arps and their controls and helpers toRonnie Sahlberg2008-06-043-80/+101
* do persistent writes in a child processRonnie Sahlberg2008-05-281-2/+2
* disable transactions for now, there are more situations where there are conf...Ronnie Sahlberg2008-05-221-1/+1
* cleanup of the previous patch.Ronnie Sahlberg2008-05-221-1/+1
* second try for safe transaction stores into persistend tdb databasesRonnie Sahlberg2008-05-221-13/+49
* Start implementing support for ipv6.Ronnie Sahlberg2008-05-143-68/+177
* Add a missing includeRonnie Sahlberg2008-05-141-1/+1
* add a checksum routine for tcp over ipv6Ronnie Sahlberg2008-05-141-0/+24
* Try to use tdb transactions when updating a record and record header inside t...Ronnie Sahlberg2008-05-121-1/+25