[complement-svn] SF.net SVN: complement: [1686] trunk/complement/explore/lib/janus/ChangeLog
Status: Pre-Alpha
Brought to you by:
complement
From: <com...@us...> - 2007-08-17 07:42:39
|
Revision: 1686 http://complement.svn.sourceforge.net/complement/?rev=1686&view=rev Author: complement Date: 2007-08-17 00:42:35 -0700 (Fri, 17 Aug 2007) Log Message: ----------- chronicle Added Paths: ----------- trunk/complement/explore/lib/janus/ChangeLog Added: trunk/complement/explore/lib/janus/ChangeLog =================================================================== --- trunk/complement/explore/lib/janus/ChangeLog (rev 0) +++ trunk/complement/explore/lib/janus/ChangeLog 2007-08-17 07:42:35 UTC (rev 1686) @@ -0,0 +1,91 @@ +2007-08-17 Petr Ovtchenkov <pt...@is...> + + * vtime.cc, vtime.h: namespace vt moved to janus; VTDispatcher + renamed to Janus; VTmess renamed to VSmess. + +2007-08-16 Petr Ovtchenkov <pt...@is...> + + * Repository: step to interprocess virtual synchrony; + experiments with virtual synchrony ready for library + [janus subproject] and moved from tests to lib/janus. + +2007-08-13 Petr Ovtchenkov <pt...@is...> + + * Repository: entrance into group looks fine. + +2007-08-03 Petr Ovtchenkov <pt...@is...> + + * vtime.h, vtime.cc: subscribe/unsubscribe operations for VTHandler; + + * test/Makefile, test/Makefile.inc, test/vt_handler.cc: test for above; + + * test/vt_operations.h: ditto. + +2007-07-27 Petr Ovtchenkov <pt...@is...> + + * vtime.h, vtime.cc: add lock to VTSend in VTDispatcher; + replace oid_type from POD to stem::gaddr_type. + + * test/VTmess_core.cc, test/vt_dispatch.cc: idem; + + * test/vt_object.cc, test/vt_operations.cc: idem; + + * test/VTmess_core.cc, test/vt_dispatch.cc: add constructors + with reasonable defaults for gaddr_type; + + * test/vt_object.cc, test/vt_operations.cc: idem. + +2007-07-26 Petr Ovtchenkov <pt...@is...> + + * test/Makefile.inc, test/unit_test.cc: split unit tests; + + * test/VTmess_core.cc, vt_dispatch.cc, vt_object.cc: ditto; + + * test/vt_operations.cc, vt_operations.h: ditto; + + * vtime.h, vtime.cc: looks like VTDispatcher work; + + * test/unit_test.cc, test/vt_dispatch.cc, test/vt_operations.h: + check dispatch in group of two first, then in group of three: this + has difference from algo point of view; + + * vtime.h, vtime.cc, test/vt_object.cc: hide implementation details. + +2007-07-26 Petr Ovtchenkov <ye...@ya...> + + * vtime.h, vtime.cc: store VT stamp for sended events per-object, + not per-group (to allow individual repeats, restore and gossip + in the future); + +2007-07-25 Petr Ovtchenkov <pt...@is...> + + * test/unit_test.cc: more information checked within unit test; + + * vtime.h, vtime.cc: evolution of VTDispatch; VTDispatcher development. + +2007-07-24 Petr Ovtchenkov <pt...@is...> + + * test/unit_test.cc: test for delivery VT message established; + +2007-07-24 Petr Ovtchenkov <ye...@ya...> + + * vtime.h, vtime.cc: throw exception, if message has no chance + to be delivered. + +2007-07-20 Petr Ovtchenkov <pt...@is...> + + * test/Makefile, test/unit_test.cc: unit test based on exam; + +2007-07-20 Petr Ovtchenkov <ye...@ya...> + + * vtime.h, vtime.cc: fix VTmess copy constructor; add operation >=. + +2007-06-06 Petr Ovtchenkov <pt...@is...> + + * Repository: first working. + +2007-05-16 Petr Ovtchenkov <ye...@ya...> + + * Repository: start of Virtual Time (Virtual Synchrony) exploration, + on base of infrastructure and tools of 'complement' project. + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |