Commit Graph

2246 Commits

Author SHA1 Message Date
jbertram
1808046061 Simple retry mechanism to cope with a temporarily unavailable endpoint
Motivation:
Use simple retry mechanism when try to connect to peer so a slow-startup will not produce an error

Modification:
Add new Servlet params which allow to configure retry count and wait time. Default behaviour is the same as before

Result:
It is now possible to configure retry when the peer is not up yet and the Servlet is init.
2014-03-12 07:00:50 +01:00
Norman Maurer
a4a3e8c5b6 [maven-release-plugin] prepare for next development iteration 2013-11-28 12:27:55 +01:00
Norman Maurer
4ec4abe2e7 [maven-release-plugin] prepare release netty-3.2.10.Final 2013-11-28 12:27:50 +01:00
Norman Maurer
8680c01ba4 Disable usage of maven-jdocbook-plugin 2013-11-28 12:17:45 +01:00
Norman Maurer
b8de307b0d [#2013] Fix a race which could happen to have the worker Thread interrupted during close(...) when using OIO 2013-11-28 12:17:35 +01:00
Norman Maurer
4a5c21b2e1 [maven-release-plugin] prepare for next development iteration 2013-01-21 07:44:58 +01:00
Norman Maurer
3b5550e16b [maven-release-plugin] prepare release netty-3.2.9.Final 2013-01-21 07:44:49 +01:00
Aaron
011ef5dae8 [#915] [#923] Expanded scope of the handshake locks in SSLHandler to avoid possible negotiation after the first SSLEngine wrap 2013-01-21 06:59:40 +01:00
Norman Maurer
974d47f3c4 [maven-release-plugin] prepare for next development iteration 2012-12-20 10:21:46 +01:00
Norman Maurer
f0044891ee [maven-release-plugin] prepare release netty-3.2.8.Final 2012-12-20 10:21:38 +01:00
Norman Maurer
cffd158c1a Ignore idea project directory 2012-12-20 10:15:39 +01:00
Norman Maurer
c30486d43b Add SNAPSHOT to the version to be able to use the release plugin 2012-12-20 10:08:22 +01:00
Norman Maurer
82b040bb53 Upgrade to latest parent to make the release process easier 2012-12-20 10:04:03 +01:00
Norman Maurer
2b88ab01a9 Get ready for next release 2012-12-20 08:04:47 +01:00
Norman Maurer
b99f442cf1 [#829] Fix a race in SslHandler which could lead to all types of SSLExceptions, including handshake() failure 2012-12-20 07:51:35 +01:00
Trustin Lee
0b5abecc00 [maven-release-plugin] prepare release netty-3.2.7.Final 2011-11-24 12:24:38 +09:00
Trustin Lee
4334161526 Fix build errors 2011-11-24 12:16:31 +09:00
Trustin Lee
4be4e583c7 Upgrade depepdencies to the latest versions
* Regenerate LocalTimeProtocol.java with the latest protoc
* Add an instruction on how to generate LocalTimeProtocol.java
* Not upgrading maven-bundle-plugin, which has a regression in 2.3.5:
  * https://issues.apache.org/jira/browse/FELIX-3058
2011-11-24 11:05:33 +09:00
Trustin Lee
84fd044eb4 Fix weird repo mess 2011-11-24 10:20:05 +09:00
Trustin Lee
359417358e Add missing license headers and fix class name
* Classloader -> ClassLoader
2011-11-24 10:11:50 +09:00
norman
e6ef89263b Remove @override annotation from interface implementation to make it
compile and usable with java5. This part of the backport of pull request
#75
2011-11-23 15:09:50 +01:00
norman
9424c26caf Merge pull request #75 to the 3.2 branch. Also remove @override
annotation for interface implementation to make it possible to compile
and use with java5
2011-11-23 15:07:02 +01:00
norman
8d40487ff7 Backport fix for #72. QueryStringDecoder should also support ; 2011-11-23 07:22:49 +01:00
Trustin Lee
dcaf6c8645 Include the duplicate name in an exception message 2011-11-23 14:06:07 +09:00
Trustin Lee
249ab1b5b4 Move a final field before non-finals 2011-11-23 14:04:28 +09:00
Trustin Lee
c3240a1ded Merge branch '3.2' of github.com:netty/netty into 3.2 2011-11-23 14:02:35 +09:00
Trustin Lee
2a9c5efe8f Add a missing close(SelectionKey) call
* Without calling close(SelectionKey), the client boss loop can fall
into an infinite loop.
2011-11-23 13:58:52 +09:00
Norman Maurer
82c852fc5e failFast field should be final 2011-11-22 12:58:20 +01:00
Trustin Lee
0da39901c8 Consistent fail-fast property
* DelimiterBasedFrameDecoder and LengthFieldBasedFrameDecoder must
expose the fail-fast option consistently
* Renamed failImmediatelyOnTooLongFrame to failFast
2011-11-22 18:39:11 +09:00
Trustin Lee
0d4dfefeb0 Backport the pull request #70 2011-11-22 16:34:35 +09:00
norman
13d0d84852 Revert "Fix NETTY-452, add an option for whether to count length field into packet length or not"
This reverts commit db5d74748b.
2011-11-11 08:38:50 +01:00
norman
852e0a1ed8 Revert "Revert "Adjust to current master""
This reverts commit 91ea9028f4.
2011-11-11 08:38:10 +01:00
norman
91ea9028f4 Revert "Adjust to current master"
This reverts commit 16792a22be.
2011-11-11 08:36:12 +01:00
norman
16792a22be Adjust to current master 2011-11-10 09:28:07 +01:00
norman
6231030f2b Add failImmediatelyOnTooLongFrame option to DelimiterBasedFrameDecoder
and LengthFieldBasedFrameDecoder
2011-11-10 09:03:56 +01:00
Norman Maurer
db5d74748b Fix NETTY-452, add an option for whether to count length field into
packet length or not
2011-11-09 20:43:50 +01:00
Norman Maurer
582b25eaf5 Merge pull request #50 from jpinner/ignore_httponly_cookies_3.2
Ignore httponly cookies 3.2
2011-11-09 10:11:13 -08:00
Jeff Pinner
5b46cb4cfe ignore HttpOnly as a cookie name instead of throwing exception 2011-11-09 09:51:26 -08:00
Norman Maurer
9c1950606b Merge branch '3.2' of ssh://git@github.com/netty/netty.git into 3.2 2011-11-06 20:18:18 +01:00
Norman Maurer
dd8ec0ea30 release replaying decoder cumulation buffer after firing upstream 2011-11-06 20:17:21 +01:00
Norman Maurer
a555949cb5 fix compareTo 2011-11-06 07:55:30 +01:00
Norman Maurer
e4bd678846 Remove not used SerialVersionUID fields 2011-11-03 20:30:44 +01:00
Norman Maurer
a91c56c84d Remove iostream support from 3.2 branch. This will only go into 4.x 2011-11-03 19:29:22 +01:00
Norman Maurer
24e0b01e8d Release the cumulation buffer after firing upstream so we don't end up
with a "leak" because of a very big ChannelBuffer. This patch is
extracted of the pull request 39. Thanks to arya for the patch. See
NETTY-453
2011-11-03 11:29:39 +01:00
Trustin Lee
5860ce337d Merge branch '3.2' of git://github.com/trustin/netty into 3.2 2011-10-31 15:23:25 -07:00
Trustin Lee
0f8cecc907 Upgrade to JUnit 4.10 2011-10-31 15:20:25 -07:00
Norman Maurer
d742a11c25 Merge pull request #22 from pfisterer/master. Which adds a
IOStreamChannelFactory which can be used to connect to InputStream and
OutputStream
2011-10-29 20:18:10 +02:00
norman
b1c27063a2 Make sure the fireExceptionCaught will not get fired while holding a
lock. This will prevent a deadlock which you may see if you have an
ChannelHandler that will trigger Channel.close() on an Exception. See
NETTY-443
2011-10-25 11:52:27 +02:00
norman
6728766158 ChannelLocal nows removes Channel instances from itself once the Channel
was closed. This is configurable via a constructor parameter to allow
the user to choose what to do. The default is to not remove the Channel
from the ChannelLocal to not break usage which depends on the "old"
behavior. See NETTY-447
2011-10-24 08:32:17 +02:00
Trustin Lee
322f0ccae4 [maven-release-plugin] prepare for next development iteration 2011-10-22 22:39:15 -07:00