summaryrefslogtreecommitdiffstats
path: root/ctdb/common/ctdb_util.c
Commit message (Expand)AuthorAgeFilesLines
* server: add "setup" eventStefan Metzmacher2010-02-231-0/+1
* fixed printing of high latencyAndrew Tridgell2010-02-161-1/+1
* 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
* 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
* update the handling of debug levels so that we always can use a literal inste...Ronnie Sahlberg2009-07-011-0/+38
* 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-211-0/+1
* Track how long it takes to take out the recovery lock from both the main dame...Ronnie Sahlberg2009-05-141-0/+16
* 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
* 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
* 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
* initial ipv6 patchRonnie Sahlberg2008-08-191-53/+56
* added marshalling helper functionsAndrew Tridgell2008-07-301-0/+100
* zero out the sockaddr_in structure before we store the ipv4 data in it to mak...Ronnie Sahlberg2008-07-071-0/+2
* 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-041-0/+19
* Start implementing support for ipv6.Ronnie Sahlberg2008-05-141-5/+65
* merge from ronnieAndrew Tridgell2008-02-041-6/+6
* added debug constants to allow for better mapping to syslog levelsAndrew Tridgell2008-02-041-3/+4
* block alarm signals during critical sections of vacuumAndrew Tridgell2008-01-101-0/+19
* added support for persistent databases in ctdbdAndrew Tridgell2007-09-211-4/+17
* - use struct sockaddr_in more consistently instead of string addressesAndrew Tridgell2007-09-101-9/+53
* - merge from ronnieAndrew Tridgell2007-07-131-2/+2
|\
| * the posix.4 name for the priority field is sched_priorityRonnie Sahlberg2007-07-121-1/+1
* | fully save/restore scheduler parametersAndrew Tridgell2007-07-131-11/+33
|/
* update lib/replace from samba4Andrew Tridgell2007-07-101-3/+2
* - neaten up the command line for killtcpAndrew Tridgell2007-07-041-0/+37
* clean out some more cruftAndrew Tridgell2007-06-051-11/+0
* disable realtime scheduler in event scriptsAndrew Tridgell2007-06-021-4/+8
* ctdb is GPL not LGPLAndrew Tridgell2007-05-311-12/+12
* close sockets when we exec scriptsAndrew Tridgell2007-05-301-0/+15
* use /etc/services for ctdbAndrew Tridgell2007-05-291-8/+11
* make ctdbd realtime if possibleAndrew Tridgell2007-05-241-0/+20
* fixed %d which should be %uAndrew Tridgell2007-05-231-1/+1
* - got rid of the complex hand marshalling in the recovery controlsAndrew Tridgell2007-05-101-0/+24
* first version of traverse is workingAndrew Tridgell2007-05-031-47/+0
* changed the way set_call and attach are done so that you can safelyAndrew Tridgell2007-04-301-0/+11
* don't use stderr here - rely on loggingAndrew Tridgell2007-04-301-1/+0
* yay! finally fixed the bug that volker, ronnie and I have been chasingAndrew Tridgell2007-04-291-0/+46
* factor out the packet allocation codeAndrew Tridgell2007-04-281-0/+1