merge from tridge
[martins/samba.git] / ctdb / common / ctdb.c
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.
2007-04-17 Andrew Tridgelladd debug tracing to fetch_lock
2007-04-17 Andrew Tridgelluse the common cmdline code in ctdbd
2007-04-17 Ronnie sahlbergmerge from tridge
2007-04-17 Andrew Tridgell- removed the non-daemon mode from ctdb, in order to...
2007-04-16 Ronnie sahlbergmerge from tridge
2007-04-16 Peter Somogyimerged tridge's branch
2007-04-16 Andrew Tridgelladded a ctdb_ltdb_lock_fetch_requeue() function
2007-04-11 Ronnie sahlbergmerge from tridge
2007-04-11 Andrew Tridgelladd proper support for ctdb_connect_wait in daemon...
2007-04-10 Andrew Tridgellmerge tcp changes from ronnie
2007-04-10 Ronnie sahlbergchange the tcp code to call ctdb_read_pdu() instead...
2007-04-10 Andrew Tridgellmerge from ronnie
2007-04-10 Ronnie sahlbergmove the checking of the CONNECT_WAIT flag into the...
2007-04-10 Ronnie sahlbergadd a CONNECT_WAIT flag to replace the call ctdb_connec...
2007-04-09 Ronnie sahlbergmake normal/deamon mode controllable by a ctdb flag...
2007-04-09 Ronnie sahlbergdispatcher daemon first try.
2007-04-08 Ronnie sahlbergmerge from tridge
2007-04-07 Andrew Tridgellfixed a bunch of memory leaks
2007-04-06 Andrew Tridgelladded a magic header for wireshark and packet version...
2007-04-03 Andrew Tridgellmerge multi-database support from ronnie
2007-04-03 Ronnie sahlbergSplit CTDB into sub contexts to handle multiple concurr...
2007-02-16 Andrew Tridgellmerged peters IB work
2007-02-14 Peter Somogyiib: a trivial approach of integration
2007-02-12 Peter SomogyiMerged tridge's code.
2007-02-09 Andrew Tridgellchanged ctdb_bench.c to use messages instead of calls
2007-02-08 Andrew Tridgellmerged ib work from peter
2007-02-08 Andrew Tridgellmerged ctdb messaging code from samba4
2007-02-08 Peter Somogyimerged tridge's code
2007-02-07 Andrew Tridgellmerged from samba4 ctdb
2007-01-25 Peter SomogyiMerged tridge's branch.
2007-01-23 Andrew Tridgellmerge fixes from samba4
2007-01-05 Peter Somogyiibw: modified tridge's code - in my point of view
2007-01-02 Peter SomogyiJoining ctdb and ibwrapper (incomplete).
2006-12-18 Andrew Tridgelladded request_dmaster and reply_dmaster logic
2006-12-18 Andrew Tridgelladded redirect handling
2006-12-18 Andrew Tridgelladded error reply packets
2006-12-01 Alexander BokovoyMerge from tridge
2006-12-01 Andrew Tridgell- added ctdb_set_flags() call
2006-11-30 Andrew Tridgelladded ctdb_connect_wait()
2006-11-29 Alexander BokovoyMerge from tridge
2006-11-28 Andrew Tridgell- added in idtree for efficient reqid handling
2006-11-28 Andrew Tridgell- added simple (fake) vnn system
2006-11-28 Andrew Tridgell- setup a convenience name field for nodes
2006-11-28 Andrew Tridgell- split up tcp functions into more logical parts
2006-11-27 Andrew Tridgellstarted splitting out transport code