Norman Maurer
|
c165a38e15
|
Revert as it should be in nio2 branch "Commit first round of classes to support nio2/async channel api. Still work in progress.. See #396"
This reverts commit 18aaae3c2e .
|
2012-07-07 14:30:24 +09:00 |
|
Trustin Lee
|
41a9c66f66
|
fullbuild -> full
|
2012-07-07 14:28:50 +09:00 |
|
Trustin Lee
|
0ee0751fec
|
Fix a problem where source jar is not attached
|
2012-07-07 14:28:50 +09:00 |
|
Trustin Lee
|
4c2893e952
|
Add the tarball module
- Activated only when -Pfullbuild option is set or during release
|
2012-07-07 14:28:50 +09:00 |
|
Trustin Lee
|
98fb86fbf2
|
Use build-helper-maven-plugin instead of messy hack
|
2012-07-07 14:28:50 +09:00 |
|
Trustin Lee
|
aa3be3e1e8
|
Build all-in-one JAR on non-fullbuild.
|
2012-07-07 14:28:50 +09:00 |
|
Trustin Lee
|
4e43041c95
|
Fix a build problem with all-in-one module
- mvn test was failing
|
2012-07-07 14:22:12 +09:00 |
|
Trustin Lee
|
391fe71639
|
Remove unused classes / Make HashedWheelTimer not use ReusableIterator
|
2012-07-07 13:52:54 +09:00 |
|
Trustin Lee
|
cda2d6f5aa
|
No more mind-boggling ExternalResourceReleasable
|
2012-07-07 13:42:36 +09:00 |
|
Trustin Lee
|
8dc1f321cb
|
Remove unused classes in util.internal
|
2012-07-07 13:41:49 +09:00 |
|
Trustin Lee
|
9af7512c35
|
Use String.CASE_INSENSITIVE_ORDER instead of custom Comparator
|
2012-07-07 13:30:28 +09:00 |
|
norman
|
b9781c968c
|
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:37:26 +02:00 |
|
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 |
|