summaryrefslogtreecommitdiffstats
path: root/ctdb/common
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Revert "Revert "Revert "- accept an optional set of tdb_flags from clients on...Ronnie Sahlberg2008-04-101-19/+1
* Revert "Revert "- accept an optional set of tdb_flags from clients on open a ...Ronnie Sahlberg2008-04-101-1/+19
* Revert "- accept an optional set of tdb_flags from clients on open a database,"Ronnie Sahlberg2008-04-101-19/+1
* - accept an optional set of tdb_flags from clients on open a database,Andrew Tridgell2008-04-101-1/+19
* add improvements to tracking memory usage in ctdbd adn the recovery daemonRonnie Sahlberg2008-04-011-1/+1
* from tridge: decorate dumpmemory output so that packets that are queued show ...Ronnie Sahlberg2008-04-011-0/+23
* merge from ronnieAndrew Tridgell2008-02-047-31/+31
* added debug constants to allow for better mapping to syslog levelsAndrew Tridgell2008-02-042-4/+5
* 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
* merge from tridgeRonnie Sahlberg2007-09-132-86/+3
|\
| * we don't need the is_loopback logic in ctdb any moreAndrew Tridgell2007-09-132-87/+3
| * - use struct sockaddr_in more consistently instead of string addressesAndrew Tridgell2007-09-103-24/+62
* | merged patch from tridgeRonnie Sahlberg2007-09-103-24/+62
|\ \ | |/ |/|
* | change the signature to ctdb_sys_have_ip() to also return:Ronnie Sahlberg2007-09-102-3/+89
* | change ctdb_ctrl_getvnn to ctdb_ctrl_getpnnRonnie Sahlberg2007-09-041-1/+1
* | change ctdb->vnn to ctdb->pnnRonnie Sahlberg2007-09-041-4/+4
|/
* add an initial implementation of a service_id structure and three Ronnie Sahlberg2007-08-241-0/+4
* merge from volkerAndrew Tridgell2007-08-221-2/+4
* zero out the sa struct to supress a valgrind errorRonnie Sahlberg2007-08-151-0/+2
* add a function to return the first entry that is stored in a tree where Ronnie Sahlberg2007-08-152-0/+41
* change the mem hierarchy for trees. let the node be owned by the data Ronnie Sahlberg2007-08-092-68/+158
* remove an unused functionRonnie Sahlberg2007-08-091-10/+0
* add helpers to traverse a tree where the key is an array of uint32Ronnie Sahlberg2007-08-082-0/+53
* add helpers to add/lookup/delete nodes in a tree where the key is an Ronnie Sahlberg2007-08-082-0/+130
* add a tree insert function that takes a callback fucntion to populate Ronnie Sahlberg2007-08-082-10/+87
* when inserting data in the tree, if there was already a node with the Ronnie Sahlberg2007-08-082-8/+25
* dont wait indefinitely for the initial getvnn to completeRonnie Sahlberg2007-08-081-1/+1
* change error output in ctdb and in ctdb_cmdline_client to print to Ronnie Sahlberg2007-08-071-3/+3
* fix the remaining bugs with tree delete that testing found.Ronnie Sahlberg2007-07-301-5/+50
* remove dead codeRonnie Sahlberg2007-07-261-2/+0