javagroups-git Mailing List for JGroups (Page 146)
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-08-21 02:15:21
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: d310a3e21258439791500b164597b383c7420bf9 https://github.com/belaban/JGroups/commit/d310a3e21258439791500b164597b383c7420bf9 Author: William Burns <Wil...@Re...> Date: 2011-08-20 (Sat, 20 Aug 2011) Changed paths: M doc/manual/en/modules/blocks.xml Log Message: ----------- Added in some more documentation for ExecutionService and supporting classes. |
From: <no...@gi...> - 2011-08-21 01:10:33
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 4b8405b61489bfd9914046050f7269e4a9a160ca https://github.com/belaban/JGroups/commit/4b8405b61489bfd9914046050f7269e4a9a160ca Author: William Burns <Wil...@Re...> Date: 2011-08-20 (Sat, 20 Aug 2011) Changed paths: M src/org/jgroups/protocols/Executing.java M tests/junit/org/jgroups/blocks/ExecutingServiceTest.java Log Message: ----------- Fixed unit tests for ExecutingService for coordinator fallover from failing. |
From: <no...@gi...> - 2011-08-19 12:54:38
|
Branch: refs/heads/JGRP-1331 Home: https://github.com/belaban/JGroups Commit: 9c37e700cedcf583a2ca40363a55e0b598dc097c https://github.com/belaban/JGroups/commit/9c37e700cedcf583a2ca40363a55e0b598dc097c Author: Bela Ban <be...@ya...> Date: 2011-08-19 (Fri, 19 Aug 2011) Changed paths: M src/org/jgroups/protocols/UNICAST2.java M src/org/jgroups/protocols/pbcast/NAKACK.java M src/org/jgroups/stack/AckSenderWindow.java M src/org/jgroups/stack/DefaultRetransmitter.java M src/org/jgroups/stack/NakReceiverWindow.java M src/org/jgroups/stack/RangeBasedRetransmitter.java M src/org/jgroups/util/RetransmitTable.java M tests/junit-functional/org/jgroups/tests/RetransmitTableTest.java Log Message: ----------- - Removed need for lowest seqno in Retransmitter (and subclasses), NakReceiverWindow and RetransmitTable (https://issues.jboss.org/browse/JGRP-1331) Commit: 10194fef82771924970b3b71d0440d9f126dd04a https://github.com/belaban/JGroups/commit/10194fef82771924970b3b71d0440d9f126dd04a Author: Bela Ban <be...@ya...> Date: 2011-08-19 (Fri, 19 Aug 2011) Changed paths: M src/org/jgroups/protocols/UNICAST.java M src/org/jgroups/stack/AckSenderWindow.java Log Message: ----------- ns Compare: https://github.com/belaban/JGroups/compare/9c37e70^...10194fe |
From: <no...@gi...> - 2011-08-17 14:15:40
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: e45a64f2d8965035eef31a3d2ff5463f754a8e66 https://github.com/belaban/JGroups/commit/e45a64f2d8965035eef31a3d2ff5463f754a8e66 Author: Bela Ban <be...@ya...> Date: 2011-08-16 (Tue, 16 Aug 2011) Changed paths: M doc/API_Changes.txt M src/org/jgroups/protocols/BPING.java M src/org/jgroups/protocols/Discovery.java M src/org/jgroups/protocols/FILE_PING.java M src/org/jgroups/protocols/MPING.java M src/org/jgroups/protocols/PING.java M src/org/jgroups/protocols/TCPGOSSIP.java M src/org/jgroups/protocols/TCPPING.java Log Message: ----------- - Moved common code to send a discovery request from subclasses into Discovery (https://issues.jboss.org/browse/JGRP-1353) - Removed TCPPING.return_entire_cache (JGRP-1315) Commit: 58121d4a4b515616ffaac5d195ca672818918170 https://github.com/belaban/JGroups/commit/58121d4a4b515616ffaac5d195ca672818918170 Author: Bela Ban <be...@ya...> Date: 2011-08-17 (Wed, 17 Aug 2011) Changed paths: M src/org/jgroups/util/CreditMap.java Log Message: ----------- ns Commit: f04d3fcc0cb4f9d1c7e0552c9b341d5cbe0a8d56 https://github.com/belaban/JGroups/commit/f04d3fcc0cb4f9d1c7e0552c9b341d5cbe0a8d56 Author: Bela Ban <be...@ya...> Date: 2011-08-17 (Wed, 17 Aug 2011) Changed paths: M bin/jgroups.sh M src/org/jgroups/protocols/TP.java Log Message: ----------- ns Commit: 9a42fe39030c8f46ebf97c8c4b695927befb58d0 https://github.com/belaban/JGroups/commit/9a42fe39030c8f46ebf97c8c4b695927befb58d0 Author: Bela Ban <be...@ya...> Date: 2011-08-17 (Wed, 17 Aug 2011) Changed paths: M src/org/jgroups/protocols/TP.java Log Message: ----------- removed binding of diagnostic multicast socket to multicast address, so we can access it via UDP datagrams, too Compare: https://github.com/belaban/JGroups/compare/e421873...9a42fe3 |
From: <no...@gi...> - 2011-08-16 06:50:31
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: e421873cc8c1eac3352c030de2bc4cc709b12833 https://github.com/belaban/JGroups/commit/e421873cc8c1eac3352c030de2bc4cc709b12833 Author: Bela Ban <be...@ya...> Date: 2011-08-15 (Mon, 15 Aug 2011) Changed paths: M doc/API_Changes.txt Log Message: ----------- added comment on VIEW_SYNC removal |
From: <no...@gi...> - 2011-08-15 17:19:50
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 9878151754edae52d4827476a8a547a748555495 https://github.com/belaban/JGroups/commit/9878151754edae52d4827476a8a547a748555495 Author: Bela Ban <be...@ya...> Date: 2011-08-15 (Mon, 15 Aug 2011) Changed paths: M src/org/jgroups/protocols/MERGE2.java Log Message: ----------- Fixed CCME (https://issues.jboss.org/browse/JGRP-1309) |
From: <no...@gi...> - 2011-08-15 17:12:14
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 993d5a6400ec3cd8b5c4975a68299d0658be2ae1 https://github.com/belaban/JGroups/commit/993d5a6400ec3cd8b5c4975a68299d0658be2ae1 Author: Bela Ban <be...@ya...> Date: 2011-08-15 (Mon, 15 Aug 2011) Changed paths: M src/org/jgroups/Global.java M src/org/jgroups/protocols/Discovery.java Log Message: ----------- removed max_rank (https://issues.jboss.org/browse/JGRP-1309) |
From: <no...@gi...> - 2011-08-15 16:54:57
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 5c8a5cd092125ecc1f8dc6708ab9f64f4a3a01dc https://github.com/belaban/JGroups/commit/5c8a5cd092125ecc1f8dc6708ab9f64f4a3a01dc Author: Bela Ban <be...@ya...> Date: 2011-08-15 (Mon, 15 Aug 2011) Changed paths: M src/org/jgroups/protocols/pbcast/ClientGmsImpl.java M src/org/jgroups/protocols/pbcast/GMS.java Log Message: ----------- removed disable_initial_coord Commit: ed1857b2390f8e68713a8e53b51dd5da78ecd1a6 https://github.com/belaban/JGroups/commit/ed1857b2390f8e68713a8e53b51dd5da78ecd1a6 Author: Bela Ban <be...@ya...> Date: 2011-08-15 (Mon, 15 Aug 2011) Changed paths: M src/org/jgroups/Event.java M src/org/jgroups/protocols/Discovery.java M src/org/jgroups/protocols/FILE_PING.java M src/org/jgroups/protocols/MERGE2.java M src/org/jgroups/protocols/PING.java M src/org/jgroups/protocols/PingData.java M src/org/jgroups/protocols/PingHeader.java M src/org/jgroups/protocols/TCPGOSSIP.java M src/org/jgroups/protocols/TCPPING.java M src/org/jgroups/util/Util.java Log Message: ----------- First implementation of https://issues.jboss.org/browse/JGRP-1315 Commit: 6f6fcc08819100c207976f7964f20e281fbd70b2 https://github.com/belaban/JGroups/commit/6f6fcc08819100c207976f7964f20e281fbd70b2 Author: Bela Ban <be...@ya...> Date: 2011-08-15 (Mon, 15 Aug 2011) Changed paths: M src/org/jgroups/protocols/Discovery.java M src/org/jgroups/protocols/PING.java Log Message: ----------- Not sending logical name and physical address if view_id is present (used for merge-triggered discovery) Commit: 584655067a335c07e2b9277089713725fbc86e66 https://github.com/belaban/JGroups/commit/584655067a335c07e2b9277089713725fbc86e66 Author: Bela Ban <be...@ya...> Date: 2011-08-15 (Mon, 15 Aug 2011) Changed paths: M tests/other/org/jgroups/tests/ParseMessages.java Log Message: ----------- handling EOF in ParseMessages Commit: 72621c7eec9946afb85555abb9d47135ef6628ca https://github.com/belaban/JGroups/commit/72621c7eec9946afb85555abb9d47135ef6628ca Author: Bela Ban <be...@ya...> Date: 2011-08-15 (Mon, 15 Aug 2011) Changed paths: M src/org/jgroups/protocols/Discovery.java Log Message: ----------- added stagger_timeout Compare: https://github.com/belaban/JGroups/compare/e8c451e...72621c7 |
From: <no...@gi...> - 2011-08-15 16:53:54
|
Branch: refs/heads/Branch_JGroups_2_12 Home: https://github.com/belaban/JGroups Commit: da9b02dbbec38fb0553aabbb86f9b9932fbb9919 https://github.com/belaban/JGroups/commit/da9b02dbbec38fb0553aabbb86f9b9932fbb9919 Author: Bela Ban <be...@ya...> Date: 2011-08-15 (Mon, 15 Aug 2011) Changed paths: M src/org/jgroups/protocols/Discovery.java Log Message: ----------- added stagger_timeout (JGRP-1315) |
From: <no...@gi...> - 2011-08-15 16:52:22
|
Branch: refs/heads/JGRP-1315 Home: https://github.com/belaban/JGroups Commit: 504e2e15cb83e3e475cb564eec7207c2c62a84ae https://github.com/belaban/JGroups/commit/504e2e15cb83e3e475cb564eec7207c2c62a84ae Author: Bela Ban <be...@ya...> Date: 2011-08-15 (Mon, 15 Aug 2011) Changed paths: M tests/other/org/jgroups/tests/ParseMessages.java Log Message: ----------- handling EOF in ParseMessages Commit: 96cc5dfe3f0b125da6b7b9f1c4e525857a50627a https://github.com/belaban/JGroups/commit/96cc5dfe3f0b125da6b7b9f1c4e525857a50627a Author: Bela Ban <be...@ya...> Date: 2011-08-15 (Mon, 15 Aug 2011) Changed paths: M src/org/jgroups/protocols/Discovery.java Log Message: ----------- added stagger_timeout Compare: https://github.com/belaban/JGroups/compare/180122f...96cc5df |
From: <no...@gi...> - 2011-08-15 15:38:08
|
Branch: refs/heads/Branch_JGroups_2_12 Home: https://github.com/belaban/JGroups Commit: fce16f185de74891e4bd534b5d7ae5494d5036ba https://github.com/belaban/JGroups/commit/fce16f185de74891e4bd534b5d7ae5494d5036ba Author: Bela Ban <be...@ya...> Date: 2011-08-15 (Mon, 15 Aug 2011) Changed paths: M src/org/jgroups/Event.java M src/org/jgroups/protocols/Discovery.java M src/org/jgroups/protocols/FILE_PING.java M src/org/jgroups/protocols/MERGE2.java M src/org/jgroups/protocols/PING.java M src/org/jgroups/protocols/PingData.java M src/org/jgroups/protocols/PingHeader.java M src/org/jgroups/protocols/TCPGOSSIP.java M src/org/jgroups/protocols/TCPPING.java M src/org/jgroups/util/Util.java Log Message: ----------- backported changes from master/JGRP-1315 |
From: <no...@gi...> - 2011-08-15 14:16:03
|
Branch: refs/heads/JGRP-1315 Home: https://github.com/belaban/JGroups Commit: ed6ecfdd52493773689c7c647ac7c97016f3b27b https://github.com/belaban/JGroups/commit/ed6ecfdd52493773689c7c647ac7c97016f3b27b Author: Bela Ban <be...@ya...> Date: 2011-08-11 (Thu, 11 Aug 2011) Changed paths: M src/org/jgroups/protocols/pbcast/ClientGmsImpl.java M src/org/jgroups/protocols/pbcast/GMS.java Log Message: ----------- removed disable_initial_coord Commit: f66e8a97dcf48dbaa99d8be460c5f8df5d77eff3 https://github.com/belaban/JGroups/commit/f66e8a97dcf48dbaa99d8be460c5f8df5d77eff3 Author: Bela Ban <be...@ya...> Date: 2011-08-15 (Mon, 15 Aug 2011) Changed paths: M src/org/jgroups/Event.java M src/org/jgroups/protocols/Discovery.java M src/org/jgroups/protocols/FILE_PING.java M src/org/jgroups/protocols/MERGE2.java M src/org/jgroups/protocols/PING.java M src/org/jgroups/protocols/PingData.java M src/org/jgroups/protocols/PingHeader.java M src/org/jgroups/protocols/TCPGOSSIP.java M src/org/jgroups/protocols/TCPPING.java M src/org/jgroups/util/Util.java Log Message: ----------- First implementation of https://issues.jboss.org/browse/JGRP-1315 Commit: 180122f6d809d47bbe0aced543bd8b968dba22c4 https://github.com/belaban/JGroups/commit/180122f6d809d47bbe0aced543bd8b968dba22c4 Author: Bela Ban <be...@ya...> Date: 2011-08-15 (Mon, 15 Aug 2011) Changed paths: M src/org/jgroups/protocols/Discovery.java M src/org/jgroups/protocols/PING.java Log Message: ----------- Not sending logical name and physical address if view_id is present (used for merge-triggered discovery) Compare: https://github.com/belaban/JGroups/compare/ed6ecfd^...180122f |
From: <no...@gi...> - 2011-08-14 15:58:07
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: e8c451ec8aba337ec449f999c43828a9a2a0469a https://github.com/belaban/JGroups/commit/e8c451ec8aba337ec449f999c43828a9a2a0469a Author: Bela Ban <be...@ya...> Date: 2011-08-14 (Sun, 14 Aug 2011) Changed paths: M conf/jgroups.bnd Log Message: ----------- Merge remote branch 'remotes/flashboss/patch-1' |
From: <no...@gi...> - 2011-08-14 15:53:31
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 4f585da960ae2b1f38336fb8ab0f9f27aad0eaa4 https://github.com/belaban/JGroups/commit/4f585da960ae2b1f38336fb8ab0f9f27aad0eaa4 Author: Bela Ban <be...@ya...> Date: 2011-08-12 (Fri, 12 Aug 2011) Changed paths: M src/org/jgroups/blocks/TCPConnectionMap.java Log Message: ----------- using blocking put() now (https://issues.jboss.org/browse/JGRP-1351) |
From: <no...@gi...> - 2011-08-13 06:37:06
|
Branch: refs/heads/Branch_JGroups_2_12 Home: https://github.com/belaban/JGroups Commit: 98402488a07977c2325bb38e26d1ca1f5a4b2de1 https://github.com/belaban/JGroups/commit/98402488a07977c2325bb38e26d1ca1f5a4b2de1 Author: Bela Ban <be...@ya...> Date: 2011-08-12 (Fri, 12 Aug 2011) Changed paths: M src/org/jgroups/blocks/TCPConnectionMap.java Log Message: ----------- uisng blocking put() now (https://issues.jboss.org/browse/JGRP-1351) |
From: <no...@gi...> - 2011-08-11 16:55:43
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: e6ed756a8b56b0f7988e749c49866357f43bf957 https://github.com/belaban/JGroups/commit/e6ed756a8b56b0f7988e749c49866357f43bf957 Author: Bela Ban <be...@ya...> Date: 2011-08-11 (Thu, 11 Aug 2011) Changed paths: M build.xml Log Message: ----------- Including schema in JAR file (again !) |
From: <no...@gi...> - 2011-08-11 16:41:08
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: f52ac4f11029ba9ca245d2eb80b67618fd397515 https://github.com/belaban/JGroups/commit/f52ac4f11029ba9ca245d2eb80b67618fd397515 Author: Bela Ban <be...@ya...> Date: 2011-08-11 (Thu, 11 Aug 2011) Changed paths: R lib/licenses/apache-1.1.txt Log Message: ----------- removed ASL 1.0 license (not needed anymore) Commit: 86b816e1fc673d497f16b25b5c7d046c82fbad30 https://github.com/belaban/JGroups/commit/86b816e1fc673d497f16b25b5c7d046c82fbad30 Author: Bela Ban <be...@ya...> Date: 2011-08-11 (Thu, 11 Aug 2011) Changed paths: M .gitignore R bnd/jgroups.bnd M build.xml A conf/jgroups.bnd A lib/bnd.jar M lib/licenses/thirdparty-licenses.xml Log Message: ----------- - Added bnd.jar to ./lib dir - Changed build.xml to make use of bnd.jar, instead of downloading it Compare: https://github.com/belaban/JGroups/compare/a4d1102...86b816e |
From: <no...@gi...> - 2011-08-11 16:11:51
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: fae41162c4744f922ddcf55b8a43e835ae8cae58 https://github.com/belaban/JGroups/commit/fae41162c4744f922ddcf55b8a43e835ae8cae58 Author: Luca Stancapiano <je...@vi...> Date: 2011-08-11 (Thu, 11 Aug 2011) Changed paths: A bnd/biz.aQute.bnd.jar A bnd/jgroups.bnd Log Message: ----------- building the OSGI metadatas through ant and a maven update Commit: b8a4a7762ed138d96112b5513af35e764bc8daaf https://github.com/belaban/JGroups/commit/b8a4a7762ed138d96112b5513af35e764bc8daaf Author: Luca Stancapiano <je...@vi...> Date: 2011-08-11 (Thu, 11 Aug 2011) Changed paths: R bnd/biz.aQute.bnd.jar Log Message: ----------- building the OSGI metadatas through ant and a maven update Commit: 0ea102a3f1271f2f0aeb6b44a4d738edca1d2315 https://github.com/belaban/JGroups/commit/0ea102a3f1271f2f0aeb6b44a4d738edca1d2315 Author: Luca Stancapiano <je...@vi...> Date: 2011-08-11 (Thu, 11 Aug 2011) Changed paths: M build.xml M pom.xml Log Message: ----------- building the OSGI metadatas through ant and a maven update Commit: 52fe30f7fe5d172442ee44cc0c9b36f89fdd63a0 https://github.com/belaban/JGroups/commit/52fe30f7fe5d172442ee44cc0c9b36f89fdd63a0 Author: Luca Stancapiano <je...@vi...> Date: 2011-08-11 (Thu, 11 Aug 2011) Changed paths: R conf/manifest.mf Log Message: ----------- Deleted the manifest.mf. It is now generated automatically Commit: 97d89b00e02b0d9e4c500822ad9878595db08444 https://github.com/belaban/JGroups/commit/97d89b00e02b0d9e4c500822ad9878595db08444 Author: Luca Stancapiano <je...@vi...> Date: 2011-08-11 (Thu, 11 Aug 2011) Changed paths: M bnd/jgroups.bnd M pom.xml Log Message: ----------- I add new keys being in the old manifest.mf Commit: 29430d6d220e47de6172cacab6a06e4786782bfe https://github.com/belaban/JGroups/commit/29430d6d220e47de6172cacab6a06e4786782bfe Author: Bela Ban <be...@ya...> Date: 2011-08-11 (Thu, 11 Aug 2011) Changed paths: M build.xml M lib/ant-junit.jar M lib/ant-launcher.jar M lib/ant.jar M lib/licenses/thirdparty-licenses.xml Log Message: ----------- - Updated ant JARs to 1.8.2 - Included Luciano's changes to create an OSGI compatible MANIFEST.MF Commit: 700d9e248661d21c05c1da728a389e1d9c936889 https://github.com/belaban/JGroups/commit/700d9e248661d21c05c1da728a389e1d9c936889 Author: Bela Ban <be...@ya...> Date: 2011-08-11 (Thu, 11 Aug 2011) Changed paths: M .gitignore Log Message: ----------- - added bnd/ and conf/MANIFEST.MF Commit: a4d11023b4601720165ea585829aa2c9a30c5f43 https://github.com/belaban/JGroups/commit/a4d11023b4601720165ea585829aa2c9a30c5f43 Author: Bela Ban <be...@ya...> Date: 2011-08-11 (Thu, 11 Aug 2011) Changed paths: M build.xml Log Message: ----------- cleaning conf/MANIFEST on "clean" target Compare: https://github.com/belaban/JGroups/compare/1e940b0...a4d1102 |
From: <no...@gi...> - 2011-08-11 07:41:32
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 2a63a87524ba690471d48a6374c88719b2d6ccc5 https://github.com/belaban/JGroups/commit/2a63a87524ba690471d48a6374c88719b2d6ccc5 Author: Bela Ban <be...@ya...> Date: 2011-08-03 (Wed, 03 Aug 2011) Changed paths: M doc/manual/en/modules/api.xml M doc/manual/en/modules/blocks.xml Log Message: ----------- replaced <note> with <warning> in 2 cases Commit: 97f688513360a3a516dcf24c6a4a23c9cc181586 https://github.com/belaban/JGroups/commit/97f688513360a3a516dcf24c6a4a23c9cc181586 Author: Bela Ban <be...@ya...> Date: 2011-08-08 (Mon, 08 Aug 2011) Changed paths: M build.xml R doc/manual/.cvsignore R doc/manual/build.xml M doc/manual/en/master.xml A doc/manual/en/modules/.gitignore M doc/manual/en/modules/api.xml M doc/manual/en/modules/protocols.xml A doc/manual/pom.xml R doc/tutorial/.cvsignore R doc/tutorial/build.xml A doc/tutorial/en/master.ent M doc/tutorial/en/master.xml M doc/tutorial/en/modules/installation.xml M doc/tutorial/en/modules/sampleapp.xml A doc/tutorial/pom.xml Log Message: ----------- first shot at converting documentation (manual & tutorial) to use the pressgang style Commit: 927990b6507a40a86b83b8d24719765e716e4048 https://github.com/belaban/JGroups/commit/927990b6507a40a86b83b8d24719765e716e4048 Author: Bela Ban <be...@ya...> Date: 2011-08-08 (Mon, 08 Aug 2011) Changed paths: M .gitignore M build.xml M doc/manual/en/modules/advanced.xml M doc/manual/en/modules/api.xml M doc/manual/en/modules/blocks.xml Log Message: ----------- changed programlisting to include language (Java or XML) Commit: 9c2595c1be0ab972daf5067d4d549b44bd8dc771 https://github.com/belaban/JGroups/commit/9c2595c1be0ab972daf5067d4d549b44bd8dc771 Author: Bela Ban <be...@ya...> Date: 2011-08-08 (Mon, 08 Aug 2011) Changed paths: M doc/manual/en/modules/advanced.xml M doc/manual/en/modules/api.xml M doc/manual/en/modules/blocks.xml M doc/manual/en/modules/installation.xml M doc/manual/en/modules/protocols.xml M doc/manual/en/modules/writing.xml M doc/manual/pom.xml Log Message: ----------- updating the 3.x documentation Commit: 1913f4859e1a646b5dbbdfb3b50b1907f5c4cdee https://github.com/belaban/JGroups/commit/1913f4859e1a646b5dbbdfb3b50b1907f5c4cdee Author: Bela Ban <be...@ya...> Date: 2011-08-09 (Tue, 09 Aug 2011) Changed paths: M src/org/jgroups/protocols/FRAG2.java Log Message: ----------- set frag_size=60000 by default Commit: 12439e5a53ddf17a6d2b6ca4c259cb6215aed559 https://github.com/belaban/JGroups/commit/12439e5a53ddf17a6d2b6ca4c259cb6215aed559 Author: Bela Ban <be...@ya...> Date: 2011-08-09 (Tue, 09 Aug 2011) Changed paths: M doc/manual/en/images/ConcurrentStack.fig M doc/manual/en/images/ConcurrentStack.png M doc/manual/en/modules/advanced.xml M doc/manual/en/modules/blocks.xml M doc/manual/en/modules/protocols.xml Log Message: ----------- Completed advanced section Commit: 819118b89b4aa30be553fdb0ecf45d11a6f22473 https://github.com/belaban/JGroups/commit/819118b89b4aa30be553fdb0ecf45d11a6f22473 Author: Bela Ban <be...@ya...> Date: 2011-08-09 (Tue, 09 Aug 2011) Changed paths: M doc/manual/en/modules/advanced.xml M doc/manual/en/modules/protocols.xml M doc/manual/en/modules/writing.xml M src/org/jgroups/util/PropertiesToXML.java Log Message: ----------- - Changed PropertiesToXML to only list fields and methods from the current class (not inherited ones) - Changed protocols.xml to list superclasses as well (e.g. Discovery in addition to PING) Commit: 9fe8360c537db496d7c6701655efc06d2e716a02 https://github.com/belaban/JGroups/commit/9fe8360c537db496d7c6701655efc06d2e716a02 Author: Bela Ban <be...@ya...> Date: 2011-08-10 (Wed, 10 Aug 2011) Changed paths: M src/org/jgroups/protocols/TUNNEL.java M src/org/jgroups/protocols/UDP.java Log Message: ----------- added descriptions to @Property tags Commit: d94ba1ffd9e36cbff273dd97871aff7f3dbb4486 https://github.com/belaban/JGroups/commit/d94ba1ffd9e36cbff273dd97871aff7f3dbb4486 Author: Bela Ban <be...@ya...> Date: 2011-08-10 (Wed, 10 Aug 2011) Changed paths: M src/org/jgroups/protocols/MPING.java Log Message: ----------- added descriptions to @Property tags Commit: 3f50841ec31df225a44ff55416f99b3597ee4d8a https://github.com/belaban/JGroups/commit/3f50841ec31df225a44ff55416f99b3597ee4d8a Author: Bela Ban <be...@ya...> Date: 2011-08-10 (Wed, 10 Aug 2011) Changed paths: M doc/manual/en/modules/advanced.xml M doc/manual/en/modules/protocols.xml M src/org/jgroups/util/PropertiesToXML.java Log Message: ----------- Finished documentation (manual 3.x) Commit: e872e76b0df97f974b25aef5e403190d3345cd08 https://github.com/belaban/JGroups/commit/e872e76b0df97f974b25aef5e403190d3345cd08 Author: Bela Ban <be...@ya...> Date: 2011-08-10 (Wed, 10 Aug 2011) Changed paths: A doc/manual/en/master.ent M doc/manual/en/master.xml R doc/manual/en/modules/eventlist.xml M doc/tutorial/en/images/DrawScreenshot.png M doc/tutorial/en/modules/installation.xml M doc/tutorial/pom.xml Log Message: ----------- finished tutorial 3.x Commit: 555d35ca2da5afc668b3c69449d7008895d21150 https://github.com/belaban/JGroups/commit/555d35ca2da5afc668b3c69449d7008895d21150 Author: Bela Ban <be...@ya...> Date: 2011-08-10 (Wed, 10 Aug 2011) Changed paths: M doc/tutorial/en/modules/installation.xml M doc/tutorial/en/modules/sampleapp.xml M src/org/jgroups/protocols/CENTRAL_EXECUTOR.java Log Message: ----------- finished tutorial 3.x Commit: c563d6da016a2af78e8a8692a4828e89dbc1a18b https://github.com/belaban/JGroups/commit/c563d6da016a2af78e8a8692a4828e89dbc1a18b Author: Bela Ban <be...@ya...> Date: 2011-08-10 (Wed, 10 Aug 2011) Changed paths: M doc/manual/en/modules/advanced.xml M doc/manual/en/modules/api.xml M doc/manual/en/modules/blocks.xml M doc/manual/en/modules/overview.xml M doc/manual/en/modules/protocols.xml M doc/manual/en/modules/writing.xml M doc/tutorial/en/modules/installation.xml Log Message: ----------- made the PDF output look nice Commit: 7b2601477a28a6ca2a64284c4aee32d13761bdf1 https://github.com/belaban/JGroups/commit/7b2601477a28a6ca2a64284c4aee32d13761bdf1 Author: Bela Ban <be...@ya...> Date: 2011-08-10 (Wed, 10 Aug 2011) Changed paths: M doc/manual/en/modules/advanced.xml M doc/manual/en/modules/protocols.xml Log Message: ----------- Moved section on STOMP from protocols --> advanced Commit: 0c7d3034a4f5fe4c24f4c3ff17074ff6107c3e75 https://github.com/belaban/JGroups/commit/0c7d3034a4f5fe4c24f4c3ff17074ff6107c3e75 Author: Bela Ban <be...@ya...> Date: 2011-08-10 (Wed, 10 Aug 2011) Changed paths: M doc/manual/en/modules/advanced.xml M tests/other/org/jgroups/tests/Probe.java Log Message: ----------- added section on probe.sh Commit: 1e940b087eef5f7d05bae28461b483a8791009b4 https://github.com/belaban/JGroups/commit/1e940b087eef5f7d05bae28461b483a8791009b4 Author: Bela Ban <be...@ya...> Date: 2011-08-11 (Thu, 11 Aug 2011) Changed paths: M doc/tutorial/en/modules/installation.xml M doc/tutorial/en/modules/sampleapp.xml Log Message: ----------- applied Edith Tan's corrections Compare: https://github.com/belaban/JGroups/compare/1d80493...1e940b0 |
From: <no...@gi...> - 2011-08-10 13:11:38
|
Branch: refs/heads/newdoc Home: https://github.com/belaban/JGroups Commit: 9fe8360c537db496d7c6701655efc06d2e716a02 https://github.com/belaban/JGroups/commit/9fe8360c537db496d7c6701655efc06d2e716a02 Author: Bela Ban <be...@ya...> Date: 2011-08-10 (Wed, 10 Aug 2011) Changed paths: M src/org/jgroups/protocols/TUNNEL.java M src/org/jgroups/protocols/UDP.java Log Message: ----------- added descriptions to @Property tags Commit: d94ba1ffd9e36cbff273dd97871aff7f3dbb4486 https://github.com/belaban/JGroups/commit/d94ba1ffd9e36cbff273dd97871aff7f3dbb4486 Author: Bela Ban <be...@ya...> Date: 2011-08-10 (Wed, 10 Aug 2011) Changed paths: M src/org/jgroups/protocols/MPING.java Log Message: ----------- added descriptions to @Property tags Commit: 3f50841ec31df225a44ff55416f99b3597ee4d8a https://github.com/belaban/JGroups/commit/3f50841ec31df225a44ff55416f99b3597ee4d8a Author: Bela Ban <be...@ya...> Date: 2011-08-10 (Wed, 10 Aug 2011) Changed paths: M doc/manual/en/modules/advanced.xml M doc/manual/en/modules/protocols.xml M src/org/jgroups/util/PropertiesToXML.java Log Message: ----------- Finished documentation (manual 3.x) Commit: e872e76b0df97f974b25aef5e403190d3345cd08 https://github.com/belaban/JGroups/commit/e872e76b0df97f974b25aef5e403190d3345cd08 Author: Bela Ban <be...@ya...> Date: 2011-08-10 (Wed, 10 Aug 2011) Changed paths: A doc/manual/en/master.ent M doc/manual/en/master.xml R doc/manual/en/modules/eventlist.xml M doc/tutorial/en/images/DrawScreenshot.png M doc/tutorial/en/modules/installation.xml M doc/tutorial/pom.xml Log Message: ----------- finished tutorial 3.x Commit: 555d35ca2da5afc668b3c69449d7008895d21150 https://github.com/belaban/JGroups/commit/555d35ca2da5afc668b3c69449d7008895d21150 Author: Bela Ban <be...@ya...> Date: 2011-08-10 (Wed, 10 Aug 2011) Changed paths: M doc/tutorial/en/modules/installation.xml M doc/tutorial/en/modules/sampleapp.xml M src/org/jgroups/protocols/CENTRAL_EXECUTOR.java Log Message: ----------- finished tutorial 3.x Commit: c563d6da016a2af78e8a8692a4828e89dbc1a18b https://github.com/belaban/JGroups/commit/c563d6da016a2af78e8a8692a4828e89dbc1a18b Author: Bela Ban <be...@ya...> Date: 2011-08-10 (Wed, 10 Aug 2011) Changed paths: M doc/manual/en/modules/advanced.xml M doc/manual/en/modules/api.xml M doc/manual/en/modules/blocks.xml M doc/manual/en/modules/overview.xml M doc/manual/en/modules/protocols.xml M doc/manual/en/modules/writing.xml M doc/tutorial/en/modules/installation.xml Log Message: ----------- made the PDF output look nice Commit: 7b2601477a28a6ca2a64284c4aee32d13761bdf1 https://github.com/belaban/JGroups/commit/7b2601477a28a6ca2a64284c4aee32d13761bdf1 Author: Bela Ban <be...@ya...> Date: 2011-08-10 (Wed, 10 Aug 2011) Changed paths: M doc/manual/en/modules/advanced.xml M doc/manual/en/modules/protocols.xml Log Message: ----------- Moved section on STOMP from protocols --> advanced Compare: https://github.com/belaban/JGroups/compare/819118b...7b26014 |
From: <no...@gi...> - 2011-08-03 08:50:07
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 1d8049375ce865e749926132cdad07a2e3cafa9e https://github.com/belaban/JGroups/commit/1d8049375ce865e749926132cdad07a2e3cafa9e Author: Bela Ban <be...@ya...> Date: 2011-08-03 (Wed, 03 Aug 2011) Changed paths: M src/org/jgroups/JChannel.java M src/org/jgroups/conf/ConfiguratorFactory.java Log Message: ----------- Added JChannel(InputStream) constructor (https://issues.jboss.org/browse/JGRP-1349) |
From: <no...@gi...> - 2011-08-02 15:28:12
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: b2a19748e2676fdab60b832c3ddc5da482ed4e3a https://github.com/belaban/JGroups/commit/b2a19748e2676fdab60b832c3ddc5da482ed4e3a Author: Bela Ban <be...@ya...> Date: 2011-07-27 (Wed, 27 Jul 2011) Changed paths: M doc/manual/en/modules/advanced.xml Log Message: ----------- updated 3.x manual (section on transports) Commit: c5f951459eb3161a50ce494663cc56cba9a9134a https://github.com/belaban/JGroups/commit/c5f951459eb3161a50ce494663cc56cba9a9134a Author: Bela Ban <be...@ya...> Date: 2011-08-02 (Tue, 02 Aug 2011) Changed paths: M doc/manual/en/modules/api.xml M src/org/jgroups/MembershipListener.java Log Message: ----------- added clarification to viewAccepted() callback Compare: https://github.com/belaban/JGroups/compare/191ba35...c5f9514 |
From: <no...@gi...> - 2011-07-27 09:21:58
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 81760b9d8466bd9f7b98c8052c277edddcf8ffd9 https://github.com/belaban/JGroups/commit/81760b9d8466bd9f7b98c8052c277edddcf8ffd9 Author: Bela Ban <be...@ya...> Date: 2011-07-25 (Mon, 25 Jul 2011) Changed paths: M doc/manual/en/modules/blocks.xml Log Message: ----------- Updating the 3.x manual (finished blocks.xml) Commit: d357e083a941d35e4253d8e1849c3f127c527c71 https://github.com/belaban/JGroups/commit/d357e083a941d35e4253d8e1849c3f127c527c71 Author: Bela Ban <be...@ya...> Date: 2011-07-26 (Tue, 26 Jul 2011) Changed paths: M doc/manual/en/modules/api.xml M doc/manual/en/modules/protocols.xml Log Message: ----------- Updating the 3.x manual Commit: dee57078daee4e43669099977beefb65b86116d5 https://github.com/belaban/JGroups/commit/dee57078daee4e43669099977beefb65b86116d5 Author: Bela Ban <be...@ya...> Date: 2011-07-26 (Tue, 26 Jul 2011) Changed paths: M doc/ReleaseNotes-3.0.0.txt Log Message: ----------- updated release notes Commit: 191ba35f46ed9278ca102f3099182e197345d15c https://github.com/belaban/JGroups/commit/191ba35f46ed9278ca102f3099182e197345d15c Author: Bela Ban <be...@ya...> Date: 2011-07-27 (Wed, 27 Jul 2011) Changed paths: M doc/manual/en/modules/advanced.xml M doc/manual/en/modules/protocols.xml R doc/manual/en/modules/tracing.xml Log Message: ----------- - removed tracing - started work on advanced section of 3.x user manual Compare: https://github.com/belaban/JGroups/compare/fa60b15...191ba35 |
From: <no...@gi...> - 2011-07-25 15:17:33
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: fa60b1521e5bed5cea986641366a059fc9af5a00 https://github.com/belaban/JGroups/commit/fa60b1521e5bed5cea986641366a059fc9af5a00 Author: Bela Ban <be...@ya...> Date: 2011-07-25 (Mon, 25 Jul 2011) Changed paths: M doc/manual/en/modules/blocks.xml Log Message: ----------- Updating the 3.x manual (finished blocks.xml) |
From: <no...@gi...> - 2011-07-25 12:26:49
|
Branch: refs/heads/master Home: https://github.com/belaban/JGroups Commit: 5595e3da03601172c48d61b91f8e086abc717638 https://github.com/belaban/JGroups/commit/5595e3da03601172c48d61b91f8e086abc717638 Author: Bela Ban <be...@ya...> Date: 2011-07-25 (Mon, 25 Jul 2011) Changed paths: M doc/manual/en/modules/blocks.xml M src/org/jgroups/blocks/MethodCall.java Log Message: ----------- Updating the 3.x manual (blocks.xml) |