javagroups-git Mailing List for JGroups (Page 154)
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
(11) |
Sep
|
Oct
|
Nov
|
Dec
|
From: <no...@gi...> - 2011-02-07 12:57:22
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 473499b7a071e97ef46af397d1cd489504500b2a https://github.com/belaban/JGroups/commit/473499b7a071e97ef46af397d1cd489504500b2a Author: Bela Ban <be...@ya...> Date: 2011-01-31 (Mon, 31 Jan 2011) Changed paths: M build.xml M conf/manifest.mf M pom.xml M src/org/jgroups/Version.java M tests/junit-functional/org/jgroups/tests/ProxyAddressTest.java Log Message: ----------- - changed version to 2.12.0.CR2 - Test for ProxyAddress Commit: 986370b72a968013ab812a99d63582b4b000fc09 https://github.com/belaban/JGroups/commit/986370b72a968013ab812a99d63582b4b000fc09 Author: Bela Ban <be...@ya...> Date: 2011-02-01 (Tue, 01 Feb 2011) Changed paths: M src/org/jgroups/protocols/RELAY.java M src/org/jgroups/util/ProxyAddress.java M src/org/jgroups/util/UUID.java M tests/junit-functional/org/jgroups/tests/ProxyAddressTest.java Log Message: ----------- - UUID and ProxyAddress now compare on original_addr, not proxy_addr - RELAY doesn't set src on re-broadcasting, but just adds a header with original/proxy-sender Commit: bf450f0eb3c5191126f5d9bb1d63635c141af633 https://github.com/belaban/JGroups/commit/bf450f0eb3c5191126f5d9bb1d63635c141af633 Author: Bela Ban <be...@ya...> Date: 2011-02-07 (Mon, 07 Feb 2011) Changed paths: M conf/jg-protocol-ids.xml M src/org/jgroups/Global.java Log Message: ----------- added BLOCK_START_ID Commit: ce7ec24d3d8bf1424ff3dd8bb52c8514f5a36001 https://github.com/belaban/JGroups/commit/ce7ec24d3d8bf1424ff3dd8bb52c8514f5a36001 Author: Bela Ban <be...@ya...> Date: 2011-02-07 (Mon, 07 Feb 2011) Changed paths: M src/org/jgroups/Message.java M tests/junit-functional/org/jgroups/tests/MessageTest.java Log Message: ----------- - added new copy() method which copies all headers >= a given ID - added test for the new copy() method Commit: 4abd387947281592a447479ab6a5111bbd5cda60 https://github.com/belaban/JGroups/commit/4abd387947281592a447479ab6a5111bbd5cda60 Author: Bela Ban <be...@ya...> Date: 2011-02-07 (Mon, 07 Feb 2011) Changed paths: A src/org/jgroups/demos/RelayDemoRpc.java Log Message: ----------- Copy of RelayDemo using RPCs instead of messages Commit: 9a6e5f9ed366237cbda63b6f1c7f3c8658ba3797 https://github.com/belaban/JGroups/commit/9a6e5f9ed366237cbda63b6f1c7f3c8658ba3797 Author: Bela Ban <be...@ya...> Date: 2011-02-07 (Mon, 07 Feb 2011) Changed paths: M src/org/jgroups/protocols/RELAY.java Log Message: ----------- copy only certain headers (added by building blocks) when copying messages |
From: <no...@gi...> - 2011-02-02 17:30:17
|
Branch: refs/heads/JGroups_2_4_7_GA_JGRP-1279 Home: https://github.com/belaban/JGroups Commit: a7fe424aa70bc344d0f4a3368a4439defc7ab22f https://github.com/belaban/JGroups/commit/a7fe424aa70bc344d0f4a3368a4439defc7ab22f Author: Dennis Reed <de...@re...> Date: 2011-02-02 (Wed, 02 Feb 2011) Changed paths: M src/org/jgroups/protocols/ENCRYPT.java Log Message: ----------- [JBPAPP-5854] One off of JGRP-1279 for 2.4.7 Commit: 0d35ce88a404346f24f93f3a7dec3c58622acc45 https://github.com/belaban/JGroups/commit/0d35ce88a404346f24f93f3a7dec3c58622acc45 Author: Dennis Reed <de...@re...> Date: 2011-02-02 (Wed, 02 Feb 2011) Changed paths: M src/org/jgroups/Version.java Log Message: ----------- [JBPAPP-5854] Set "java -jar jgroups.jar" version output for one-off |
From: <no...@gi...> - 2011-02-02 17:22:58
|
Branch: refs/heads/Branch_JGroups_2_4 Home: https://github.com/belaban/JGroups Commit: 2e82eaf07da424dbc5465665218287a8c5e35d52 https://github.com/belaban/JGroups/commit/2e82eaf07da424dbc5465665218287a8c5e35d52 Author: Dennis Reed <de...@re...> Date: 2011-02-02 (Wed, 02 Feb 2011) Changed paths: M src/org/jgroups/protocols/ENCRYPT.java Log Message: ----------- [JGRP-1269] ciphers are created using providers, symProvider can be configured |
From: <no...@gi...> - 2011-02-01 00:14:00
|
Branch: refs/heads/JGroups_2_6_16_JGRP-1205_JGRP-1254 Home: https://github.com/belaban/JGroups Commit: 190b7b2736f75caa541d8e41457f60ce88cfe946 https://github.com/belaban/JGroups/commit/190b7b2736f75caa541d8e41457f60ce88cfe946 Author: Dennis Reed <de...@re...> Date: 2011-01-31 (Mon, 31 Jan 2011) Changed paths: M src/org/jgroups/Version.java Log Message: ----------- [JBPAPP-5845] Update version output in Version.main |
From: <no...@gi...> - 2011-02-01 00:08:57
|
Branch: refs/heads/JGroups_2_6_16_JGRP-1205_JGRP-1254 Home: https://github.com/belaban/JGroups Commit: 0b516b7388e32c0264a52e0f612ff9ca93c90166 https://github.com/belaban/JGroups/commit/0b516b7388e32c0264a52e0f612ff9ca93c90166 Author: Dennis Reed <de...@re...> Date: 2011-01-31 (Mon, 31 Jan 2011) Changed paths: M src/org/jgroups/stack/NakReceiverWindow.java Log Message: ----------- [JBPAPP-5845] Port JGRP-1205 to 2.6.16 one-off Commit: f69176e691b47648cf45f5cab49433813c404c62 https://github.com/belaban/JGroups/commit/f69176e691b47648cf45f5cab49433813c404c62 Author: Dennis Reed <de...@re...> Date: 2011-01-31 (Mon, 31 Jan 2011) Changed paths: M src/org/jgroups/protocols/UDP.java Log Message: ----------- [JBPAPP-5845] Port JGRP-1254 to 2.6.16 one-off |
From: <no...@gi...> - 2011-01-31 23:54:44
|
Branch: refs/heads/Branch_JGroups_2_6 Home: https://github.com/belaban/JGroups Commit: c2832c599fa222fb219f00d796102a3f08539de2 https://github.com/belaban/JGroups/commit/c2832c599fa222fb219f00d796102a3f08539de2 Author: Dennis Reed <de...@re...> Date: 2011-01-31 (Mon, 31 Jan 2011) Changed paths: M src/org/jgroups/stack/NakReceiverWindow.java Log Message: ----------- [JBPAPP-5843] Port JGRP-1205 to 2.6.x. |
From: <no...@gi...> - 2011-01-31 11:24:47
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 078ee31d4371359a169e1c23d7ea6d01a6ec7bd8 https://github.com/belaban/JGroups/commit/078ee31d4371359a169e1c23d7ea6d01a6ec7bd8 Author: Bela Ban <be...@ya...> Date: 2011-01-28 (Fri, 28 Jan 2011) Changed paths: M build.xml M conf/manifest.mf M pom.xml M src/org/jgroups/Version.java M src/org/jgroups/util/UUID.java A tests/junit-functional/org/jgroups/tests/ProxyAddressTest.java Log Message: ----------- - Fixed UUID.compareTo() and added ProxyAddressTest (https://issues.jboss.org/browse/JGRP-1281) - Set version to 2.12.0.Final Commit: 51fb16ba28cbf7b569dd99c43c8e4648cd3f7472 https://github.com/belaban/JGroups/commit/51fb16ba28cbf7b569dd99c43c8e4648cd3f7472 Author: Bela Ban <be...@ya...> Date: 2011-01-31 (Mon, 31 Jan 2011) Changed paths: M build.xml M conf/manifest.mf M pom.xml M src/org/jgroups/Version.java M src/org/jgroups/util/UUID.java A tests/junit-functional/org/jgroups/tests/ProxyAddressTest.java Log Message: ----------- Merged branch JGRP-1281 |
From: <no...@gi...> - 2011-01-28 07:56:02
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 436da726956c70766264fc8cce60d69f5822f272 https://github.com/belaban/JGroups/commit/436da726956c70766264fc8cce60d69f5822f272 Author: Sanne Grinovero <sa...@hi...> Date: 2011-01-27 (Thu, 27 Jan 2011) Changed paths: M src/org/jgroups/protocols/JDBC_PING.java Log Message: ----------- Avoid logging a full stacktrace for expected errors, print it only at debug logging level Commit: 49248f11400b5e5234c86bac921af1ff824fd0bc https://github.com/belaban/JGroups/commit/49248f11400b5e5234c86bac921af1ff824fd0bc Author: Bela Ban <be...@ya...> Date: 2011-01-27 (Thu, 27 Jan 2011) Changed paths: M src/org/jgroups/protocols/JDBC_PING.java Log Message: ----------- Merged branch logging-improvements Commit: fed118262ef2111ef10a4caa045e2b5d38d947d0 https://github.com/belaban/JGroups/commit/fed118262ef2111ef10a4caa045e2b5d38d947d0 Author: Bela Ban <be...@ya...> Date: 2011-01-27 (Thu, 27 Jan 2011) Changed paths: A src/org/jgroups/annotations/LocalAddress.java M src/org/jgroups/protocols/FD_ICMP.java M src/org/jgroups/protocols/FD_SOCK.java M src/org/jgroups/protocols/MPING.java M src/org/jgroups/protocols/STOMP.java M src/org/jgroups/protocols/TP.java M src/org/jgroups/protocols/UFC.java M src/org/jgroups/protocols/VERIFY_SUSPECT.java M src/org/jgroups/protocols/pbcast/STREAMING_STATE_TRANSFER.java M src/org/jgroups/stack/Configurator.java M src/org/jgroups/util/Util.java M tests/junit-functional/org/jgroups/protocols/ENCRYPTAsymmetricTest.java Log Message: ----------- Incorrect bind_addrs are now detected (https://issues.jboss.org/browse/JGRP-1280) |
From: <no...@gi...> - 2011-01-27 16:37:36
|
Branch: refs/heads/Branch_JGroups_2_11 Home: https://github.com/belaban/JGroups Commit: a6c9c78a22572ed67fa2565ba45e82c36eca3465 https://github.com/belaban/JGroups/commit/a6c9c78a22572ed67fa2565ba45e82c36eca3465 Author: Bela Ban <be...@ya...> Date: 2011-01-27 (Thu, 27 Jan 2011) Changed paths: M build.xml M conf/manifest.mf M pom.xml M src/org/jgroups/Version.java A src/org/jgroups/annotations/LocalAddress.java M src/org/jgroups/protocols/FD_ICMP.java M src/org/jgroups/protocols/FD_SOCK.java M src/org/jgroups/protocols/MPING.java M src/org/jgroups/protocols/STOMP.java M src/org/jgroups/protocols/TP.java M src/org/jgroups/protocols/VERIFY_SUSPECT.java M src/org/jgroups/protocols/pbcast/STREAMING_STATE_TRANSFER.java M src/org/jgroups/stack/Configurator.java M src/org/jgroups/util/Util.java Log Message: ----------- Added @LocalAddress. All InetAddress fields with it are checked for whether they are valid addresses on a local network interface (https://issues.jboss.org/browse/JGRP-1280) |
From: <no...@gi...> - 2011-01-26 08:34:15
|
Branch: refs/heads/Branch_JGroups_2_6 Home: https://github.com/belaban/JGroups Commit: 6ecec086b8da9e2c467ad56037045d0edddcd5a5 https://github.com/belaban/JGroups/commit/6ecec086b8da9e2c467ad56037045d0edddcd5a5 Author: Bela Ban <be...@ya...> Date: 2011-01-26 (Wed, 26 Jan 2011) Changed paths: M src/org/jgroups/protocols/ENCRYPT.java Log Message: ----------- ciphers are now created using providers (https://issues.jboss.org/browse/JGRP-1279) |
From: <no...@gi...> - 2011-01-26 08:34:06
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: f8ade06ff8ca2ed300df2751aa4282c9c6d34d38 https://github.com/belaban/JGroups/commit/f8ade06ff8ca2ed300df2751aa4282c9c6d34d38 Author: Bela Ban <be...@ya...> Date: 2011-01-26 (Wed, 26 Jan 2011) Changed paths: M src/org/jgroups/protocols/ENCRYPT.java Log Message: ----------- providers are now used to create ciphers (https://issues.jboss.org/browse/JGRP-1279) |
From: <no...@gi...> - 2011-01-26 08:19:22
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 8ffc1a93f5bd22c3edca9a181bd0710da05e529b https://github.com/belaban/JGroups/commit/8ffc1a93f5bd22c3edca9a181bd0710da05e529b Author: Bela Ban <be...@ya...> Date: 2011-01-25 (Tue, 25 Jan 2011) Changed paths: M doc/ReleaseNotes-2.12.txt Log Message: ----------- updated release notes for 2.12 Commit: 600f22ce264326c298860f78662adc0ed1b00c93 https://github.com/belaban/JGroups/commit/600f22ce264326c298860f78662adc0ed1b00c93 Author: Bela Ban <be...@ya...> Date: 2011-01-25 (Tue, 25 Jan 2011) Changed paths: M build.xml Log Message: ----------- version = 2.12.0.CR1 Commit: 8cafecb6741fac84c3709311aec37d6989395010 https://github.com/belaban/JGroups/commit/8cafecb6741fac84c3709311aec37d6989395010 Author: Bela Ban <be...@ya...> Date: 2011-01-26 (Wed, 26 Jan 2011) Changed paths: M src/org/jgroups/protocols/ENCRYPT.java Log Message: ----------- symProvider can now be configured (https://issues.jboss.org/browse/JGRP-1279) |
From: <no...@gi...> - 2011-01-26 08:16:44
|
Branch: refs/heads/Branch_JGroups_2_6 Home: https://github.com/belaban/JGroups Commit: 5fdf9fc88faee0b93cd5884e66f5b0066fc45eba https://github.com/belaban/JGroups/commit/5fdf9fc88faee0b93cd5884e66f5b0066fc45eba Author: Bela Ban <be...@ya...> Date: 2010-12-13 (Mon, 13 Dec 2010) Changed paths: M src/org/jgroups/protocols/FD_SOCK.java Log Message: ----------- added client_bind_port and port_range (https://issues.jboss.org/browse/JGRP-1262) Commit: c8e257d832605c2f38682ffe82db8ed02ac7ad9c https://github.com/belaban/JGroups/commit/c8e257d832605c2f38682ffe82db8ed02ac7ad9c Author: Bela Ban <be...@ya...> Date: 2011-01-26 (Wed, 26 Jan 2011) Changed paths: M src/org/jgroups/protocols/ENCRYPT.java Log Message: ----------- symProvider can now be configured (https://issues.jboss.org/browse/JGRP-1279) Commit: cbef1260c2227aac5862096f56fa740d8b1299bb https://github.com/belaban/JGroups/commit/cbef1260c2227aac5862096f56fa740d8b1299bb Author: Bela Ban <be...@ya...> Date: 2011-01-26 (Wed, 26 Jan 2011) Changed paths: M build.xml M conf/manifest.mf M pom.xml M src/org/jgroups/Version.java Log Message: ----------- changed version to 2.6.19.Final |
From: <no...@gi...> - 2011-01-25 09:05:50
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: be0e9f7c8f5fac3bfebb3380f30989420b0e23ed https://github.com/belaban/JGroups/commit/be0e9f7c8f5fac3bfebb3380f30989420b0e23ed Author: Bela Ban <be...@ya...> Date: 2011-01-25 (Tue, 25 Jan 2011) Changed paths: R bin/clusterperformancetest.sh R bin/debug.sh R bin/jg-2.6 R bin/jt-2.6 R bin/upload_javadocs.sh R bin/upload_manual.sh R doc/Announcement-2.4.txt R doc/MarshalingFormat.txt R doc/NullDestAddresses.txt R doc/NullingSrcAddresses.txt R doc/ProtocolReentrancy R doc/ReleaseNotes-2.11.txt A doc/ReleaseNotes-2.12.txt R doc/bugs/Digest.txt R doc/bugs/MergeProblem.txt A doc/design/MarshalingFormat.txt A doc/design/NullDestAddresses.txt A doc/design/NullingSrcAddresses.txt M doc/design/ProbabilisticBroadcast.txt R doc/design/UNICAST.new.txt A doc/design/UNICAST2.txt R doc/perfgraph.plt R doc/persistence.html M src/org/jgroups/persistence/PersistenceFactory.java M src/org/jgroups/persistence/PersistenceManager.java M src/org/jgroups/protocols/SFC.java Log Message: ----------- - deleted stale documentation - moved some docs to doc/design - deprecated SFC, Persistence* classes |
From: <no...@gi...> - 2011-01-25 08:52:50
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 76d3947d860e376c23f1909e4b95c7e7bb0bb9d4 https://github.com/belaban/JGroups/commit/76d3947d860e376c23f1909e4b95c7e7bb0bb9d4 Author: Bela Ban <be...@ya...> Date: 2011-01-24 (Mon, 24 Jan 2011) Changed paths: M tests/junit-functional/org/jgroups/blocks/ConnectionMapTest.java Log Message: ----------- grabbing the ports dynamically from ResourceManager |
From: <no...@gi...> - 2011-01-24 14:29:21
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: d2a3843d968ebbac224b2bf211ee9b87b59ef19a https://github.com/belaban/JGroups/commit/d2a3843d968ebbac224b2bf211ee9b87b59ef19a Author: Bela Ban <be...@ya...> Date: 2011-01-24 (Mon, 24 Jan 2011) Changed paths: M src/org/jgroups/protocols/pbcast/STABLE.java Log Message: ----------- setting max_bytes dynamically (https://issues.jboss.org/browse/JGRP-1238) Commit: f513c04997fbd0e9c3c8ff694d385b67abad38bc https://github.com/belaban/JGroups/commit/f513c04997fbd0e9c3c8ff694d385b67abad38bc Author: Bela Ban <be...@ya...> Date: 2011-01-24 (Mon, 24 Jan 2011) Changed paths: M src/org/jgroups/protocols/pbcast/STABLE.java Log Message: ----------- ns Commit: 1c361ba2dfc6cf3af8328ecad76d495fb0a47405 https://github.com/belaban/JGroups/commit/1c361ba2dfc6cf3af8328ecad76d495fb0a47405 Author: Bela Ban <be...@ya...> Date: 2011-01-24 (Mon, 24 Jan 2011) Changed paths: M src/org/jgroups/protocols/pbcast/STABLE.java Log Message: ----------- Merged branch JGRP-1238 (setting of max_bytes dynamically) |
From: <no...@gi...> - 2011-01-24 14:15:19
|
Branch: refs/heads/JGRP-1238 Home: https://github.com/belaban/JGroups Commit: d2a3843d968ebbac224b2bf211ee9b87b59ef19a https://github.com/belaban/JGroups/commit/d2a3843d968ebbac224b2bf211ee9b87b59ef19a Author: Bela Ban <be...@ya...> Date: 2011-01-24 (Mon, 24 Jan 2011) Changed paths: M src/org/jgroups/protocols/pbcast/STABLE.java Log Message: ----------- setting max_bytes dynamically (https://issues.jboss.org/browse/JGRP-1238) |
From: <no...@gi...> - 2011-01-24 13:21:52
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 0b88a0872d7e20650dee63a235d5689e343cc5ba https://github.com/belaban/JGroups/commit/0b88a0872d7e20650dee63a235d5689e343cc5ba Author: Bela Ban <be...@ya...> Date: 2011-01-24 (Mon, 24 Jan 2011) Changed paths: M src/org/jgroups/protocols/FlowControl.java Log Message: ----------- changed warning message Commit: 7347a57190f6150e15e38d52cfe2be5f979ed0a7 https://github.com/belaban/JGroups/commit/7347a57190f6150e15e38d52cfe2be5f979ed0a7 Author: Bela Ban <be...@ya...> Date: 2011-01-24 (Mon, 24 Jan 2011) Changed paths: M src/org/jgroups/util/UUID.java Log Message: ----------- fixed incorrect clone() |
From: <no...@gi...> - 2011-01-22 10:33:15
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 67fdc18f69d82efa7c8054e90380ae142c6db631 https://github.com/belaban/JGroups/commit/67fdc18f69d82efa7c8054e90380ae142c6db631 Author: Bela Ban <be...@ya...> Date: 2011-01-22 (Sat, 22 Jan 2011) Changed paths: M tests/junit/org/jgroups/blocks/LockServiceTest.java Log Message: ----------- added a test for interrupted locks Commit: 5430cf1f574a40a9a158baa1aae8a5dabf48a8b0 https://github.com/belaban/JGroups/commit/5430cf1f574a40a9a158baa1aae8a5dabf48a8b0 Author: Bela Ban <be...@ya...> Date: 2011-01-22 (Sat, 22 Jan 2011) Changed paths: M src/org/jgroups/Channel.java M src/org/jgroups/JChannel.java Log Message: ----------- Fixed issues with setting of SocketFactory (https://issues.jboss.org/browse/JGRP-1276) |
From: <no...@gi...> - 2011-01-22 09:34:45
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 3fbd505251a8963497d7e3ffd2ceb320d07017b1 https://github.com/belaban/JGroups/commit/3fbd505251a8963497d7e3ffd2ceb320d07017b1 Author: Bela Ban <be...@ya...> Date: 2011-01-21 (Fri, 21 Jan 2011) Changed paths: M build.xml M conf/manifest.mf M pom.xml M src/org/jgroups/Version.java Log Message: ----------- updated version to 2.12.0.CR1 Commit: 6d26fe97b4d535a0aa0259ea0e48f88d1a2f8f5f https://github.com/belaban/JGroups/commit/6d26fe97b4d535a0aa0259ea0e48f88d1a2f8f5f Author: Bela Ban <be...@ya...> Date: 2011-01-22 (Sat, 22 Jan 2011) Changed paths: M src/org/jgroups/protocols/Locking.java M src/org/jgroups/util/HashedTimingWheel.java M src/org/jgroups/util/TimeScheduler2.java Log Message: ----------- Correct use of TimeUnit (https://issues.jboss.org/browse/JGRP-1277) Commit: 345bb7d36955e5893dbc6f83e1d2b6f66002a9fa https://github.com/belaban/JGroups/commit/345bb7d36955e5893dbc6f83e1d2b6f66002a9fa Author: Bela Ban <be...@ya...> Date: 2011-01-22 (Sat, 22 Jan 2011) Changed paths: M src/org/jgroups/demos/LockServiceDemo.java M src/org/jgroups/protocols/CENTRAL_LOCK.java M src/org/jgroups/protocols/Locking.java Log Message: ----------- - Applied patch by William to correctly handle interrupts (https://issues.jboss.org/browse/JGRP-1278) - Exposing JMX attributes and operations correctly |
From: <no...@gi...> - 2011-01-21 14:52:29
|
Branch: refs/heads/Branch_JGroups_2_11 Home: https://github.com/belaban/JGroups Commit: 1484755b622b70c04cddfb5c16478e7acfa83fe0 https://github.com/belaban/JGroups/commit/1484755b622b70c04cddfb5c16478e7acfa83fe0 Author: Bela Ban <be...@ya...> Date: 2011-01-21 (Fri, 21 Jan 2011) Changed paths: A doc/README Log Message: ----------- added README from master Commit: ac0419d34f58ea4c22320435917ad80f826d6c05 https://github.com/belaban/JGroups/commit/ac0419d34f58ea4c22320435917ad80f826d6c05 Author: Bela Ban <be...@ya...> Date: 2011-01-21 (Fri, 21 Jan 2011) Changed paths: M bin/clusterperformancetest.sh M bin/concurrent.sh M bin/debug.sh M bin/draw.sh M bin/gaps.sh M bin/gossiprouter.sh M bin/jgroups.sh M bin/probe.sh M bin/release_to_local_repo.sh M bin/release_to_nexus.sh M bin/upload_javadocs.sh M bin/upload_manual.sh Log Message: ----------- chmod +x *.sh |
From: <no...@gi...> - 2011-01-21 14:46:49
|
Branch: refs/heads/Branch_JGroups_2_11 Home: https://github.com/belaban/JGroups Commit: f211c0b955088a01619b66b07b6c66d0983c9c1d https://github.com/belaban/JGroups/commit/f211c0b955088a01619b66b07b6c66d0983c9c1d Author: Bela Ban <be...@ya...> Date: 2011-01-21 (Fri, 21 Jan 2011) Changed paths: M build.xml Log Message: ----------- removed dist target |
From: <no...@gi...> - 2011-01-21 14:37:14
|
Branch: refs/heads/Branch_JGroups_2_11 Home: https://github.com/belaban/JGroups Commit: 2b0d2389f0df841cf2b21625c75f5e997436fd03 https://github.com/belaban/JGroups/commit/2b0d2389f0df841cf2b21625c75f5e997436fd03 Author: Bela Ban <be...@ya...> Date: 2011-01-21 (Fri, 21 Jan 2011) Changed paths: M .gitignore Log Message: ----------- added bla*.java Commit: 4b902052b3873f798230c3ffcddd5739647645b8 https://github.com/belaban/JGroups/commit/4b902052b3873f798230c3ffcddd5739647645b8 Author: Bela Ban <be...@ya...> Date: 2011-01-21 (Fri, 21 Jan 2011) Changed paths: M build.xml M conf/manifest.mf M pom.xml M src/org/jgroups/Version.java Log Message: ----------- updated version to 2.11.1.FINAL Commit: c59c33ee1888936e4e8486aa121431217e8979a9 https://github.com/belaban/JGroups/commit/c59c33ee1888936e4e8486aa121431217e8979a9 Author: Bela Ban <be...@ya...> Date: 2011-01-21 (Fri, 21 Jan 2011) Changed paths: M build.xml M conf/manifest.mf M pom.xml M src/org/jgroups/Version.java Log Message: ----------- ns |
From: <no...@gi...> - 2011-01-21 14:08:03
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 59819d4299a120d1d38787ce6a4475c6effd312c https://github.com/belaban/JGroups/commit/59819d4299a120d1d38787ce6a4475c6effd312c Author: Bela Ban <be...@ya...> Date: 2011-01-21 (Fri, 21 Jan 2011) Changed paths: M src/org/jgroups/blocks/DistributedLockManager.java M src/org/jgroups/blocks/LockManager.java Log Message: ----------- deprecated DistributedLockManager Commit: 15f1db4e28d694b22a5a66139df786f1155653f8 https://github.com/belaban/JGroups/commit/15f1db4e28d694b22a5a66139df786f1155653f8 Author: Bela Ban <be...@ya...> Date: 2011-01-21 (Fri, 21 Jan 2011) Changed paths: M build.xml Log Message: ----------- changed URL to checkout docbook-support (https://issues.jboss.org/browse/JGRP-1273) Commit: 1782661cbd718d4dbf4feeee1a156ade342de1c9 https://github.com/belaban/JGroups/commit/1782661cbd718d4dbf4feeee1a156ade342de1c9 Author: Bela Ban <be...@ya...> Date: 2011-01-21 (Fri, 21 Jan 2011) Changed paths: M src/org/jgroups/Message.java Log Message: ----------- removed Serializable import Commit: 6ccd61641fe563de499df169d72a6285f6b9eb77 https://github.com/belaban/JGroups/commit/6ccd61641fe563de499df169d72a6285f6b9eb77 Author: Bela Ban <be...@ya...> Date: 2011-01-21 (Fri, 21 Jan 2011) Changed paths: M src/org/jgroups/Message.java Log Message: ----------- added NO_RELAY flag, removed LOOPBACK Commit: d8fc5fd3c7c006e06b9275c17fb3338c900ed26a https://github.com/belaban/JGroups/commit/d8fc5fd3c7c006e06b9275c17fb3338c900ed26a Author: Bela Ban <be...@ya...> Date: 2011-01-21 (Fri, 21 Jan 2011) Changed paths: M src/org/jgroups/Message.java Log Message: ----------- added flag NO_RELAY (https://issues.jboss.org/browse/JGRP-1270) Commit: 0ee8609d21b76f59cc3f60aa5ace775f0cf44630 https://github.com/belaban/JGroups/commit/0ee8609d21b76f59cc3f60aa5ace775f0cf44630 Author: Bela Ban <be...@ya...> Date: 2011-01-21 (Fri, 21 Jan 2011) Changed paths: M src/org/jgroups/protocols/RELAY.java Log Message: ----------- message is not relayed if NO_RELAY flag is set (https://issues.jboss.org/browse/JGRP-1270) Commit: 20420fa10f829a8cbf61eb67f2d3d07d0be94174 https://github.com/belaban/JGroups/commit/20420fa10f829a8cbf61eb67f2d3d07d0be94174 Author: Bela Ban <be...@ya...> Date: 2011-01-21 (Fri, 21 Jan 2011) Changed paths: M tests/junit-functional/org/jgroups/protocols/UNICAST_StressTest.java Log Message: ----------- removed setting of max_value in UNICAST |
From: <no...@gi...> - 2011-01-21 09:54:24
|
Branch: refs/heads/JGRP-1249.prot Home: https://github.com/belaban/JGroups Commit: a2c6d2879a49802c3f13eb54a70159b19a00f212 https://github.com/belaban/JGroups/commit/a2c6d2879a49802c3f13eb54a70159b19a00f212 Author: Bela Ban <be...@ya...> Date: 2011-01-19 (Wed, 19 Jan 2011) Changed paths: M src/org/jgroups/blocks/locking/LockService.java M src/org/jgroups/demos/LockServiceDemo.java M src/org/jgroups/protocols/Locking.java M src/org/jgroups/protocols/PEER_LOCK.java Log Message: ----------- re-added notifications |