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 |
|
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 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 |
|
Trustin Lee
|
5caf78acc0
|
Fix a bug where channelActive is not fired for an accepted channel
|
2012-06-18 17:22:06 +09:00 |
|
Trustin Lee
|
3e2953cf92
|
Add AIO transport to the test suite
|
2012-06-18 16:21:05 +09:00 |
|
Norman Maurer
|
127e9c1d1e
|
Calling clear is wrong. See #396
|
2012-06-17 20:28:47 +02:00 |
|
Norman Maurer
|
7412c371f2
|
Fix writes. See #396
|
2012-06-17 13:12:15 +02:00 |
|
Norman Maurer
|
22bc8fecca
|
Implement the right interfaces
|
2012-06-17 11:07:21 +02:00 |
|
Norman Maurer
|
5d1e710adc
|
Package was renamed. See #396
|
2012-06-16 22:31:43 +02:00 |
|
Norman Maurer
|
70c4f59c45
|
Some clean. See #396
|
2012-06-16 22:29:25 +02:00 |
|
Norman Maurer
|
314ac37732
|
Rename classes from Async* -> Aio*. See #396
|
2012-06-16 21:20:57 +02:00 |
|
Norman Maurer
|
67be5aeda8
|
Rename package from nio2 -> aio. See #396
|
2012-06-16 21:18:25 +02:00 |
|
Norman Maurer
|
ffc6551acc
|
Adjust name. See #396
|
2012-06-16 21:17:45 +02:00 |
|
Norman Maurer
|
2ff22ff4c3
|
Add javadocs and also handle writes correctly. See #396
|
2012-06-16 21:16:54 +02:00 |
|
Norman Maurer
|
70baea35da
|
Make reads work like expected with AOI. See #396
|
2012-06-16 20:51:45 +02:00 |
|
Norman Maurer
|
f8ef5d5d78
|
Next round for async channel api support a.k.a nio2. See See #396
|
2012-06-14 21:02:47 +02:00 |
|
Norman Maurer
|
032912d938
|
Commit first round of classes to support nio2/async channel api. Still work in progress.. See #396
|
2012-06-13 22:24:16 +02:00 |
|
Trustin Lee
|
ea5b294ce0
|
Build all-in-one JAR, xref, javadoc only on full build & release
|
2012-06-13 13:42:51 +09:00 |
|
Trustin Lee
|
b04e806bd9
|
Ensure 'mvn clean' removes the src directory
|
2012-06-13 13:28:18 +09:00 |
|
Trustin Lee
|
686756fa54
|
Clean src and target directory before making netty-all package
|
2012-06-13 13:21:48 +09:00 |
|
Trustin Lee
|
21288f86e8
|
Generate Xref
|
2012-06-13 12:49:54 +09:00 |
|
Trustin Lee
|
8b7af2ca3b
|
Generate Javadoc with APIviz
|
2012-06-13 12:11:11 +09:00 |
|
Trustin Lee
|
6b996722aa
|
Generate all-in-one javadoc
|
2012-06-13 11:05:42 +09:00 |
|
Trustin Lee
|
234bd78efa
|
Generate all-in-one source JAR
|
2012-06-13 10:43:16 +09:00 |
|
Trustin Lee
|
d66a0db6ca
|
Use maven-dependency-plugin instead of assemblies
- Adopted from @jamestyrrell's contribution
|
2012-06-13 10:01:21 +09:00 |
|
Trustin Lee
|
91fe9f4b38
|
serverID -> serverId (#393 Ensure all fields follow naming convention)
|
2012-06-12 21:20:27 +09:00 |
|
Trustin Lee
|
90b12ba5d2
|
Fix a ClassCastException in EmbeddedMessageChannel
|
2012-06-12 21:09:33 +09:00 |
|
Trustin Lee
|
a35aeb8cd9
|
StreamID -> StreamId (#393 Ensure all fields follow naming convention)
|
2012-06-12 21:06:45 +09:00 |
|
Trustin Lee
|
9bf0ad8329
|
ID -> Id (#393 Ensure all fields follow our naming convention)
|
2012-06-12 20:29:06 +09:00 |
|
Trustin Lee
|
60de50d89e
|
ID -> Id (#393 Ensure all fields follow our naming convention)
|
2012-06-12 20:25:21 +09:00 |
|
Trustin Lee
|
154198a385
|
ID -> Id (#393 Ensure all fields follow our naming convention)
|
2012-06-12 20:20:24 +09:00 |
|
Trustin Lee
|
676b81a4cd
|
getPersist(ed) -> isPersist(ed) (#393)
|
2012-06-12 20:05:12 +09:00 |
|
Trustin Lee
|
dfce95dd5a
|
Remove unused type
|
2012-06-12 18:09:05 +09:00 |
|
Trustin Lee
|
fdb66b6294
|
Add 'is' prefix to boolean getters if their meaning is ambiguous
- plus minor code cleanup
- ID -> Id or id
|
2012-06-12 17:58:22 +09:00 |
|
Trustin Lee
|
61e357049e
|
Remove BlockingReadHandler from master
- As mentioned in the developer group:
- https://groups.google.com/d/topic/netty/ZT0zaZ56eoU/discussion
|
2012-06-12 17:42:36 +09:00 |
|
Trustin Lee
|
660e4548a6
|
Fix an unexpected RejectedExecutionException
- Ensure to run all remaining tasks before marking the executor as
'shut down'.
|
2012-06-12 17:41:06 +09:00 |
|
Trustin Lee
|
3393629eed
|
Log the cause of exceptionCaught event when failed to notify
|
2012-06-12 17:25:27 +09:00 |
|
Trustin Lee
|
3b562c917d
|
Move ChannelBufferType to netty-buffers and rename it to ChannelBufType
- Also add ChannelBuf.type()
|
2012-06-12 17:05:28 +09:00 |
|
Trustin Lee
|
ecd0ae5406
|
Prefer MessageBuf over Queue where possible
- Also replaced thread safe queues with non-thread-safe ones where
possible
- Unpooled.wrappedBuffer(Queue<T>) does not wrap MessageBuf anymore
|
2012-06-12 17:02:00 +09:00 |
|
Trustin Lee
|
e1faea035e
|
Automatic clean-up with Eclipse
- Mostly import organization & whitespace removal
|
2012-06-11 23:04:04 +09:00 |
|