norman
|
db09c421d9
|
Optimize SslHandler's detection of supressable exceptions, so it will not break on different OS's or jdk impls. See #79
|
2012-07-05 09:18:59 +02:00 |
|
norman
|
e40c430976
|
Throw a special SSLException if a non SSL/TLS record was detected. See #437
|
2012-07-05 07:53:29 +02:00 |
|
norman
|
a7a4081e70
|
Fix checkstyle
|
2012-07-04 15:27:10 +02:00 |
|
norman
|
1784283d29
|
Correctly format cookies. This fix some bug which lead to expiring of cookies to not work. See #426
|
2012-07-04 15:20:47 +02:00 |
|
norman
|
61a7c78a53
|
Port fix for #433
|
2012-07-04 15:14:05 +02:00 |
|
norman
|
31cebd7ce2
|
No need for AtomicBoolean as we run in the eventloop. See #396
|
2012-07-03 15:30:15 +02:00 |
|
norman
|
eccc28965e
|
Make sure the ComplationHandler stuff is handled in the eventloop. See #396
|
2012-07-03 15:25:28 +02:00 |
|
norman
|
a5b6f1d615
|
Ignore NetworkChannel class. See #396
|
2012-07-03 13:52:33 +02:00 |
|
norman
|
7d33846690
|
Trigger the read() after the registration was complete. See #396
|
2012-07-03 13:10:29 +02:00 |
|
norman
|
e58d657421
|
Supress exception logging if the exception was expected. See #396
|
2012-07-03 12:01:52 +02:00 |
|
norman
|
c3770a0fba
|
Revert "Check that eventloop's were setup correctly. See #396"
This reverts commit 82834c2f34 .
|
2012-07-03 11:50:50 +02:00 |
|
norman
|
ac4dacd84f
|
Minimize byte copies by using a CompositeByteBuf to concat the chunks. See #413
|
2012-07-03 10:37:11 +02:00 |
|
norman
|
d0e83520cc
|
Add getters for the specified timeout values. See #418
|
2012-07-03 10:18:57 +02:00 |
|
Norman Maurer
|
82834c2f34
|
Check that eventloop's were setup correctly. See #396
|
2012-07-01 22:39:33 +02:00 |
|
Norman Maurer
|
12112ac857
|
Use the correct outbound buffer for flush the writes. See #396
|
2012-07-01 22:32:45 +02:00 |
|
Norman Maurer
|
0562aad91f
|
Make sure all pending writes are flushed. See #396
|
2012-07-01 22:20:36 +02:00 |
|
Norman Maurer
|
8c0146fbd8
|
Supress warnings
|
2012-07-01 21:50:44 +02:00 |
|
Norman Maurer
|
e1cbcd6456
|
Remove left-overs. See #396
|
2012-07-01 21:50:17 +02:00 |
|
Norman Maurer
|
87f50e135e
|
Merge pull request #427 from Massive-Dynamics/nmaurer-fixes-415
Fixes javadoc from one of my pull requests
|
2012-06-30 08:16:15 -07:00 |
|
Cruz Julian Bishop
|
b9d16663d9
|
Fixes javadoc from #414 / #415 (@trustin)
|
2012-06-30 20:30:56 +10:00 |
|
Norman Maurer
|
53fb5165c9
|
Merge pull request #425 from Massive-Dynamics/timeout-unsuccessful-cancel
Change Timeout.cancel() to return a boolean value
|
2012-06-29 05:08:46 -07:00 |
|
Cruz Julian Bishop
|
04cf836cf0
|
Change Timeout.cancel() to return a boolean value, true on a successful cancel
As requested in the javadoc for HashedWheelTimer
|
2012-06-29 21:59:48 +10:00 |
|
Norman Maurer
|
c35f90f920
|
Port enhancement to reduce memory copy if possible. See #412
|
2012-06-29 13:26:13 +02:00 |
|
Norman Maurer
|
27b83a480b
|
Fix checkstyle
|
2012-06-29 12:49:58 +02:00 |
|
Norman Maurer
|
07095a41f4
|
Rename method and make it more clear thats an expert method. See #414 #415
|
2012-06-29 12:28:08 +02:00 |
|
Norman Maurer
|
f8093408e4
|
Merge pull request #415 from Massive-Dynamics/fix-414
Adds a method to get the buffer for a specific index in CompositeByteBuf
|
2012-06-29 03:24:40 -07:00 |
|
Norman Maurer
|
cd95dc5924
|
Merge pull request #422 from Massive-Dynamics/http-doc
Even more documentation changes (mainly) - HTTP
|
2012-06-29 02:55:20 -07:00 |
|
Cruz Julian Bishop
|
c52cb0ea21
|
Assuming that @trustin will want this changed :)
|
2012-06-29 19:27:41 +10:00 |
|
Cruz Julian Bishop
|
3792693468
|
Changed "Gets the" to "Returns the" - Requested by @trustin
|
2012-06-29 19:25:31 +10:00 |
|
Cruz Julian Bishop
|
f3fff2d3e8
|
Documentation redone for Cookie
|
2012-06-29 18:59:12 +10:00 |
|
Cruz Julian Bishop
|
26ed1a9972
|
Documentation and slight internal refactoring of HttpCodecUtil
|
2012-06-29 17:03:47 +10:00 |
|
Norman Maurer
|
d0c8c10681
|
Merge pull request #420 from Massive-Dynamics/fix-failed-javadoc
Fixes a bit of javadoc that was broken by a failed merge
|
2012-06-28 23:51:05 -07:00 |
|
Norman Maurer
|
fa2224c3aa
|
Merge pull request #421 from Massive-Dynamics/websocket-util-doc
Redid documentation for WebSocketUtil
|
2012-06-28 23:48:28 -07:00 |
|
Cruz Julian Bishop
|
4d5e4c3433
|
Make HttpResponse's javadoc a bit easier to read
|
2012-06-29 16:39:39 +10:00 |
|
Cruz Julian Bishop
|
a818cad45a
|
Make HttpRequest's documentation easier to read
|
2012-06-29 16:37:40 +10:00 |
|
Cruz Julian Bishop
|
59bb92171b
|
Made the documentation in HttpMessage a bit easier to understand
|
2012-06-29 16:33:14 +10:00 |
|
Cruz Julian Bishop
|
9f9b36f579
|
Redid documentation for WebSocketUtil
|
2012-06-29 15:12:59 +10:00 |
|
Cruz Julian Bishop
|
be57cf3b51
|
Fixes a bit of javadoc that was broken by a failed merge
|
2012-06-29 15:03:41 +10:00 |
|
Cruz Julian Bishop
|
c55e10c12a
|
Fix a bug where a potential overflow occurs
|
2012-06-29 13:38:53 +10:00 |
|
Cruz Julian Bishop
|
b11d4fa37a
|
Two tentative last asserts in the test
|
2012-06-29 13:37:41 +10:00 |
|
Cruz Julian Bishop
|
557f1c85df
|
Little bit more testing
|
2012-06-29 13:35:14 +10:00 |
|
Cruz Julian Bishop
|
3d9be81377
|
Provide a basic test for getBufferFor()
|
2012-06-29 13:31:02 +10:00 |
|
Cruz Julian Bishop
|
00ae0e8ad9
|
Merge remote-tracking branch 'Netty/master' into fix-414
|
2012-06-29 13:02:32 +10:00 |
|
Norman Maurer
|
33c42bee6d
|
Merge pull request #409 from Massive-Dynamics/network-constants-doc
Adds javadoc to NetworkConstants
|
2012-06-28 05:08:01 -07:00 |
|
Norman Maurer
|
a12a99a3dc
|
Merge pull request #416 from Massive-Dynamics/non-reentrant-lock-doc
Add documentation to NonReentrantLock
|
2012-06-28 05:07:17 -07:00 |
|
Norman Maurer
|
2610a94de9
|
Fix SpdyHttpHeaders.setScheme setting the wrong header. See #417
|
2012-06-28 13:36:21 +02:00 |
|
Cruz Julian Bishop
|
e2989719e1
|
Comply with line width a bit more
|
2012-06-28 19:34:52 +10:00 |
|
Cruz Julian Bishop
|
a504aa1159
|
Documentation and checkstyle fixes from @fredericBregier
This is part of #414
|
2012-06-28 19:33:54 +10:00 |
|
Cruz Julian Bishop
|
42f3a6750a
|
Add documentation and changes to ComposityByteBuf.getBufferFor(index)
Thanks to @kimchy and @fredericBregier
This is part of #414
|
2012-06-28 19:01:16 +10:00 |
|
Norman Maurer
|
8f4aa5b9e2
|
Merge pull request #411 from Massive-Dynamics/update-dependencies
Update dependencies to the latest stable versions
|
2012-06-28 00:21:59 -07:00 |
|