Commit Graph

280 Commits

Author SHA1 Message Date
Trustin Lee
e069c7c958 Wrong number 2009-09-25 01:50:49 +00:00
Trustin Lee
50012fd8e6 Improved Javadoc of LengthFieldBasedFrameDecoder 2009-09-25 01:39:43 +00:00
Trustin Lee
e67e99a847 Fixed issue: NETTY-229 CookieDecoder throws IllegalArgumentException if the day of week string in 'expires' attribute is not abbreviated. 2009-09-21 01:20:00 +00:00
Trustin Lee
3179d8094e Fixed issue: NETTY-226 IndexOutOfBoundsException on empty HTTP header value.
* Skipped substring operation for an HTTP header value if there's nothing after a colon (:).
2009-09-10 10:34:49 +00:00
Trustin Lee
b67688fd0f Fixed documentation error 2009-09-07 03:27:26 +00:00
Trustin Lee
b11ef6ca9b Relicensed to Apache License v2 2009-08-28 07:15:49 +00:00
Trustin Lee
b29d55aa38 Fixed issue: NETTY-216 HTTP Cookie missing HTTPOnly property
* Added Cookie.httpOnly property
* Added support for HTTPOnly to CookieEncoder and CookieDecoder
2009-08-27 06:48:27 +00:00
Trustin Lee
7388b961a6 Fixed indentation 2009-08-27 06:44:12 +00:00
Trustin Lee
57ed3c1ee8 Removed unnecessary String.valueOf() call in StringEncoder 2009-08-07 03:42:21 +00:00
Trustin Lee
338a5cba4a Added documentation on how to implement protocol multiplexer 2009-07-23 07:10:30 +00:00
Trustin Lee
f671fd38ad Updated APIviz tags 2009-07-20 05:05:18 +00:00
Trustin Lee
0277a68c49 Updated APIviz tags 2009-07-20 04:50:03 +00:00
Trustin Lee
f15db3a65e Updated APIviz tags and improved Javadoc of the HTTP codec 2009-07-20 03:37:35 +00:00
Trustin Lee
90329ef978 Updated APIviz tags (work in progress) 2009-07-17 12:49:32 +00:00
Trustin Lee
f59f480fb7 Code clean up 2009-07-14 05:28:07 +00:00
Trustin Lee
142bce4560 Fixed issue: NETTY-187 Subsitute ReplayingDecoder with FrameDecoder without losing stored buffer
* Added ReplayingDecoder.actualReadableBytes()
2009-07-06 11:32:01 +00:00
Trustin Lee
307c00e073 Traceable exception message 2009-06-30 09:52:47 +00:00
Trustin Lee
cc13dba498 Traceable exception message 2009-06-30 09:52:00 +00:00
Trustin Lee
9ef9b3753e Added Set-Cookie2 to HttpHeaders.Names 2009-06-30 09:42:34 +00:00
Trustin Lee
281b4507df HttpMessage.getHeaders() never returns null for convenience 2009-06-30 09:39:07 +00:00
Trustin Lee
6158f7772f Added more HTTP header constants useful for MIME representation 2009-06-30 09:29:35 +00:00
Trustin Lee
caf0a97ba3 Fixed license headers 2009-06-19 17:48:17 +00:00
Trustin Lee
54dd31c449 Javadoc 2009-06-19 16:45:30 +00:00
Trustin Lee
85f1db7459 Javadoc 2009-06-19 15:39:34 +00:00
Trustin Lee
4e2be13306 Javadoc 2009-06-19 15:36:42 +00:00
Trustin Lee
6058cf3981 Javadoc 2009-06-19 15:35:19 +00:00
Trustin Lee
44c7818ae8 Javadoc 2009-06-19 15:05:47 +00:00
Trustin Lee
0047563eb5 Javadoc 2009-06-19 15:01:47 +00:00
Trustin Lee
7accf4d29d Javadoc 2009-06-19 14:57:36 +00:00
Trustin Lee
2aa6f3e48d Javadoc 2009-06-19 14:52:29 +00:00
Trustin Lee
997dc9081a Javadoc 2009-06-19 14:49:26 +00:00
Trustin Lee
673312b22e Javadoc 2009-06-19 14:17:02 +00:00
Trustin Lee
aa0a8f17c8 * Added HttpMessage.isKeepAlive()
* Javadoc
2009-06-19 14:15:20 +00:00
Trustin Lee
f7b2b3b1c3 Javadoc 2009-06-19 09:15:48 +00:00
Trustin Lee
82c55287a2 Javadoc 2009-06-19 09:10:35 +00:00
Trustin Lee
9207f35b14 * Hid AbstractCodecEmbedder from user
* Added @see tags to the CodecEmbedder implementations
2009-06-19 09:09:32 +00:00
Trustin Lee
46a7f6ff5f Fixed issue: NETTY-178 ObjectEncoder encodes array fields incorrectly.
* Made sure CompactObjectOutputStream encodes the class descriptor of an array type correctly.
2009-06-18 14:26:39 +00:00
Trustin Lee
2b0ec506ec Javadoc 2009-06-18 12:32:22 +00:00
Trustin Lee
10009a05fb Javadoc 2009-06-18 12:30:38 +00:00
Trustin Lee
a26ebc2bc1 Javadoc 2009-06-18 12:21:46 +00:00
Trustin Lee
f38fb2b742 Typo 2009-06-18 12:19:59 +00:00
Trustin Lee
d4a8631e62 Javadoc 2009-06-18 12:18:43 +00:00
Trustin Lee
4d0facee9f Javadoc 2009-06-18 12:16:25 +00:00
Trustin Lee
230113c0c6 Javadoc 2009-06-18 11:31:31 +00:00
Trustin Lee
cad86962ef Javadoc 2009-06-18 11:29:29 +00:00
Trustin Lee
72f1162729 Javadoc 2009-06-18 11:16:06 +00:00
Trustin Lee
ee8ffec265 Optimized HttpMessageDecoder.readHeader() 2009-06-15 09:06:56 +00:00
Trustin Lee
bda2f0a852 Fixed incorrect state management for HTTP header size 2009-06-15 08:45:39 +00:00
Trustin Lee
aeb7903be8 Fixed a mistake during optimization 2009-06-15 08:35:24 +00:00
Trustin Lee
12acb2cf09 Fixed a NPE in HttpMessageDecoder.readHeaders() on a particular malformed header 2009-06-15 08:13:52 +00:00