Trustin Lee
|
0dbdbcdb96
|
Added @Override annotations which were disallowed in Java 5 but not anymore in Java 6.
|
2010-11-12 09:45:39 +09:00 |
|
Trustin Lee
|
3362114248
|
* Replaced e-mail addresses into homepage/blog URL anywhere possible
* Added Amit to COPYRIGHT.txt
|
2010-01-26 09:04:19 +00:00 |
|
Trustin Lee
|
eca6033456
|
Updated author information. I want to get messages about Netty in my gmail account.
|
2009-10-14 05:46:40 +00:00 |
|
Trustin Lee
|
b11ef6ca9b
|
Relicensed to Apache License v2
|
2009-08-28 07:15:49 +00:00 |
|
Trustin Lee
|
29da430183
|
Javadoc
|
2009-06-17 09:33:20 +00:00 |
|
Trustin Lee
|
149d97d013
|
* Fixed issue: NETTY-125 (Backward incompatible) Use an integer as a Channel ID instead of UUID
* More concise Channel.toString() and ChannelEvent.toString() implementations
|
2009-02-16 11:59:33 +00:00 |
|
Trustin Lee
|
2030411759
|
Reverted r825 which doesn't make much sense
|
2009-02-11 09:47:53 +00:00 |
|
Trustin Lee
|
859f9a37a2
|
ChannelEvent implementations don't need to be public - package private is just enough because all events can be fired and created using Channels.
|
2009-02-11 06:03:00 +00:00 |
|
Trustin Lee
|
52e4288964
|
Prettier string representation of ChannelEvent implementations
|
2009-02-08 16:12:18 +00:00 |
|
Trustin Lee
|
8f92cfb80a
|
Optimized event implementation to reduce memory footprint and improve performance somewhat
|
2009-02-05 05:56:47 +00:00 |
|