..
AbstractByteBuf.java
Reset markers when obtain PooledByteBuf.
2015-05-20 07:29:32 +02:00
AbstractByteBufAllocator.java
maxBytesPerRead channel configuration
2015-08-05 23:59:54 -07:00
AbstractDerivedByteBuf.java
Revert "Add PooledSlicedByteBuf and PooledDuplicatedByteBuf"
2015-08-26 13:24:44 -07:00
AbstractReferenceCountedByteBuf.java
Fix most inspector warnings
2014-07-02 19:55:07 +09:00
AdvancedLeakAwareByteBuf.java
Added debug logging with effective value for io.netty.leakDetection.acquireAndReleaseOnly property
2015-09-01 09:10:38 +02:00
ByteBuf.java
[ #3899 ] Fix javadoc to use netty 4 API.
2015-07-03 14:18:53 +02:00
ByteBufAllocator.java
MessageToByteEncoder always starts with ByteBuf that use initalCapacity == 0
2014-06-24 13:55:21 +09:00
ByteBufHolder.java
Enable a user specify an arbitrary information with ReferenceCounted.touch()
2014-02-13 18:16:25 -08:00
ByteBufInputStream.java
Fix most inspector warnings
2014-07-02 19:55:07 +09:00
ByteBufOutputStream.java
Remove apiviz tags - we are focusing on user guide instead and putting diagrams there
2013-02-14 12:09:16 -08:00
ByteBufProcessor.java
ByteString introduced as AsciiString super class
2015-04-14 16:35:17 -07:00
ByteBufUtil.java
[ #3798 ] Extract dump method to ByteBufUtil
2015-06-09 06:21:09 +02:00
CompositeByteBuf.java
[ #3623 ] CompositeByteBuf.iterator() should return optimized Iterable
2015-04-20 10:45:37 +02:00
DefaultByteBufHolder.java
Enable a user specify an arbitrary information with ReferenceCounted.touch()
2014-02-13 18:16:25 -08:00
DuplicatedByteBuf.java
Restore derived buffer index/mark updates
2015-08-27 10:25:15 -07:00
EmptyByteBuf.java
ByteString introduced as AsciiString super class
2015-04-14 16:35:17 -07:00
FixedCompositeByteBuf.java
Fix FixedCompositeByteBuf handling when copying to direct buffers and streams
2015-06-27 20:39:31 +02:00
package-info.java
Synchronized between 4.1 and master
2014-04-25 00:38:02 +09:00
PoolArena.java
Let PoolThreadCache work even if allocation and deallocation Thread are different
2015-05-27 14:38:11 +02:00
PoolArenaMetric.java
Expose metrics for PooledByteBufAllocator
2015-05-20 21:06:17 +02:00
PoolChunk.java
Let PoolThreadCache work even if allocation and deallocation Thread are different
2015-05-27 14:38:11 +02:00
PoolChunkList.java
[ #3654 ] No need to hold lock while destroy a chunk
2015-05-27 09:47:53 +02:00
PoolChunkListMetric.java
Expose metrics for PooledByteBufAllocator
2015-05-20 21:06:17 +02:00
PoolChunkMetric.java
Expose metrics for PooledByteBufAllocator
2015-05-20 21:06:17 +02:00
PooledByteBuf.java
Revert "Add PooledSlicedByteBuf and PooledDuplicatedByteBuf"
2015-08-26 13:24:44 -07:00
PooledByteBufAllocator.java
[ #3888 ] Use 2 * cores as default minimum for pool arenas.
2015-06-18 07:27:30 +02:00
PooledDirectByteBuf.java
Fix most inspector warnings
2014-07-02 19:55:07 +09:00
PooledHeapByteBuf.java
Ensure buffer is not released when call array() / memoryAddress()
2014-12-11 11:30:31 +01:00
PooledUnsafeDirectByteBuf.java
maxBytesPerRead channel configuration
2015-08-05 23:59:54 -07:00
PoolSubpage.java
[ #3654 ] Synchronize on PoolSubpage head when allocate / free PoolSubpages
2015-05-27 10:33:12 +02:00
PoolSubpageMetric.java
Expose metrics for PooledByteBufAllocator
2015-05-20 21:06:17 +02:00
PoolThreadCache.java
MemoryRegionCache$Entry objects are not recycled
2015-08-10 21:29:25 +02:00
ReadOnlyByteBuf.java
ByteString introduced as AsciiString super class
2015-04-14 16:35:17 -07:00
ReadOnlyByteBufferBuf.java
Fix most inspector warnings
2014-07-02 19:55:07 +09:00
ReadOnlyUnsafeDirectByteBuf.java
Fix most inspector warnings
2014-07-02 19:55:07 +09:00
SimpleLeakAwareByteBuf.java
Enable a user specify an arbitrary information with ReferenceCounted.touch()
2014-02-13 18:16:25 -08:00
SlicedByteBuf.java
Revert "Add PooledSlicedByteBuf and PooledDuplicatedByteBuf"
2015-08-26 13:24:44 -07:00
SwappedByteBuf.java
ByteString introduced as AsciiString super class
2015-04-14 16:35:17 -07:00
Unpooled.java
[ #3896 ] Unpooled.copiedBuffer(ByteBuffer) and copiedBuffer(ByteBuffer...) is not thread-safe.
2015-07-07 08:38:37 +02:00
UnpooledByteBufAllocator.java
Better buffer leak reporting
2013-12-05 00:51:39 +09:00
UnpooledDirectByteBuf.java
Fix most inspector warnings
2014-07-02 19:55:07 +09:00
UnpooledHeapByteBuf.java
Fix most inspector warnings
2014-07-02 19:55:07 +09:00
UnpooledUnsafeDirectByteBuf.java
Ensure buffer is not released when call array() / memoryAddress()
2014-12-11 11:30:31 +01:00
UnreleasableByteBuf.java
Enable a user specify an arbitrary information with ReferenceCounted.touch()
2014-02-13 18:16:25 -08:00
UnsafeDirectSwappedByteBuf.java
[ #2653 ] Remove unnecessary ensureAccessible() calls
2014-07-14 21:04:12 +02:00
WrappedByteBuf.java
ByteString introduced as AsciiString super class
2015-04-14 16:35:17 -07:00