javagroups-git Mailing List for JGroups (Page 138)
Brought to you by:
belaban
You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(28) |
Dec
(44) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(56) |
Feb
(37) |
Mar
(38) |
Apr
(38) |
May
(17) |
Jun
(13) |
Jul
(40) |
Aug
(27) |
Sep
(38) |
Oct
(31) |
Nov
(42) |
Dec
(22) |
2012 |
Jan
(56) |
Feb
(27) |
Mar
(40) |
Apr
(28) |
May
(57) |
Jun
(40) |
Jul
(30) |
Aug
(32) |
Sep
(45) |
Oct
(36) |
Nov
(42) |
Dec
(36) |
2013 |
Jan
(25) |
Feb
(55) |
Mar
(7) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
2014 |
Jan
(1) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
(1) |
Feb
(19) |
Mar
(33) |
Apr
(17) |
May
(27) |
Jun
(27) |
Jul
(8) |
Aug
(30) |
Sep
(25) |
Oct
(16) |
Nov
(105) |
Dec
(32) |
2020 |
Jan
(50) |
Feb
(33) |
Mar
(58) |
Apr
(57) |
May
(29) |
Jun
(29) |
Jul
(31) |
Aug
(65) |
Sep
(24) |
Oct
(34) |
Nov
(45) |
Dec
(23) |
2021 |
Jan
(19) |
Feb
(14) |
Mar
(29) |
Apr
(34) |
May
(21) |
Jun
(17) |
Jul
(4) |
Aug
(32) |
Sep
(48) |
Oct
(15) |
Nov
(20) |
Dec
(60) |
2022 |
Jan
(56) |
Feb
(29) |
Mar
(19) |
Apr
(20) |
May
(9) |
Jun
(21) |
Jul
(50) |
Aug
(35) |
Sep
(25) |
Oct
(24) |
Nov
(33) |
Dec
(22) |
2023 |
Jan
(22) |
Feb
(43) |
Mar
(39) |
Apr
(26) |
May
(24) |
Jun
(58) |
Jul
(152) |
Aug
(54) |
Sep
(28) |
Oct
(34) |
Nov
(23) |
Dec
(16) |
2024 |
Jan
(75) |
Feb
(46) |
Mar
(32) |
Apr
(90) |
May
(50) |
Jun
(33) |
Jul
(52) |
Aug
(116) |
Sep
(34) |
Oct
(70) |
Nov
(43) |
Dec
(39) |
2025 |
Jan
(9) |
Feb
(48) |
Mar
(20) |
Apr
(43) |
May
(32) |
Jun
(45) |
Jul
(45) |
Aug
(22) |
Sep
|
Oct
|
Nov
|
Dec
|
From: GitHub <no...@gi...> - 2012-02-16 08:21:02
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 17ba6e2fc6974567b0de666f2391d2dec24312d3 https://github.com/belaban/JGroups/commit/17ba6e2fc6974567b0de666f2391d2dec24312d3 Author: Bela Ban <be...@ya...> Date: 2012-02-16 (Thu, 16 Feb 2012) Changed paths: M src/org/jgroups/stack/ProtocolStack.java Log Message: ----------- Setting ProtocolStack in every Protocol correctly in both ProtocolStack.addProtocol() and ProtocolStack.init() |
From: GitHub <no...@gi...> - 2012-02-13 15:16:26
|
Branch: refs/heads/JGRP-1413 Home: https://github.com/belaban/JGroups Commit: e52575c0a7d2f98cea8ab3da95e03435a219e8a9 https://github.com/belaban/JGroups/commit/e52575c0a7d2f98cea8ab3da95e03435a219e8a9 Author: Bela Ban <be...@ya...> Date: 2012-02-13 (Mon, 13 Feb 2012) Changed paths: M src/org/jgroups/Event.java M src/org/jgroups/protocols/TP.java M src/org/jgroups/protocols/pbcast/NAKACK2.java M src/org/jgroups/util/Table.java Log Message: ----------- Preliminary code for delivering meg-lists |
From: GitHub <no...@gi...> - 2012-02-13 12:58:00
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 3e57100f3cf3d84178b8c44fe470f5150634bc6c https://github.com/belaban/JGroups/commit/3e57100f3cf3d84178b8c44fe470f5150634bc6c Author: Bela Ban <be...@ya...> Date: 2012-02-13 (Mon, 13 Feb 2012) Changed paths: M build.xml M tests/junit/org/jgroups/blocks/MuxRpcDispatcherTest.java Log Message: ----------- Fixed testsuite failures in MuxRpcDispatcherTest: @Test(sequential was false) ! Commit: 696434b4f9c4836fae7201927933462a368573ff https://github.com/belaban/JGroups/commit/696434b4f9c4836fae7201927933462a368573ff Author: Bela Ban <be...@ya...> Date: 2012-02-13 (Mon, 13 Feb 2012) Changed paths: M src/org/jgroups/blocks/Request.java M src/org/jgroups/protocols/TP.java M src/org/jgroups/util/Promise.java M src/org/jgroups/util/ResponseCollector.java M src/org/jgroups/util/Table.java M src/org/jgroups/util/Util.java M tests/junit-functional/org/jgroups/tests/PromiseTest.java M tests/junit-functional/org/jgroups/tests/ResponseCollectorTest.java M tests/junit/org/jgroups/blocks/ExecutingServiceTest.java M tests/junit/org/jgroups/tests/TCPGOSSIP_Test.java Log Message: ----------- Replaced some occurrences of currentTimeMillis() withnanoTime() Compare: https://github.com/belaban/JGroups/compare/2ffffae...696434b |
From: GitHub <no...@gi...> - 2012-02-10 13:03:39
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 2ffffaed4492c6ac38b7dfec4be819e7b04b7f61 https://github.com/belaban/JGroups/commit/2ffffaed4492c6ac38b7dfec4be819e7b04b7f61 Author: Bela Ban <be...@ya...> Date: 2012-02-10 (Fri, 10 Feb 2012) Changed paths: M doc/ReleaseNotes-3.1.0.txt Log Message: ----------- fixed typo |
From: GitHub <no...@gi...> - 2012-02-10 09:22:26
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 739cd50c839e429b8cdf75a5d75d86dadd95953f https://github.com/belaban/JGroups/commit/739cd50c839e429b8cdf75a5d75d86dadd95953f Author: Bela Ban <be...@ya...> Date: 2012-02-10 (Fri, 10 Feb 2012) Changed paths: M tests/junit/org/jgroups/blocks/RpcDispatcherAnycastServerObject.java Log Message: ----------- ns Commit: 7f03250e149c0230b53512932e07abcc20c48a70 https://github.com/belaban/JGroups/commit/7f03250e149c0230b53512932e07abcc20c48a70 Author: Bela Ban <be...@ya...> Date: 2012-02-10 (Fri, 10 Feb 2012) Changed paths: M build.xml M pom.xml M src/org/jgroups/Version.java Log Message: ----------- Changed version to 3.1.0.Beta1 Commit: 0b4d0f80a882afcde17c077df8cfe82fedb9ea92 https://github.com/belaban/JGroups/commit/0b4d0f80a882afcde17c077df8cfe82fedb9ea92 Author: Bela Ban <be...@ya...> Date: 2012-02-10 (Fri, 10 Feb 2012) Changed paths: R doc/ReleaseNotes-3.0.0.txt A doc/ReleaseNotes-3.1.0.txt Log Message: ----------- Updated release notes for 3.1.0 Compare: https://github.com/belaban/JGroups/compare/92ef0ce...0b4d0f8 |
From: GitHub <no...@gi...> - 2012-02-10 08:17:16
|
Branch: refs/tags/JGroups_3_1_0_Alpha2 Home: https://github.com/belaban/JGroups Commit: 739cd50c839e429b8cdf75a5d75d86dadd95953f https://github.com/belaban/JGroups/commit/739cd50c839e429b8cdf75a5d75d86dadd95953f Author: Bela Ban <be...@ya...> Date: 2012-02-10 (Fri, 10 Feb 2012) Changed paths: M tests/junit/org/jgroups/blocks/RpcDispatcherAnycastServerObject.java Log Message: ----------- ns |
From: GitHub <no...@gi...> - 2012-02-10 07:51:31
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: c425accf95068889cbf7951e399c5f3bfb01ea7e https://github.com/belaban/JGroups/commit/c425accf95068889cbf7951e399c5f3bfb01ea7e Author: Bela Ban <be...@ya...> Date: 2012-02-07 (Tue, 07 Feb 2012) Changed paths: M tests/junit/org/jgroups/tests/CloseTest.java Log Message: ----------- Removed duplicate @Test Commit: cbe5116f82b2f876ed27def54690b7b111901fbb https://github.com/belaban/JGroups/commit/cbe5116f82b2f876ed27def54690b7b111901fbb Author: Bela Ban <be...@ya...> Date: 2012-02-07 (Tue, 07 Feb 2012) Changed paths: M tests/byteman/org/jgroups/tests/byteman/RingBufferTest.java M tests/junit/org/jgroups/tests/OOBTest.java Log Message: ----------- ns Commit: 740f5c20978ebbe06487cd13d3f3e930a77fe3dc https://github.com/belaban/JGroups/commit/740f5c20978ebbe06487cd13d3f3e930a77fe3dc Author: Bela Ban <be...@ya...> Date: 2012-02-07 (Tue, 07 Feb 2012) Changed paths: M src/org/jgroups/util/JUnitXMLReporter.java M tests/junit/org/jgroups/tests/ChannelTestBase.java Log Message: ----------- ns Commit: 5530106ad458a6248a76b680ff9a6fde9decd55a https://github.com/belaban/JGroups/commit/5530106ad458a6248a76b680ff9a6fde9decd55a Author: Bela Ban <be...@ya...> Date: 2012-02-07 (Tue, 07 Feb 2012) Changed paths: M tests/junit/org/jgroups/tests/ChannelTestBase.java M tests/junit/org/jgroups/tests/FlushTest.java Log Message: ----------- added @Test(groups="base") back Commit: d73fe880a2b8ebfe6c11a358a25a51106f8cc684 https://github.com/belaban/JGroups/commit/d73fe880a2b8ebfe6c11a358a25a51106f8cc684 Author: Bela Ban <be...@ya...> Date: 2012-02-08 (Wed, 08 Feb 2012) Changed paths: M src/org/jgroups/util/JUnitXMLReporter.java M tests/junit-functional/org/jgroups/tests/UNICAST_Test.java M tests/junit/org/jgroups/tests/ChannelTestBase.java Log Message: ----------- First impl of new JUnitXmlReporter Commit: 21ccc5a66e12fc84659c7ff9c1867629ade22d21 https://github.com/belaban/JGroups/commit/21ccc5a66e12fc84659c7ff9c1867629ade22d21 Author: Bela Ban <be...@ya...> Date: 2012-02-09 (Thu, 09 Feb 2012) Changed paths: M src/org/jgroups/util/JUnitXMLReporter.java M tests/junit/org/jgroups/tests/ChannelTestBase.java M tests/junit/org/jgroups/tests/StateTransferTest2.java Log Message: ----------- ns Commit: b14c275f78c4822ee68a8a2cf377e857660f9839 https://github.com/belaban/JGroups/commit/b14c275f78c4822ee68a8a2cf377e857660f9839 Author: Bela Ban <be...@ya...> Date: 2012-02-09 (Thu, 09 Feb 2012) Changed paths: A bin/dumpdata.sh A src/org/jgroups/util/DumpData.java M src/org/jgroups/util/JUnitXMLReporter.java M tests/junit-functional/org/jgroups/tests/UNICAST_Test.java Log Message: ----------- Added DumpData Commit: 66b820fb2f0e47a4ca5461e02b5854a8cd5b1e89 https://github.com/belaban/JGroups/commit/66b820fb2f0e47a4ca5461e02b5854a8cd5b1e89 Author: Bela Ban <be...@ya...> Date: 2012-02-09 (Thu, 09 Feb 2012) Changed paths: A bin/count-tests.sh A src/org/jgroups/util/CountTests.java M src/org/jgroups/util/JUnitXMLReporter.java M tests/junit-functional/org/jgroups/protocols/NAKACK_StressTest.java M tests/junit-functional/org/jgroups/tests/UNICAST_Test.java M tests/junit/org/jgroups/blocks/ExecutingServiceTest.java M tests/junit/org/jgroups/blocks/RpcDispatcherUnicastMethodExceptionTest.java M tests/junit/org/jgroups/tests/FlushTest.java M tests/other/org/jgroups/tests/PingPongDatagram.java Log Message: ----------- Added CountTests Commit: 64781f509774f51cd1715f4798348902e3c9c362 https://github.com/belaban/JGroups/commit/64781f509774f51cd1715f4798348902e3c9c362 Author: Bela Ban <be...@ya...> Date: 2012-02-09 (Thu, 09 Feb 2012) Changed paths: M src/org/jgroups/util/CountTests.java M tests/junit-functional/org/jgroups/protocols/ENCRYPTAsymmetricTest.java M tests/junit-functional/org/jgroups/tests/BARRIERTest.java M tests/junit-functional/org/jgroups/tests/BoundedListTest.java M tests/junit-functional/org/jgroups/tests/IpAddressTest.java M tests/junit-functional/org/jgroups/tests/MembershipTest.java M tests/junit-functional/org/jgroups/tests/NakackTest.java M tests/junit-functional/org/jgroups/tests/ReentrantLockTest.java M tests/junit-functional/org/jgroups/tests/RspListTest.java M tests/junit-functional/org/jgroups/tests/ViewIdTest.java M tests/junit-functional/org/jgroups/tests/ViewTest.java M tests/junit/org/jgroups/blocks/RpcDispatcherAnycastMultipleCallsTest.java M tests/junit/org/jgroups/blocks/RpcDispatcherExceptionTest.java M tests/junit/org/jgroups/protocols/S3_PINGTest.java M tests/junit/org/jgroups/tests/ConcurrentFlushTest.java M tests/junit/org/jgroups/tests/JoinTest.java M tests/junit/org/jgroups/tests/NAKACK_Test.java M tests/junit/org/jgroups/tests/OOBTest.java M tests/junit/org/jgroups/tests/SendAndReceiveTest.java M tests/junit/org/jgroups/tests/SequencerFailoverTest.java Log Message: ----------- Made before and after methods protected or package private Commit: 6921978fe25166cd523c91505f0278af41b792e8 https://github.com/belaban/JGroups/commit/6921978fe25166cd523c91505f0278af41b792e8 Author: Bela Ban <be...@ya...> Date: 2012-02-09 (Thu, 09 Feb 2012) Changed paths: M tests/junit-functional/org/jgroups/tests/UNICAST_Test.java M tests/junit/org/jgroups/protocols/UNICAST_ContentionTest.java Log Message: ----------- Made methods with @DataProvider protected Commit: 56ec2913782d9f9d565b4a29be1260b88889e1a6 https://github.com/belaban/JGroups/commit/56ec2913782d9f9d565b4a29be1260b88889e1a6 Author: Bela Ban <be...@ya...> Date: 2012-02-09 (Thu, 09 Feb 2012) Changed paths: M tests/junit-functional/org/jgroups/protocols/NAKACK_StressTest.java M tests/junit-functional/org/jgroups/tests/AckCollectorTest.java M tests/junit-functional/org/jgroups/tests/SeqnoComparatorTest.java M tests/junit-functional/org/jgroups/tests/UtilTest.java M tests/junit/org/jgroups/tests/ConcurrentFlushTest.java M tests/junit/org/jgroups/tests/OverlappingUnicastMergeTest.java Log Message: ----------- ns Commit: 92ef0cede190f5951698e713950f0ad7e0880deb https://github.com/belaban/JGroups/commit/92ef0cede190f5951698e713950f0ad7e0880deb Author: Bela Ban <be...@ya...> Date: 2012-02-09 (Thu, 09 Feb 2012) Changed paths: M src/org/jgroups/util/JUnitXMLReporter.java Log Message: ----------- Adding the test suffix to the testname Compare: https://github.com/belaban/JGroups/compare/970c636...92ef0ce |
From: GitHub <no...@gi...> - 2012-02-09 16:42:04
|
Branch: refs/heads/testng Home: https://github.com/belaban/JGroups Commit: 64781f509774f51cd1715f4798348902e3c9c362 https://github.com/belaban/JGroups/commit/64781f509774f51cd1715f4798348902e3c9c362 Author: Bela Ban <be...@ya...> Date: 2012-02-09 (Thu, 09 Feb 2012) Changed paths: M src/org/jgroups/util/CountTests.java M tests/junit-functional/org/jgroups/protocols/ENCRYPTAsymmetricTest.java M tests/junit-functional/org/jgroups/tests/BARRIERTest.java M tests/junit-functional/org/jgroups/tests/BoundedListTest.java M tests/junit-functional/org/jgroups/tests/IpAddressTest.java M tests/junit-functional/org/jgroups/tests/MembershipTest.java M tests/junit-functional/org/jgroups/tests/NakackTest.java M tests/junit-functional/org/jgroups/tests/ReentrantLockTest.java M tests/junit-functional/org/jgroups/tests/RspListTest.java M tests/junit-functional/org/jgroups/tests/ViewIdTest.java M tests/junit-functional/org/jgroups/tests/ViewTest.java M tests/junit/org/jgroups/blocks/RpcDispatcherAnycastMultipleCallsTest.java M tests/junit/org/jgroups/blocks/RpcDispatcherExceptionTest.java M tests/junit/org/jgroups/protocols/S3_PINGTest.java M tests/junit/org/jgroups/tests/ConcurrentFlushTest.java M tests/junit/org/jgroups/tests/JoinTest.java M tests/junit/org/jgroups/tests/NAKACK_Test.java M tests/junit/org/jgroups/tests/OOBTest.java M tests/junit/org/jgroups/tests/SendAndReceiveTest.java M tests/junit/org/jgroups/tests/SequencerFailoverTest.java Log Message: ----------- Made before and after methods protected or package private Commit: 6921978fe25166cd523c91505f0278af41b792e8 https://github.com/belaban/JGroups/commit/6921978fe25166cd523c91505f0278af41b792e8 Author: Bela Ban <be...@ya...> Date: 2012-02-09 (Thu, 09 Feb 2012) Changed paths: M tests/junit-functional/org/jgroups/tests/UNICAST_Test.java M tests/junit/org/jgroups/protocols/UNICAST_ContentionTest.java Log Message: ----------- Made methods with @DataProvider protected Commit: 56ec2913782d9f9d565b4a29be1260b88889e1a6 https://github.com/belaban/JGroups/commit/56ec2913782d9f9d565b4a29be1260b88889e1a6 Author: Bela Ban <be...@ya...> Date: 2012-02-09 (Thu, 09 Feb 2012) Changed paths: M tests/junit-functional/org/jgroups/protocols/NAKACK_StressTest.java M tests/junit-functional/org/jgroups/tests/AckCollectorTest.java M tests/junit-functional/org/jgroups/tests/SeqnoComparatorTest.java M tests/junit-functional/org/jgroups/tests/UtilTest.java M tests/junit/org/jgroups/tests/ConcurrentFlushTest.java M tests/junit/org/jgroups/tests/OverlappingUnicastMergeTest.java Log Message: ----------- ns Compare: https://github.com/belaban/JGroups/compare/66b820f...56ec291 |
From: GitHub <no...@gi...> - 2012-02-09 14:03:06
|
Branch: refs/heads/testng Home: https://github.com/belaban/JGroups Commit: c425accf95068889cbf7951e399c5f3bfb01ea7e https://github.com/belaban/JGroups/commit/c425accf95068889cbf7951e399c5f3bfb01ea7e Author: Bela Ban <be...@ya...> Date: 2012-02-07 (Tue, 07 Feb 2012) Changed paths: M tests/junit/org/jgroups/tests/CloseTest.java Log Message: ----------- Removed duplicate @Test Commit: cbe5116f82b2f876ed27def54690b7b111901fbb https://github.com/belaban/JGroups/commit/cbe5116f82b2f876ed27def54690b7b111901fbb Author: Bela Ban <be...@ya...> Date: 2012-02-07 (Tue, 07 Feb 2012) Changed paths: M tests/byteman/org/jgroups/tests/byteman/RingBufferTest.java M tests/junit/org/jgroups/tests/OOBTest.java Log Message: ----------- ns Commit: 740f5c20978ebbe06487cd13d3f3e930a77fe3dc https://github.com/belaban/JGroups/commit/740f5c20978ebbe06487cd13d3f3e930a77fe3dc Author: Bela Ban <be...@ya...> Date: 2012-02-07 (Tue, 07 Feb 2012) Changed paths: M src/org/jgroups/util/JUnitXMLReporter.java M tests/junit/org/jgroups/tests/ChannelTestBase.java Log Message: ----------- ns Commit: 5530106ad458a6248a76b680ff9a6fde9decd55a https://github.com/belaban/JGroups/commit/5530106ad458a6248a76b680ff9a6fde9decd55a Author: Bela Ban <be...@ya...> Date: 2012-02-07 (Tue, 07 Feb 2012) Changed paths: M tests/junit/org/jgroups/tests/ChannelTestBase.java M tests/junit/org/jgroups/tests/FlushTest.java Log Message: ----------- added @Test(groups="base") back Commit: d73fe880a2b8ebfe6c11a358a25a51106f8cc684 https://github.com/belaban/JGroups/commit/d73fe880a2b8ebfe6c11a358a25a51106f8cc684 Author: Bela Ban <be...@ya...> Date: 2012-02-08 (Wed, 08 Feb 2012) Changed paths: M src/org/jgroups/util/JUnitXMLReporter.java M tests/junit-functional/org/jgroups/tests/UNICAST_Test.java M tests/junit/org/jgroups/tests/ChannelTestBase.java Log Message: ----------- First impl of new JUnitXmlReporter Commit: 21ccc5a66e12fc84659c7ff9c1867629ade22d21 https://github.com/belaban/JGroups/commit/21ccc5a66e12fc84659c7ff9c1867629ade22d21 Author: Bela Ban <be...@ya...> Date: 2012-02-09 (Thu, 09 Feb 2012) Changed paths: M src/org/jgroups/util/JUnitXMLReporter.java M tests/junit/org/jgroups/tests/ChannelTestBase.java M tests/junit/org/jgroups/tests/StateTransferTest2.java Log Message: ----------- ns Commit: b14c275f78c4822ee68a8a2cf377e857660f9839 https://github.com/belaban/JGroups/commit/b14c275f78c4822ee68a8a2cf377e857660f9839 Author: Bela Ban <be...@ya...> Date: 2012-02-09 (Thu, 09 Feb 2012) Changed paths: A bin/dumpdata.sh A src/org/jgroups/util/DumpData.java M src/org/jgroups/util/JUnitXMLReporter.java M tests/junit-functional/org/jgroups/tests/UNICAST_Test.java Log Message: ----------- Added DumpData Commit: 66b820fb2f0e47a4ca5461e02b5854a8cd5b1e89 https://github.com/belaban/JGroups/commit/66b820fb2f0e47a4ca5461e02b5854a8cd5b1e89 Author: Bela Ban <be...@ya...> Date: 2012-02-09 (Thu, 09 Feb 2012) Changed paths: A bin/count-tests.sh A src/org/jgroups/util/CountTests.java M src/org/jgroups/util/JUnitXMLReporter.java M tests/junit-functional/org/jgroups/protocols/NAKACK_StressTest.java M tests/junit-functional/org/jgroups/tests/UNICAST_Test.java M tests/junit/org/jgroups/blocks/ExecutingServiceTest.java M tests/junit/org/jgroups/blocks/RpcDispatcherUnicastMethodExceptionTest.java M tests/junit/org/jgroups/tests/FlushTest.java M tests/other/org/jgroups/tests/PingPongDatagram.java Log Message: ----------- Added CountTests Compare: https://github.com/belaban/JGroups/compare/c425acc^...66b820f |
From: GitHub <no...@gi...> - 2012-02-06 15:22:07
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 67169599a315e7f5eee4f4da2761f585664a8ea5 https://github.com/belaban/JGroups/commit/67169599a315e7f5eee4f4da2761f585664a8ea5 Author: Bela Ban <be...@ya...> Date: 2012-02-06 (Mon, 06 Feb 2012) Changed paths: M tests/junit/org/jgroups/tests/NAKACK_Test.java Log Message: ----------- Fixed test Commit: dc32ed16c9482b39d4508fa7a5e9226ea78984b1 https://github.com/belaban/JGroups/commit/dc32ed16c9482b39d4508fa7a5e9226ea78984b1 Author: Bela Ban <be...@ya...> Date: 2012-02-06 (Mon, 06 Feb 2012) Changed paths: M src/org/jgroups/stack/ProtocolStack.java Log Message: ----------- removed quotes Commit: 3d1448f64d1d782c2ad13f5a0c3f00523ef3bc8a https://github.com/belaban/JGroups/commit/3d1448f64d1d782c2ad13f5a0c3f00523ef3bc8a Author: Bela Ban <be...@ya...> Date: 2012-02-06 (Mon, 06 Feb 2012) Changed paths: M tests/junit-functional/org/jgroups/tests/AgeOutCacheTest.java M tests/junit-functional/org/jgroups/tests/NakReceiverWindowTest2.java M tests/junit-functional/org/jgroups/tests/RSVPTest.java Log Message: ----------- Fixed tests Commit: 030244e4ea97f68740992ae22b0929f8c7a48e72 https://github.com/belaban/JGroups/commit/030244e4ea97f68740992ae22b0929f8c7a48e72 Author: Bela Ban <be...@ya...> Date: 2012-02-06 (Mon, 06 Feb 2012) Changed paths: M src/org/jgroups/util/JUnitXMLReporter.java Log Message: ----------- Improved JUnitXMLReporter Commit: be2c5cb7ce1e9cfd8eddcdb5583b8bf88f5fc597 https://github.com/belaban/JGroups/commit/be2c5cb7ce1e9cfd8eddcdb5583b8bf88f5fc597 Author: Bela Ban <be...@ya...> Date: 2012-02-06 (Mon, 06 Feb 2012) Changed paths: M src/org/jgroups/protocols/TP.java Log Message: ----------- Removed destroying of thread groups on TP.destroy() Commit: 3fa4c9d647512e7ae5408618c5739b2a12aab3d4 https://github.com/belaban/JGroups/commit/3fa4c9d647512e7ae5408618c5739b2a12aab3d4 Author: Bela Ban <be...@ya...> Date: 2012-02-06 (Mon, 06 Feb 2012) Changed paths: M conf/testng/byteman.xml M conf/testng/functional.xml M conf/testng/stack-independent.xml M conf/testng/testng-tcp-flush.xml M conf/testng/testng-tcp-stress.xml M conf/testng/testng-tcp.xml M conf/testng/testng-udp-flush.xml M conf/testng/testng-udp.xml M conf/testng/time-sensitive.xml R tests/junit/org/jgroups/tests/EncryptMessageOrderTestCase.java M tests/junit/org/jgroups/tests/SendAndReceiveTest.java R tests/junit/org/jgroups/tests/TUNNEL_Test2.java Log Message: ----------- Removed obsolete tests, increased timeout for all <test> instances to 30 mins Commit: 06fa1b652e21b5e798d5e29cc2dde0fc1bf65b6d https://github.com/belaban/JGroups/commit/06fa1b652e21b5e798d5e29cc2dde0fc1bf65b6d Author: Bela Ban <be...@ya...> Date: 2012-02-06 (Mon, 06 Feb 2012) Changed paths: M src/org/jgroups/stack/RouterStubManager.java M tests/junit/org/jgroups/tests/TCPGOSSIP_Test.java Log Message: ----------- Fixed deadlock in RouterStubManager Commit: 970c63654be4ebad8d3323fd43e770c8a1c0adaa https://github.com/belaban/JGroups/commit/970c63654be4ebad8d3323fd43e770c8a1c0adaa Author: Bela Ban <be...@ya...> Date: 2012-02-06 (Mon, 06 Feb 2012) Changed paths: M conf/testng/byteman.xml M conf/testng/functional.xml M conf/testng/stack-independent.xml M conf/testng/testng-tcp-flush.xml M conf/testng/testng-tcp.xml M conf/testng/testng-udp-flush.xml M conf/testng/testng-udp.xml M conf/testng/time-sensitive.xml R tests/junit/org/jgroups/tests/ChannelConcurrencyTest.java Log Message: ----------- Removed obsolete test Compare: https://github.com/belaban/JGroups/compare/d08f17c...970c636 |
From: GitHub <no...@gi...> - 2012-02-03 14:48:09
|
Branch: refs/tags/JGroups_3_0_5_Final Home: https://github.com/belaban/JGroups |
From: GitHub <no...@gi...> - 2012-02-03 14:47:54
|
Branch: refs/heads/Branch_JGroups_3_0 Home: https://github.com/belaban/JGroups Commit: d8244355d0d3b314f35bd46dec9ff6ad44c8b357 https://github.com/belaban/JGroups/commit/d8244355d0d3b314f35bd46dec9ff6ad44c8b357 Author: Bela Ban <be...@ya...> Date: 2012-02-03 (Fri, 03 Feb 2012) Changed paths: M build.xml M pom.xml M src/org/jgroups/Version.java Log Message: ----------- Updated version to 3.0.5.Final |
From: GitHub <no...@gi...> - 2012-02-03 13:40:57
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 13c7a2ac3154e44dd83d330164785e6a31c10e5b https://github.com/belaban/JGroups/commit/13c7a2ac3154e44dd83d330164785e6a31c10e5b Author: Bela Ban <be...@ya...> Date: 2012-02-01 (Wed, 01 Feb 2012) Changed paths: M conf/fast-local.xml Log Message: ----------- changed to use MERGE3 Commit: b902522a3df2ba0f14452cfa89fe4d83a6aa60f9 https://github.com/belaban/JGroups/commit/b902522a3df2ba0f14452cfa89fe4d83a6aa60f9 Author: Bela Ban <be...@ya...> Date: 2012-02-01 (Wed, 01 Feb 2012) Changed paths: M src/org/jgroups/util/UUID.java Log Message: ----------- set UUID.cache expiry time to 120s (from 5 s) Commit: db13d312362a0ee61d952307091ecb38cbe2fc1c https://github.com/belaban/JGroups/commit/db13d312362a0ee61d952307091ecb38cbe2fc1c Author: Bela Ban <be...@ya...> Date: 2012-02-01 (Wed, 01 Feb 2012) Changed paths: M conf/fast-local.xml M conf/tcp.xml M conf/udp.xml Log Message: ----------- Increased default value of num_initial_members Commit: 6040269687bed85cdbb473d7f3e6d3541e44bfd0 https://github.com/belaban/JGroups/commit/6040269687bed85cdbb473d7f3e6d3541e44bfd0 Author: Bela Ban <be...@ya...> Date: 2012-02-02 (Thu, 02 Feb 2012) Changed paths: M src/org/jgroups/protocols/Discovery.java M src/org/jgroups/protocols/PingData.java Log Message: ----------- Increased num_initial_members in Discovery to 10 Commit: d07e87ba85b5c3fe86bd2d94386dff52e44d8028 https://github.com/belaban/JGroups/commit/d07e87ba85b5c3fe86bd2d94386dff52e44d8028 Author: Bela Ban <be...@ya...> Date: 2012-02-03 (Fri, 03 Feb 2012) Changed paths: M tests/junit-functional/org/jgroups/protocols/NAKACK_StressTest.java Log Message: ----------- Changed from NAKACK to NAKACK2 Commit: 0615dfb52626f22818b2cae6e35c9c3ec357fd00 https://github.com/belaban/JGroups/commit/0615dfb52626f22818b2cae6e35c9c3ec357fd00 Author: Bela Ban <be...@ya...> Date: 2012-02-03 (Fri, 03 Feb 2012) Changed paths: M tests/junit-functional/org/jgroups/protocols/NAKACK_Delivery_Test.java Log Message: ----------- Changed from NAKACK to NAKACK2 Commit: 1c603e22b9788b77c6a3276af11e937766fc33be https://github.com/belaban/JGroups/commit/1c603e22b9788b77c6a3276af11e937766fc33be Author: Bela Ban <be...@ya...> Date: 2012-02-03 (Fri, 03 Feb 2012) Changed paths: M src/org/jgroups/protocols/pbcast/NAKACK2.java Log Message: ----------- Added getWindow() Commit: d7924b26a63b392746c7cb58a1c73b958a5a43c2 https://github.com/belaban/JGroups/commit/d7924b26a63b392746c7cb58a1c73b958a5a43c2 Author: Bela Ban <be...@ya...> Date: 2012-02-03 (Fri, 03 Feb 2012) Changed paths: M tests/junit-functional/org/jgroups/protocols/NAKACK_SET_DIGEST_Test.java Log Message: ----------- Changed from NAKACK to NAKACK2 Commit: 348cdc36f6e802f8447b22fc92a7e4b3e9b5df05 https://github.com/belaban/JGroups/commit/348cdc36f6e802f8447b22fc92a7e4b3e9b5df05 Author: Bela Ban <be...@ya...> Date: 2012-02-03 (Fri, 03 Feb 2012) Changed paths: M conf/udp.xml Log Message: ----------- changed MERGE3 back to MERGE2 Commit: ac8be874a4196e524c143e394fe05a48ef4769cb https://github.com/belaban/JGroups/commit/ac8be874a4196e524c143e394fe05a48ef4769cb Author: Bela Ban <be...@ya...> Date: 2012-02-03 (Fri, 03 Feb 2012) Changed paths: M src/org/jgroups/protocols/pbcast/NAKACK2.java M tests/junit/org/jgroups/protocols/GMS_MergeTest.java Log Message: ----------- Changed from NAKACK to NAKACK2 Commit: fbc08c2f5bd897422fa5d1e4f60af85e34881bce https://github.com/belaban/JGroups/commit/fbc08c2f5bd897422fa5d1e4f60af85e34881bce Author: Bela Ban <be...@ya...> Date: 2012-02-03 (Fri, 03 Feb 2012) Changed paths: M tests/junit/org/jgroups/tests/ConnectStressTest.java Log Message: ----------- Added Commit: 00ec132c84a10e6b9f1fa822a4a9675941189fb6 https://github.com/belaban/JGroups/commit/00ec132c84a10e6b9f1fa822a4a9675941189fb6 Author: Bela Ban <be...@ya...> Date: 2012-02-03 (Fri, 03 Feb 2012) Changed paths: M src/org/jgroups/protocols/pbcast/NAKACK2.java M tests/junit-functional/org/jgroups/tests/MergeTest3.java M tests/junit/org/jgroups/tests/MergeTest.java Log Message: ----------- Changed NAKACK to NAKACK2 Commit: cc75c2e2916cbf2e68b200103a5b92142a79e71e https://github.com/belaban/JGroups/commit/cc75c2e2916cbf2e68b200103a5b92142a79e71e Author: Bela Ban <be...@ya...> Date: 2012-02-03 (Fri, 03 Feb 2012) Changed paths: M tests/junit/org/jgroups/tests/OverlappingMergeTest.java Log Message: ----------- Changed NAKACK to NAKACK2 Commit: 6805a864f941608d90305851066fa40c297fed37 https://github.com/belaban/JGroups/commit/6805a864f941608d90305851066fa40c297fed37 Author: Bela Ban <be...@ya...> Date: 2012-02-03 (Fri, 03 Feb 2012) Changed paths: M tests/junit-functional/org/jgroups/tests/SeqnoTest.java Log Message: ----------- ns Commit: a63b0757d0a81d7db4a46fe875507e37038533db https://github.com/belaban/JGroups/commit/a63b0757d0a81d7db4a46fe875507e37038533db Author: Bela Ban <be...@ya...> Date: 2012-02-03 (Fri, 03 Feb 2012) Changed paths: M tests/junit/org/jgroups/tests/ReconciliationTest.java Log Message: ----------- Changed NAKACK to NAKACK2 Commit: 31159c2d2c76573a6872b168489fb2098ffbfa87 https://github.com/belaban/JGroups/commit/31159c2d2c76573a6872b168489fb2098ffbfa87 Author: Bela Ban <be...@ya...> Date: 2012-02-03 (Fri, 03 Feb 2012) Changed paths: M src/org/jgroups/demos/ProgrammaticChat.java M tests/junit-functional/org/jgroups/tests/FCTest.java M tests/junit-functional/org/jgroups/tests/FragTest.java M tests/junit-functional/org/jgroups/tests/LargeMergeTest.java M tests/junit-functional/org/jgroups/tests/MergeTest2.java M tests/junit-functional/org/jgroups/tests/NakackTest.java M tests/junit-functional/org/jgroups/tests/OrderingTest.java M tests/junit-functional/org/jgroups/tests/ProgrammaticApiTest.java M tests/junit-functional/org/jgroups/tests/RSVPTest.java M tests/junit-functional/org/jgroups/tests/UNICAST_Test.java M tests/junit/org/jgroups/tests/DuplicateTest.java M tests/junit/org/jgroups/tests/LastMessageDroppedTest.java M tests/junit/org/jgroups/tests/MergeStressTest.java M tests/junit/org/jgroups/tests/OOBTest.java M tests/junit/org/jgroups/tests/PrioTest.java M tests/junit/org/jgroups/tests/SequencerOrderTest.java Log Message: ----------- Changed NAKACK to NAKACK2 Commit: 35867e0af4c94533f6aad5c978594a0e3c1ab312 https://github.com/belaban/JGroups/commit/35867e0af4c94533f6aad5c978594a0e3c1ab312 Author: Bela Ban <be...@ya...> Date: 2012-02-03 (Fri, 03 Feb 2012) Changed paths: A lib/byteman-bmunit.jar R lib/byteman-bmunit.jar R lib/byteman-install.jar A lib/byteman-install.jar A lib/byteman-submit.jar R lib/byteman-submit.jar A lib/byteman.jar R lib/byteman.jar Log Message: ----------- -x Commit: 1a70457555bf6cb344edf5756b91df3d2749598e https://github.com/belaban/JGroups/commit/1a70457555bf6cb344edf5756b91df3d2749598e Author: Bela Ban <be...@ya...> Date: 2012-02-03 (Fri, 03 Feb 2012) Changed paths: M tests/junit/org/jgroups/tests/UNICAST_OOB_Test.java Log Message: ----------- fixed test Commit: 3c541e9a49e7cd0943fde6a30b9c59da092c19b0 https://github.com/belaban/JGroups/commit/3c541e9a49e7cd0943fde6a30b9c59da092c19b0 Author: Bela Ban <be...@ya...> Date: 2012-02-03 (Fri, 03 Feb 2012) Changed paths: M tests/junit-functional/org/jgroups/protocols/UNICAST2_StressTest.java M tests/junit-functional/org/jgroups/tests/AckCollectorTest.java Log Message: ----------- Increased timeouts in tests Commit: 43aae7a72b563135624d36a1bea85fcfa562fc1a https://github.com/belaban/JGroups/commit/43aae7a72b563135624d36a1bea85fcfa562fc1a Author: Bela Ban <be...@ya...> Date: 2012-02-03 (Fri, 03 Feb 2012) Changed paths: M src/org/jgroups/util/JUnitXMLReporter.java Log Message: ----------- Made handling of test results concurrent Commit: 6e23adaf014ea419a2c493c5a14b46db11cfedaf https://github.com/belaban/JGroups/commit/6e23adaf014ea419a2c493c5a14b46db11cfedaf Author: Bela Ban <be...@ya...> Date: 2012-02-03 (Fri, 03 Feb 2012) Changed paths: M tests/junit/org/jgroups/tests/FifoOrderTest.java M tests/junit/org/jgroups/tests/UnicastUnitTest.java Log Message: ----------- ns Commit: c635108be85190ec2c96ade60a0d203021f0f30e https://github.com/belaban/JGroups/commit/c635108be85190ec2c96ade60a0d203021f0f30e Author: Bela Ban <be...@ya...> Date: 2012-02-03 (Fri, 03 Feb 2012) Changed paths: M lib/licenses/thirdparty-licenses.xml M lib/testng.jar Log Message: ----------- Updated TestNG to 6.3.1 Commit: cf7f4e127519d7af2215fa3bede3b3998f90b95a https://github.com/belaban/JGroups/commit/cf7f4e127519d7af2215fa3bede3b3998f90b95a Author: Bela Ban <be...@ya...> Date: 2012-02-03 (Fri, 03 Feb 2012) Changed paths: M build.xml M tests/junit-functional/org/jgroups/tests/AckCollectorTest.java M tests/junit/org/jgroups/tests/FifoOrderTest.java Log Message: ----------- Increased timeouts and max timout for all tests in build.xml Commit: bc3dacb1b352a05e840a639441d7414e94bb478d https://github.com/belaban/JGroups/commit/bc3dacb1b352a05e840a639441d7414e94bb478d Author: Bela Ban <be...@ya...> Date: 2012-02-03 (Fri, 03 Feb 2012) Changed paths: M src/org/jgroups/protocols/Discovery.java Log Message: ----------- Removed num_initial_srv_mbrs and wait for responses including the coord if break_on_coord_rsp=true (https://issues.jboss.org/browse/JGRP-1422) Commit: 02800c23c78e30fd2cba86aacc271bce62989770 https://github.com/belaban/JGroups/commit/02800c23c78e30fd2cba86aacc271bce62989770 Author: Bela Ban <be...@ya...> Date: 2012-02-03 (Fri, 03 Feb 2012) Changed paths: M src/org/jgroups/protocols/TP.java Log Message: ----------- Looping trying to fetch the physical IP address if not present (https://issues.jboss.org/browse/JGRP-1422) Compare: https://github.com/belaban/JGroups/compare/771843f...02800c2 |
From: GitHub <no...@gi...> - 2012-02-01 14:31:53
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 08cf16cd4b4dd9ee284f7f3e627bd158bf3760fc https://github.com/belaban/JGroups/commit/08cf16cd4b4dd9ee284f7f3e627bd158bf3760fc Author: Bela Ban <be...@ya...> Date: 2012-02-01 (Wed, 01 Feb 2012) Changed paths: M src/org/jgroups/protocols/TP.java Log Message: ----------- ns Commit: 771843ff5f1b2f1825d27043689ef99b11161b86 https://github.com/belaban/JGroups/commit/771843ff5f1b2f1825d27043689ef99b11161b86 Author: Bela Ban <be...@ya...> Date: 2012-02-01 (Wed, 01 Feb 2012) Changed paths: M src/org/jgroups/protocols/TCPGOSSIP.java Log Message: ----------- Printing the cause of the exception of GossipRouter.getMembers() Compare: https://github.com/belaban/JGroups/compare/6c75f2d...771843f |
From: GitHub <no...@gi...> - 2012-02-01 12:22:17
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 6c75f2dcd58492ee677b2efa66efe40df8de4847 https://github.com/belaban/JGroups/commit/6c75f2dcd58492ee677b2efa66efe40df8de4847 Author: Bela Ban <be...@ya...> Date: 2012-02-01 (Wed, 01 Feb 2012) Changed paths: M doc/manual/en/modules/protocols.xml M src/org/jgroups/protocols/pbcast/NAKACK2.java Log Message: ----------- Updated manual on NAKACK2 and UNICAST2 |
From: GitHub <no...@gi...> - 2012-02-01 09:32:03
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: f40d0d4388d9129f64c8a3beee82b86f2452dcc7 https://github.com/belaban/JGroups/commit/f40d0d4388d9129f64c8a3beee82b86f2452dcc7 Author: Bela Ban <be...@ya...> Date: 2012-02-01 (Wed, 01 Feb 2012) Changed paths: M conf/EncryptNoKeyStore.xml M conf/auth_X509.xml M conf/auth_fixedlist.xml M conf/auth_md5.xml M conf/auth_regex.xml M conf/auth_simple.xml M conf/encrypt-entire-message.xml M conf/encrypt.xml M conf/execution-service.xml M conf/fast-local.xml M conf/flush-tcp.xml M conf/flush-udp.xml M conf/mping.xml M conf/sequencer.xml M conf/tcp-nio.xml M conf/tcp.xml M conf/tcpgossip.xml M conf/tunnel.xml M conf/udp-largecluster.xml M conf/udp.xml M src/org/jgroups/protocols/UNICAST.java Log Message: ----------- Changed configs to use NAKACK2 instead of NAKACK |
From: GitHub <no...@gi...> - 2012-02-01 09:01:35
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 5b3d862fcdbab64153bb1eb0ca7e7b7ffcb2e1e3 https://github.com/belaban/JGroups/commit/5b3d862fcdbab64153bb1eb0ca7e7b7ffcb2e1e3 Author: Bela Ban <be...@ya...> Date: 2012-02-01 (Wed, 01 Feb 2012) Changed paths: M src/org/jgroups/protocols/UNICAST.java M src/org/jgroups/protocols/UNICAST2.java M tests/junit-functional/org/jgroups/tests/SizeTest.java Log Message: ----------- First imple of replacing Ack{Receiver,Sender}Window with Table (https://issues.jboss.org/browse/JGRP-1419) Commit: 91eb9ef6cbbe42717cc07c5d2da0260fee3b02c1 https://github.com/belaban/JGroups/commit/91eb9ef6cbbe42717cc07c5d2da0260fee3b02c1 Author: Bela Ban <be...@ya...> Date: 2012-02-01 (Wed, 01 Feb 2012) Changed paths: M src/org/jgroups/protocols/UNICAST.java Log Message: ----------- Changed msgs_per_row to 1000 Commit: 6e441c515d86f3a4ea3a6b7cc4165860171477a0 https://github.com/belaban/JGroups/commit/6e441c515d86f3a4ea3a6b7cc4165860171477a0 Author: Bela Ban <be...@ya...> Date: 2012-02-01 (Wed, 01 Feb 2012) Changed paths: R src/org/jgroups/stack/AckReceiverWindow.java R src/org/jgroups/stack/AckSenderWindow.java R tests/junit-functional/org/jgroups/tests/AckReceiverWindowStressTest.java R tests/junit-functional/org/jgroups/tests/AckReceiverWindowTest.java R tests/junit-functional/org/jgroups/tests/AckSenderWindowTest.java Log Message: ----------- Removed AckSenderWindow, AckReceiverWindow and tests Commit: c57e83901ad6ddc387fdaeb50c0a9d6956cb84a5 https://github.com/belaban/JGroups/commit/c57e83901ad6ddc387fdaeb50c0a9d6956cb84a5 Author: Bela Ban <be...@ya...> Date: 2012-02-01 (Wed, 01 Feb 2012) Changed paths: M src/org/jgroups/util/Util.java M tests/perf/org/jgroups/tests/perf/UPerf.java Log Message: ----------- Added Util.bold() Commit: ed94b0985efced57d7fd575140160ffff51d2685 https://github.com/belaban/JGroups/commit/ed94b0985efced57d7fd575140160ffff51d2685 Author: Bela Ban <be...@ya...> Date: 2012-02-01 (Wed, 01 Feb 2012) Changed paths: M src/org/jgroups/protocols/UNICAST2.java M tests/junit-functional/org/jgroups/tests/UNICAST_Test.java M tests/junit/org/jgroups/protocols/UNICAST_ContentionTest.java Log Message: ----------- ns Commit: 09229c7ba5475c854a575a0b2635546931ee7ec3 https://github.com/belaban/JGroups/commit/09229c7ba5475c854a575a0b2635546931ee7ec3 Author: Bela Ban <be...@ya...> Date: 2012-02-01 (Wed, 01 Feb 2012) Changed paths: M src/org/jgroups/protocols/UNICAST.java M src/org/jgroups/protocols/UNICAST2.java M tests/junit/org/jgroups/protocols/UNICAST_ContentionTest.java Log Message: ----------- Added more JXM information Commit: 2d6175c0c324cf3982984ad6c937aadba381db4f https://github.com/belaban/JGroups/commit/2d6175c0c324cf3982984ad6c937aadba381db4f Author: Bela Ban <be...@ya...> Date: 2012-02-01 (Wed, 01 Feb 2012) Changed paths: M src/org/jgroups/protocols/UNICAST.java M src/org/jgroups/protocols/UNICAST2.java Log Message: ----------- pp Compare: https://github.com/belaban/JGroups/compare/74c5f04...2d6175c |
From: GitHub <no...@gi...> - 2012-01-30 15:47:11
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 74c5f042db503f5f035bd6946b2bedd8bbcf02eb https://github.com/belaban/JGroups/commit/74c5f042db503f5f035bd6946b2bedd8bbcf02eb Author: Bela Ban <be...@ya...> Date: 2012-01-30 (Mon, 30 Jan 2012) Changed paths: M build.xml M pom.xml M src/org/jgroups/Version.java Log Message: ----------- changed version to 3.1.0.Alpha2 |
From: GitHub <no...@gi...> - 2012-01-30 15:40:36
|
Branch: refs/tags/JGroups_3_0_4_Final Home: https://github.com/belaban/JGroups |
From: GitHub <no...@gi...> - 2012-01-30 15:01:39
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 0352c4a6e5fbca8ca3117957331b8e91b5b937c4 https://github.com/belaban/JGroups/commit/0352c4a6e5fbca8ca3117957331b8e91b5b937c4 Author: Bela Ban <be...@ya...> Date: 2012-01-30 (Mon, 30 Jan 2012) Changed paths: M src/org/jgroups/protocols/UNICAST2.java Log Message: ----------- Removed unneeded 2nd handleDataReceived() method |
From: GitHub <no...@gi...> - 2012-01-30 14:54:35
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: d1efef313b470511dabb6e868e7ae6658243cc18 https://github.com/belaban/JGroups/commit/d1efef313b470511dabb6e868e7ae6658243cc18 Author: Bela Ban <be...@ya...> Date: 2012-01-30 (Mon, 30 Jan 2012) Changed paths: M src/org/jgroups/util/Table.java M tests/junit-functional/org/jgroups/tests/TableTest.java Log Message: ----------- Added purge() with force option Commit: e225aaacb074da3279e06c5acbc4393828b15baf https://github.com/belaban/JGroups/commit/e225aaacb074da3279e06c5acbc4393828b15baf Author: Bela Ban <be...@ya...> Date: 2012-01-30 (Mon, 30 Jan 2012) Changed paths: M src/org/jgroups/protocols/pbcast/NAKACK2.java Log Message: ----------- fixed typo Commit: c6775b3c73ccce5ccf5e91029a9a7807f53d42f1 https://github.com/belaban/JGroups/commit/c6775b3c73ccce5ccf5e91029a9a7807f53d42f1 Author: Bela Ban <be...@ya...> Date: 2012-01-30 (Mon, 30 Jan 2012) Changed paths: M src/org/jgroups/protocols/UNICAST2.java M tests/junit-functional/org/jgroups/tests/SizeTest.java Log Message: ----------- Replaced NakReceiverWindow in ReceiverEntry with Table<Message>, added retransmission task Commit: 1598f836f3ccd6b4ff7348f13bfeb52f1560b627 https://github.com/belaban/JGroups/commit/1598f836f3ccd6b4ff7348f13bfeb52f1560b627 Author: Bela Ban <be...@ya...> Date: 2012-01-30 (Mon, 30 Jan 2012) Changed paths: M src/org/jgroups/protocols/UNICAST2.java Log Message: ----------- Replaced AckSenderWindow in SenderEntry with Table<Message> Commit: edd9b1be2c31296fd988f968b325ac5acd5465a6 https://github.com/belaban/JGroups/commit/edd9b1be2c31296fd988f968b325ac5acd5465a6 Author: Bela Ban <be...@ya...> Date: 2012-01-30 (Mon, 30 Jan 2012) Changed paths: M src/org/jgroups/protocols/UNICAST2.java M tests/junit/org/jgroups/protocols/UNICAST_ContentionTest.java Log Message: ----------- Added JMX stats Commit: 7321bf73109e8ad78c49915bd4e9bdc574df537b https://github.com/belaban/JGroups/commit/7321bf73109e8ad78c49915bd4e9bdc574df537b Author: Bela Ban <be...@ya...> Date: 2012-01-30 (Mon, 30 Jan 2012) Changed paths: M src/org/jgroups/protocols/UNICAST2.java M src/org/jgroups/util/Table.java Log Message: ----------- UNICAST2.sendStableMessages() doesn't need to purge its own messages; this is already done Commit: 9a42167b2aa1761e7dc9686936850ebee2a1ce41 https://github.com/belaban/JGroups/commit/9a42167b2aa1761e7dc9686936850ebee2a1ce41 Author: Bela Ban <be...@ya...> Date: 2012-01-30 (Mon, 30 Jan 2012) Changed paths: M src/org/jgroups/protocols/UNICAST2.java M tests/junit-functional/org/jgroups/tests/UNICAST2_ConnectionTests.java M tests/perf/org/jgroups/tests/perf/UPerf.java Log Message: ----------- - Moved checking for correct window out of handleDataReceived() method - Changed handleFirstMessage() logic Commit: cea3c56abbc38776a6b117b951af7788e1f6e4e6 https://github.com/belaban/JGroups/commit/cea3c56abbc38776a6b117b951af7788e1f6e4e6 Author: Bela Ban <be...@ya...> Date: 2012-01-30 (Mon, 30 Jan 2012) Changed paths: M src/org/jgroups/protocols/UNICAST2.java Log Message: ----------- Removed code to loop msgs to self Commit: 282bc4f0fe6c7a1fd94d3c4c0aea3baf1b2a2238 https://github.com/belaban/JGroups/commit/282bc4f0fe6c7a1fd94d3c4c0aea3baf1b2a2238 Author: Bela Ban <be...@ya...> Date: 2012-01-30 (Mon, 30 Jan 2012) Changed paths: R tests/other/org/jgroups/tests/UnicastTestSimple.java R tests/stress/org/jgroups/tests/UnicastStressTest.java R tests/stress/org/jgroups/tests/UnicastStressTestRpc.java Log Message: ----------- removed Compare: https://github.com/belaban/JGroups/compare/1714fd5...282bc4f |
From: GitHub <no...@gi...> - 2012-01-29 16:38:21
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 1714fd50c9b83e9828a76aeac64521fdc7f00e71 https://github.com/belaban/JGroups/commit/1714fd50c9b83e9828a76aeac64521fdc7f00e71 Author: Bela Ban <be...@ya...> Date: 2012-01-29 (Sun, 29 Jan 2012) Changed paths: M pom.xml Log Message: ----------- Pulled Dan's changes for pom.xml |
From: GitHub <no...@gi...> - 2012-01-28 09:32:07
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 42d6b20d5ab92778a467447019ac56a5ff84cbf2 https://github.com/belaban/JGroups/commit/42d6b20d5ab92778a467447019ac56a5ff84cbf2 Author: Bela Ban <be...@ya...> Date: 2012-01-28 (Sat, 28 Jan 2012) Changed paths: M build.xml M pom.xml Log Message: ----------- Set source 1.6 in pom.xml |
From: GitHub <no...@gi...> - 2012-01-28 09:22:49
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 9b343a17e16eb2deb54bdf76cf1f2c756ee5b750 https://github.com/belaban/JGroups/commit/9b343a17e16eb2deb54bdf76cf1f2c756ee5b750 Author: Bela Ban <be...@ya...> Date: 2012-01-28 (Sat, 28 Jan 2012) Changed paths: M .gitignore M pom.xml Log Message: ----------- Merge branch 'master' of github.com:belaban/JGroups |
From: GitHub <no...@gi...> - 2012-01-28 09:21:59
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 552530983ae583c0458b55565bfae68ab6d1edcb https://github.com/belaban/JGroups/commit/552530983ae583c0458b55565bfae68ab6d1edcb Author: Dan Berindei <da...@in...> Date: 2012-01-27 (Fri, 27 Jan 2012) Changed paths: M .gitignore M pom.xml Log Message: ----------- Fix the Maven build. Maven doesn't support multiple source directories, so we'll compile everything with Ant and use Maven to build the jar. Commit: 87adf9ee35deb23cfba6d8a063aaa445858970b6 https://github.com/belaban/JGroups/commit/87adf9ee35deb23cfba6d8a063aaa445858970b6 Author: Bela Ban <be...@ya...> Date: 2012-01-28 (Sat, 28 Jan 2012) Changed paths: M .gitignore M pom.xml Log Message: ----------- Merge pull request #25 from danberindei/t_maven_build Fix the Maven build. Compare: https://github.com/belaban/JGroups/compare/19ba8f6...87adf9e |