netty5/codec/src/test/java/io/netty/handler/codec
Trustin Lee 5f889d92a1 Fix buffer leaks in Bzip2Decoder(Test)
If decompression fails, the buffer that contains the decompressed data
is not released.  Bzip2DecoderTest.testStreamCrcError() also does not
release the partial output Bzip2Decoder produces.
2014-06-26 17:48:32 +09:00
..
bytes Fix resource leaks in ByteArrayEncoderTest 2014-02-16 11:50:09 -08:00
compression Fix buffer leaks in Bzip2Decoder(Test) 2014-06-26 17:48:32 +09:00
frame Change the return type of EmbeddedChannel.read*() from Object to an ad-hoc type parameter 2014-02-13 17:19:26 -08:00
marshalling Change the return type of EmbeddedChannel.read*() from Object to an ad-hoc type parameter 2014-02-13 17:19:26 -08:00
protobuf Fix all leaks reported during tests 2013-12-07 00:44:56 +09:00
serialization Remove unused package private classes 2013-07-14 23:50:27 +02:00
string Change the return type of EmbeddedChannel.read*() from Object to an ad-hoc type parameter 2014-02-13 17:19:26 -08:00
xml Change the return type of EmbeddedChannel.read*() from Object to an ad-hoc type parameter 2014-02-13 17:19:26 -08:00
ByteToMessageDecoderTest.java Change the return type of EmbeddedChannel.read*() from Object to an ad-hoc type parameter 2014-02-13 17:19:26 -08:00
DelimiterBasedFrameDecoderTest.java Fix all leaks reported during tests 2013-12-07 00:44:56 +09:00
LengthFieldBasedFrameDecoderTest.java Change the return type of EmbeddedChannel.read*() from Object to an ad-hoc type parameter 2014-02-13 17:19:26 -08:00
LineBasedFrameDecoderTest.java Fix all leaks reported during tests 2013-12-07 00:44:56 +09:00
MessageToMessageEncoderTest.java [#1656] Fix IndexOutOfBoundsException in MessageToMessageException 2013-07-26 11:46:26 +02:00
ReplayingDecoderBufferTest.java Fix all leaks reported during tests 2013-12-07 00:44:56 +09:00
ReplayingDecoderTest.java Change the return type of EmbeddedChannel.read*() from Object to an ad-hoc type parameter 2014-02-13 17:19:26 -08:00