Trustin Lee
bd3000858d
Move system property parse/access operations to SystemPropertyUtil
2012-09-01 16:49:22 +09:00
Trustin Lee
977ce4e645
Update license headers
2012-06-04 13:35:22 -07:00
Trustin Lee
e2109b236b
Fix various checkstyle violations
...
Backported from master
2012-01-11 20:17:47 +09:00
Trustin Lee
2231c31f9f
Fix license headers / Remove JBoss.org style
2011-12-09 14:16:33 +09:00
Trustin Lee
683d678c17
Remove @author and @version / Remove COPYRIGHT.txt
...
* The new copyright header replaces @author
* COPYRIGHT.txt is irrelevant to us now.
2011-12-09 13:44:53 +09:00
Trustin Lee
f9b879e73f
http://jboss.org/netty/ to http://netty.io/
2011-12-09 12:47:26 +09:00
Trustin Lee
e395aacbd4
Imported the 3.2 branch from Netty SVN repository
2010-11-12 00:28:17 +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
28511fcb9e
* Javadoc
...
* Added EstimatableObjectWrapper and make ChannelEventRunnable implement it to avoid an evil circular dependency
2009-06-17 05:28:53 +00:00
Trustin Lee
ec0b3fe3f2
* Moved internal utility classes to org.jboss.netty.util.internal
...
* Made org.jboss.netty.util public
* Moved ObjectSizeEstimator and its implementation to org.jboss.netty.util
2009-04-03 07:41:54 +00:00
Trustin Lee
d2a07463ef
Added SystemPropertyUtil
2008-08-30 07:29:00 +00:00
Trustin Lee
ff8f148990
Made sure debug mode is turned off if no, false, or 0 is specified.
2008-08-21 05:46:49 +00:00
Trustin Lee
5ac5611e51
Resolved issue: NETTY-23 (Simplify an exception stack trace.)
...
* Added DebugUtil and StackTraceSimplifier
* DefaultExceptionEvent and InternalLoggerFactory simplifies the stack trace unless Netty debug mode is enabled.
2008-08-21 05:38:43 +00:00