Merge pull request #59 from izrik/utf8-body-as-ascii |
|
More...
|
almost 11 years ago
|
It's a field, not a method. |
|
More...
|
almost 11 years ago
|
Update history. |
|
More...
|
almost 11 years ago
|
We should fix this properly at a later date. |
|
More...
|
almost 11 years ago
|
Treat strings explicitly as ascii byte sequences when calculating Content-Length. Don't rely on character count. |
|
More...
|
almost 11 years ago
|
Treat strings explicitly as ascii, and write the bytes directly without PrintWriter. |
|
More...
|
almost 11 years ago
|
Merge pull request #53 from izrik/cleanup-servlet-test |
|
More...
|
almost 11 years ago
|
Merge pull request #58 from izrik/content-encoding |
|
More...
|
almost 11 years ago
|
Update history. |
|
More...
|
almost 11 years ago
|
That class doesn't exist. |
|
More...
|
almost 11 years ago
|
[maven-release-plugin] prepare for next development iteration |
|
More...
|
almost 11 years ago
|
[maven-release-plugin] prepare release deproxy-0.20 |
|
More...
|
almost 11 years ago
|
Merge pull request #57 from izrik/content-encoding |
|
More...
|
almost 11 years ago
|
Fix the test. |
|
More...
|
almost 11 years ago
|
Update history. |
|
More...
|
almost 11 years ago
|
Include compression among acceptable encodings when receiving. |
|
More...
|
almost 11 years ago
|
Read 'compress' bodies. This includes code from a 3rd-party source. |
|
More...
|
almost 11 years ago
|
Read 'deflate' bodies. |
|
More...
|
almost 11 years ago
|
x-gzip is equivalent to gzip. |
|
More...
|
almost 11 years ago
|
Add a proper test and a helpful extension method. |
|
More...
|
almost 11 years ago
|
Decompress gzip streams when reading the body. |
|
More...
|
almost 11 years ago
|
Update TODO for content encoding. |
|
More...
|
almost 11 years ago
|
Add a history entry for the next version. |
|
More...
|
almost 11 years ago
|
[maven-release-plugin] prepare for next development iteration |
|
More...
|
almost 11 years ago
|
[maven-release-plugin] prepare release deproxy-0.19 |
|
More...
|
almost 11 years ago
|
Merge pull request #55 from izrik/prep-0.19 |
|
More...
|
almost 11 years ago
|
Update history. |
|
More...
|
almost 11 years ago
|
Merge pull request #54 from izrik/fix-chunked-body-reading |
|
More...
|
almost 11 years ago
|
Add a test to make sure it reads the entire chunk. |
|
More...
|
almost 11 years ago
|
Make sure it reads the entire chunk. |
|
More...
|
almost 11 years ago
|