netty5/common/src/main/java/io/netty/util
2013-11-04 18:57:02 +09:00
..
concurrent Replace constructor calls on UniqueName and its subtypes with valueOf() wherever possible 2013-10-25 20:58:53 +09:00
internal Fix an API bug in the JavassistTypeParameterMatcherGenerator where some of its methods are not static 2013-11-04 18:57:02 +09:00
AbstractReferenceCounted.java ReferenceCountException -> IllegalReferenceCountException 2013-06-13 14:00:15 +09:00
Attribute.java Fix regression in DefaultAttributeMap / Add Attribute.key() / More fine-grained locking 2013-02-21 15:49:51 -08:00
AttributeKey.java Checkstyle 2013-10-25 21:04:10 +09:00
AttributeMap.java minor documentation cleanup 2013-07-20 08:01:14 +02:00
CharsetUtil.java Update license headers 2012-06-04 13:31:44 -07:00
DefaultAttributeMap.java Fix regression in DefaultAttributeMap / Add Attribute.key() / More fine-grained locking 2013-02-21 15:49:51 -08:00
HashedWheelTimer.java [#1959] Proposed fix to correctly handle timeouts that overflow the ticks in the wheel 2013-10-31 06:27:17 +01:00
IllegalReferenceCountException.java ReferenceCountException -> IllegalReferenceCountException 2013-06-13 14:00:15 +09:00
NetUtil.java Fix 'unsupported address type error' in UDP tests / Fix checkstyle 2013-04-24 17:43:32 +09:00
package-info.java Remove apiviz tags - we are focusing on user guide instead and putting diagrams there 2013-02-14 12:09:16 -08:00
Recycler.java Optimize Recycler.Stack 2013-06-10 16:38:57 +09:00
ReferenceCounted.java Move ReferenceCounted and AbstractReferenceCounted to io.netty.util 2013-06-13 13:14:21 +09:00
ReferenceCountUtil.java Introduce new utility class calles ReferenceCountUtil and move utility methods from ByteBufUtil to it. 2013-06-14 07:07:33 +02:00
ResourceLeak.java Automatic diagnosis of resource leaks 2013-01-15 14:15:27 +09:00
ResourceLeakDetector.java [#1612] No need for volatile as it is not needed to be precise 2013-07-23 07:11:11 +02:00
ResourceLeakException.java Automatic diagnosis of resource leaks 2013-01-15 14:15:27 +09:00
Signal.java Deprecate UniqueName and its subtypes' constructors / Add valueOf() for easier future migration. 2013-10-25 20:53:47 +09:00
Timeout.java Simpler method naming in Timeout 2012-12-26 13:50:01 +09:00
Timer.java Remove apiviz tags - we are focusing on user guide instead and putting diagrams there 2013-02-14 12:09:16 -08:00
TimerTask.java Update license headers 2012-06-04 13:31:44 -07:00
UniqueName.java Deprecate UniqueName and its subtypes' constructors / Add valueOf() for easier future migration. 2013-10-25 20:53:47 +09:00