- start moving tunable variables into their own structure
[samba.git] / ctdb / common / ctdb.c
2007-06-04 Andrew Tridgell - start moving tunable variables into their own structure
2007-06-04 Andrew Tridgellremove some cruft thats not needed any more
2007-06-03 Andrew Tridgellmerged from ronnie
2007-06-03 Ronnie Sahlbergprint an error message to stdout if we failed to open...
2007-06-02 Andrew Tridgellfirst step towards fixing "make test" with the new...
2007-06-02 Andrew Tridgell- make specification of a recovery lock file compulsory
2007-06-01 Andrew Tridgellmake the running of the takeover and release event...
2007-06-01 Ronnie Sahlbergnew branch from tridges tree
2007-05-31 Andrew Tridgellctdb is GPL not LGPL
2007-05-30 Andrew Tridgell- use a CTDB_BROADCAST_ALL for the attach message so...
2007-05-29 Andrew Tridgell- ignore blank lines at end of lists
2007-05-29 Andrew Tridgellmerge from jim
2007-05-29 Andrew Tridgell- moved ctdbd specific options to ctdbd.c from cmdline.c
2007-05-29 Andrew Tridgell- renamed ctdb_control utility to ctdb
2007-05-26 Andrew Tridgellparanoid checks for bad packets in tcp layer. Close...
2007-05-25 Andrew Tridgelladded IP takeover logic for public IPs to ctdb
2007-05-24 Ronnie Sahlbergmerge from tridge
2007-05-24 Andrew Tridgellmerge from ronnie
2007-05-23 Ronnie Sahlbergadd a new command for ctdb_control to trigger a recovery
2007-05-23 Ronnie Sahlbergmerge from tridge
2007-05-23 Andrew Tridgellfixed %d which should be %u
2007-05-23 Andrew Tridgellfixed some memory leaks on the traverse code
2007-05-23 Andrew Tridgellmerge from ronnie
2007-05-23 Andrew Tridgell- startup frozen, and do an initial recovery
2007-05-19 Ronnie Sahlbergmerge from tridge
2007-05-19 Andrew Tridgellmerge from ronnie
2007-05-19 Ronnie Sahlberguse ctdb_dead_node() instead of reimplementing the...
2007-05-19 Andrew Tridgelldon't count packets received from before the transport...
2007-05-19 Andrew Tridgellmake sure we don't increment rx_cnt for redirected...
2007-05-19 Andrew Tridgellmerge tx_cnt code from ronnie
2007-05-19 Ronnie Sahlbergincrease the tx_cnt everytime we send a packet to a...
2007-05-19 Ronnie Sahlbergmerge from tridge
2007-05-18 Andrew Tridgelltimeout pending controls immediately when a node become...
2007-05-18 Andrew Tridgell- up rx_cnt on all packet types
2007-05-18 Andrew Tridgellmerge keepalive code from ronnie
2007-05-18 Ronnie Sahlbergadd dead node detection so that if a node does not...
2007-05-18 Ronnie Sahlbergmerge from tridge
2007-05-17 Andrew Tridgell- don't try to send controls to dead nodes
2007-05-13 Ronnie Sahlbergmerge from tridge
2007-05-12 Andrew Tridgellsimplify the generation checking on incoming call packets
2007-05-09 Ronnie Sahlbergmerge from tridge
2007-05-09 Andrew Tridgellseparate the wire format and internal format for the...
2007-05-09 Andrew Tridgellmoved the vnn_map initialisation out of the cmdline...
2007-05-06 Andrew Tridgellmerged from ronnie
2007-05-06 Ronnie Sahlbergadd new controls to get and set the recovery master...
2007-05-05 Andrew Tridgellmerged vnn map broadcast from ronnie
2007-05-05 Ronnie Sahlbergmerge from tridge
2007-05-05 Ronnie Sahlbergsplit the vnn broadcast address into two
2007-05-05 Ronnie Sahlbergmerge from tridge
2007-05-04 Andrew Tridgell- added counters for controls in ctdb_control status
2007-05-04 Ronnie Sahlbergmerge from tridge
2007-05-04 Andrew Tridgelladded seqnum propogation code to ctdb
2007-05-02 Andrew Tridgellmerge from ronnie
2007-05-02 Ronnie Sahlbergmerge from tridge
2007-05-02 Ronnie Sahlbergmerge from tridge
2007-05-02 Ronnie Sahlbergdiscard REQ/REPLY DMASTER when generation id is wrong...
2007-05-02 Andrew Tridgellmerged from ronnie
2007-05-02 Ronnie Sahlbergmerge with tridges tree to resolve all conflicts
2007-04-30 Andrew Tridgellauto-determine listen address by attempting to bind...
2007-04-30 Andrew Tridgellchanged the way set_call and attach are done so that...
2007-04-29 Andrew Tridgellsaner logfile code
2007-04-29 Ronnie Sahlbergmerge from tridge
2007-04-29 Ronnie Sahlbergadd a new "recovery mode" field to ctdb.
2007-04-28 Andrew Tridgellmuch simpler redirect logic
2007-04-28 Andrew Tridgelluse ctdb_get_connected_nodes for node listing
2007-04-28 Ronnie Sahlbergmerge with tridge
2007-04-28 Andrew Tridgellmerged from ronnie
2007-04-28 Ronnie Sahlbergadd a few more controls that are useful for debugging...
2007-04-28 Andrew Tridgellmerge from ronnie
2007-04-27 Ronnie Sahlbergctdb will now verify that the generation id for all...
2007-04-26 Andrew Tridgellmerge from peter
2007-04-26 Andrew Tridgellvalidate the vnn
2007-04-26 Peter Somogyimerged tridge's branch
2007-04-26 Andrew Tridgellmerge from peter
2007-04-26 Peter Somogyimerged tridge's branch
2007-04-26 Andrew Tridgelladded a ctdb control message, and tool
2007-04-22 Ronnie Sahlbergmerge from tridge
2007-04-22 Andrew Tridgell- when handling a record migration in the lmaster,...
2007-04-21 Ronnie Sahlbergmerge from tridges tree
2007-04-20 Peter Somogyimerged tridge's branch
2007-04-20 Peter SomogyiSimplified code in ctdb_init_transport.
2007-04-20 Peter Somogyi- ctdb/ib minor bugfixes (error case)
2007-04-20 Andrew Tridgell- expanded status to include count of each call type
2007-04-20 Andrew Tridgelladded ctdb_status tool
2007-04-20 Andrew Tridgell- fixed a problem with packets to ourselves. The packet...
2007-04-19 Ronnie Sahlbergmerge from tridge
2007-04-19 Peter SomogyiMerged tridge's ctdb branch.
2007-04-19 Andrew Tridgell- added a --torture option to all ctdb tools. This...
2007-04-19 Ronnie sahlbergmerge from tridge
2007-04-19 Andrew Tridgellavoid a deadlock the fetch_lock code. The deadlock...
2007-04-18 Andrew Tridgellmerged the db_dir changes from volker. Changed them...
2007-04-18 Volker LendeckeAdd --dbdir to ctdbd. Necessary for shared operation...
2007-04-18 Andrew Tridgell- merge from ronnie, and use wait instead of sleep...
2007-04-18 Andrew Tridgellmerge fetch1 changes from ronnie
2007-04-18 Ronnie sahlberginitial shutdown function where a client can request...
2007-04-18 Andrew Tridgellstarted adding a cleaner daemon finish method
2007-04-18 Ronnie sahlbergmerge from tridge
2007-04-18 Andrew Tridgell- merge volkers debug changes
2007-04-17 Ronnie sahlbergmerge from tridge
2007-04-17 Volker LendeckeAdd timestamps to debug output.
next