1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Aug 23, 2023 — Aug 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #59 from izrik/utf8-body-as-ascii
izrik
as Richard Sartor
More... almost 11 years ago
It's a field, not a method.
izrik
as Richard Sartor
More... almost 11 years ago
Update history.
izrik
as Richard Sartor
More... almost 11 years ago
We should fix this properly at a later date.
izrik
as Richard Sartor
More... almost 11 years ago
Treat strings explicitly as ascii byte sequences when calculating Content-Length. Don't rely on character count.
izrik
as Richard Sartor
More... almost 11 years ago
Treat strings explicitly as ascii, and write the bytes directly without PrintWriter.
izrik
as Richard Sartor
More... almost 11 years ago
Merge pull request #53 from izrik/cleanup-servlet-test
izrik
as Richard Sartor
More... almost 11 years ago
Merge pull request #58 from izrik/content-encoding
izrik
as Richard Sartor
More... almost 11 years ago
Update history.
izrik
as Richard Sartor
More... almost 11 years ago
That class doesn't exist.
izrik
as Richard Sartor
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
izrik
as Richard Sartor
More... almost 11 years ago
Fix the test.
izrik
as Richard Sartor
More... almost 11 years ago
Update history.
izrik
as Richard Sartor
More... almost 11 years ago
Include compression among acceptable encodings when receiving.
izrik
as Richard Sartor
More... almost 11 years ago
Read 'compress' bodies. This includes code from a 3rd-party source.
izrik
as Richard Sartor
More... almost 11 years ago
Read 'deflate' bodies.
izrik
as Richard Sartor
More... almost 11 years ago
x-gzip is equivalent to gzip.
izrik
as Richard Sartor
More... almost 11 years ago
Add a proper test and a helpful extension method.
izrik
as Richard Sartor
More... almost 11 years ago
Decompress gzip streams when reading the body.
izrik
as Richard Sartor
More... almost 11 years ago
Update TODO for content encoding.
izrik
as Richard Sartor
More... almost 11 years ago
Add a history entry for the next version.
izrik
as Richard Sartor
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.
izrik
as Richard Sartor
More... almost 11 years ago
Merge pull request #54 from izrik/fix-chunked-body-reading
izrik
as Richard Sartor
More... almost 11 years ago
Add a test to make sure it reads the entire chunk.
izrik
as Richard Sartor
More... almost 11 years ago
Make sure it reads the entire chunk.
izrik
as Richard Sartor
More... almost 11 years ago