Trustin Lee
|
5eb56831e8
|
Optimized CompositeChannelBuffer creation
|
2009-11-03 02:34:54 +00:00 |
|
Trustin Lee
|
abfae49a7c
|
DirectChannelBufferFactory.getBuffer(ByteBuffer) must not return a read only buffer
|
2009-10-16 04:33:04 +00:00 |
|
Trustin Lee
|
127851df31
|
Typo
|
2009-10-16 04:32:07 +00:00 |
|
Trustin Lee
|
972620d431
|
Resolved issue: NETTY-241 Add more ChannelBufferFactory.getBuffer() methods for less memory bandwidth consumption
|
2009-10-16 04:31:33 +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
|
c3b06d4a67
|
Updated author
|
2009-10-14 05:35:03 +00:00 |
|
Trustin Lee
|
d3488a1852
|
Fixed a bug where the newly added padding has wrong writeIndex
|
2009-10-13 08:51:25 +00:00 |
|
Trustin Lee
|
ed27ca19ea
|
Renamed setFromList to setComponents
|
2009-10-13 08:46:41 +00:00 |
|
Trustin Lee
|
85712a72b8
|
Code cleanup
|
2009-10-13 08:35:22 +00:00 |
|
Trustin Lee
|
3b9d1a9dab
|
Code cleanup
|
2009-10-13 08:03:05 +00:00 |
|
Trustin Lee
|
ca4c32df68
|
* Merged Frederic's 'aggregate' branch
* Refactored Frederic's test cases
* Code clean up
|
2009-10-13 07:54:18 +00:00 |
|
Trustin Lee
|
1ed1d63dd6
|
Better Javadoc based on Frederic's modification at the 'aggregate' branch
|
2009-10-13 03:41:35 +00:00 |
|
Trustin Lee
|
6b53303bd7
|
* Fixed incorrect Javadoc of ChannelBuffers.wrappedBuffer(ByteBuffer)
|
2009-10-12 07:40:18 +00:00 |
|
Trustin Lee
|
588cfa8518
|
Fixed issue: NETTY-228 Method "ChannelBuffers.wrappedBuffer(ByteBuffer buffer)" does not always honor ByteOrder
|
2009-09-21 01:24:19 +00:00 |
|
Trustin Lee
|
b11ef6ca9b
|
Relicensed to Apache License v2
|
2009-08-28 07:15:49 +00:00 |
|
Trustin Lee
|
7851e84a2c
|
More explanation on ChannelBuffer.discardReadBytes()
|
2009-08-28 05:56:47 +00:00 |
|
Trustin Lee
|
90329ef978
|
Updated APIviz tags (work in progress)
|
2009-07-17 12:49:32 +00:00 |
|
Trustin Lee
|
48a5d95dac
|
Javadoc
|
2009-06-17 08:28:03 +00:00 |
|
Trustin Lee
|
ca11f90270
|
* Added ChannelBufferOutputStream.writtenBytes()
* Javadoc
|
2009-06-17 08:24:52 +00:00 |
|
Trustin Lee
|
c838c2aea3
|
Javadoc
|
2009-06-17 08:10:45 +00:00 |
|
Trustin Lee
|
70e90fc85e
|
Fixed issue: NETTY-176 toByteBuffer() and slice() sometimes do not respect byte order
* Added tests to make sure all ChannelBuffer implementations are fixed
* Fixed the byte order problem in HeapChannelBuffer
|
2009-06-17 08:08:11 +00:00 |
|
Trustin Lee
|
b9cd9de5ed
|
Fixed issue: NETTY-176 ByteBufferBackedBuffer.toByteBuffer() and slice() do not respect byte order
|
2009-06-17 07:57:14 +00:00 |
|
Trustin Lee
|
f22f0b2035
|
CompositeChannelBuffer.toByteBuffer() should return the ByteBuffer with the same order
|
2009-06-15 06:13:50 +00:00 |
|
Trustin Lee
|
ffe2831502
|
Fixed issue: NETTY-162 directBuffer cannot create buffer with LITTLE_ENDIAN endianness
* Added test case for little endian direct buffer
* Fixed a problem where the sliced buffer's endianness is not set
|
2009-05-30 06:50:09 +00:00 |
|
Trustin Lee
|
24ec8eeff6
|
Fixed the documentation error reported by Stefan
|
2009-05-08 08:21:13 +00:00 |
|
Trustin Lee
|
e8b186eb4a
|
Moved the chapter 3 to the package description of org.jboss.netty.buffer. User guide will focus on bigger pictures
|
2009-04-28 11:28:04 +00:00 |
|
Trustin Lee
|
120db66aca
|
More documentation on ChannelBuffer
|
2009-04-24 13:56:35 +00:00 |
|
Trustin Lee
|
7023c0599c
|
A small rant
|
2009-03-12 09:21:45 +00:00 |
|
Trustin Lee
|
35b08df70a
|
* ChannelBuffer.writeBytes(InputStream, ...) must return an integer
* Fixed a problem where DynamicChannelBuffer doesn't expand itself for some writeBytes() calls
|
2009-03-12 06:40:36 +00:00 |
|
Trustin Lee
|
35ac9ef38e
|
Fixed a bug: NETTY-129 CompositeChannelBuffer.getBytes(offset, GatheringByteChannel, length) doesn't respect offset and length parameter
|
2009-03-04 13:43:56 +00:00 |
|
Trustin Lee
|
9bbce4a223
|
Fixed a bug where a dynamic buffer's readerIndex goes out of sync on expansion
|
2009-02-26 11:28:21 +00:00 |
|
Trustin Lee
|
db18337762
|
* Fixed most Find Bugs warnings
* Added UnreplayableOperationException
|
2009-02-13 10:21:28 +00:00 |
|
Trustin Lee
|
65048c930f
|
Made DirectChannelBufferFactory's preallocatedBufferCapacity configurable
|
2009-02-13 06:25:29 +00:00 |
|
Trustin Lee
|
c79bbd063f
|
Reduced the amount of the heap allocated for hexdump generation (512KiB -> 2KiB)
|
2009-02-05 06:34:17 +00:00 |
|
Trustin Lee
|
6e08f03589
|
endianness -> defaultEndianness
|
2008-12-08 09:50:00 +00:00 |
|
Trustin Lee
|
1fa791c4a4
|
Made sure all out-of-the-box encoders and decoders respect the ChannelBufferFactory configuration
|
2008-12-08 09:02:33 +00:00 |
|
Trustin Lee
|
799a95774c
|
Added another fixme
|
2008-12-08 08:21:17 +00:00 |
|
Trustin Lee
|
fe98713cba
|
* Added ChannelBufferFactory and its implementations
* Made sure ChannelBuffer implementations respect the associated ChannelBufferFactory
|
2008-12-08 08:20:34 +00:00 |
|
Trustin Lee
|
414e02cb3e
|
Fixed a problem where ReplayingDecoderBuffer.readBytes/readSlice() and AbstractChannelBuffer.readSlice() doesn't work properly.
|
2008-12-06 14:19:56 +00:00 |
|
Trustin Lee
|
549145687e
|
Fixed a problem where AbstractChannelBuffer.readBytes(int) does not respect the endianness of the original buffer
|
2008-12-06 13:54:16 +00:00 |
|
Trustin Lee
|
630473bf84
|
Fixed issue: NETTY-67 (ChannelBuffer.writeBytes() and setBytes() should not throw ClosedChannelException)
|
2008-11-16 13:52:47 +00:00 |
|
Trustin Lee
|
09ef8e8964
|
Comment clean up as advised
|
2008-11-14 07:45:53 +00:00 |
|
Trustin Lee
|
d8cd49c1b7
|
Fixed a warning reported by FindBugs in CompositeChannelBuffer
|
2008-11-07 02:08:36 +00:00 |
|
Trustin Lee
|
33187d0285
|
Fixed issue: NETTY-62 ChannelBuffers.EMPTY_BUFFER is not final
|
2008-11-07 02:05:09 +00:00 |
|
Trustin Lee
|
6a759f0c63
|
Fixed grammar, typo, and brevity in Javadoc comments
|
2008-09-24 09:48:32 +00:00 |
|
Trustin Lee
|
e34d494496
|
Fixed a bug where AbstractChannelBuffer.writeBytes() decreases the writerIndex when the specified channel is closed.
|
2008-09-06 09:11:18 +00:00 |
|
Trustin Lee
|
e1709c8e4b
|
* Added another test case that checks shutdown time
* Optimized the hex dump table generation in ChannelBuffers
|
2008-09-05 00:57:22 +00:00 |
|
Trustin Lee
|
a056b9af63
|
* Fixed randomly failing ChannelBuffers.compareTo test
* Used shutdownNow instead of shutdown to shorten the test running time
* Added a test case that checks shutdown time
|
2008-09-05 00:01:33 +00:00 |
|
Trustin Lee
|
79499476c1
|
* Added ReadOnlyChannelBufferTest
* Added ReadOnlyChannelBuffer.toByteBuffers
|
2008-09-04 12:37:37 +00:00 |
|
Trustin Lee
|
d9a37093e2
|
More test cases and trivial fixes
|
2008-09-04 11:53:44 +00:00 |
|