6
I Use This!
Activity Not Available

Commits : Listings

Analyzed 6 months ago. based on code collected 6 months ago.
Mar 16, 2025 — Mar 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Renamed logging connection classes More... over 18 years ago
Unfortunately, logging decorators for client and server I/O target do not quite work as I initially thought. Logging has to be added through subclassing, not decoration More... over 18 years ago
Fixed bug in the SharedInputBuffer that caused input events to be incorrectly suspended. More... over 18 years ago
Added #copy method to the HeaderGroup class More... over 18 years ago
Added DefaultedHttpContext, an HttpContext implementation that delegates resolution of an attribute to the default context, if the attribute is not present in the local context More... over 18 years ago
Generate source jars in the build phase More... over 18 years ago
HTTPCORE-159 - String.toLowerCase() / toUpperCase() should specify Locale.ENGLISH More... over 18 years ago
Javadoc fixes More... over 18 years ago
Fixup lowerCase() with suitable Locale More... over 18 years ago
Javadoc tweaks More... over 18 years ago
Add missing @Override markers More... over 18 years ago
Variable needs to be volatile for multi-threaded access More... over 18 years ago
HTTPCORE-160 - Static variables need to be final More... over 18 years ago
Make IOSession attribute non-final, so it could be overwritten when upgrading to TLS/1.0 protocol. More... over 18 years ago
HTTPCORE-150: Entity implementation that serializes a Java object More... over 18 years ago
Made HttpEntity#consumeContent(), ProducingNHttpentity#finish(), ConsumingNHttpEntity#finish() methods more consistent as they basically serve the same purpose. HttpEntity#consumeContent() is expected to be renamed to HttpEntity#finish() in the next major release More... over 18 years ago
HTTPCORE-157: ChunkedOutputStream#flush() changed to follow the spec of OutputStream#flush() More... over 18 years ago
HTTPCORE-157: ChunkedOutputStream#flush() changed to follow the spec of OutputStream#flush() More... over 18 years ago
HTTPCORE-156: Fixed connect timeout problem More... over 18 years ago
Handling of all hop-by-hop headers More... over 18 years ago
Lots of bug fixes and stability improvements all over the place; tested with various external sites More... over 18 years ago
HTTPCORE-156: Fixed connect timeout problem More... over 18 years ago
Improvements to the logging decorators More... over 18 years ago
Added protected factory method for SSLIOSession More... over 18 years ago
HTTPCORE-147: More... over 18 years ago
More test cases for throttling protocol handlers More... over 18 years ago
Corrected test class name More... over 18 years ago
Added the most fundamental test cases for throttling protocol handlers More... over 18 years ago
Fixed bug in NHttpEntityWrapper causing infinite loop in the async protocol handlers More... over 18 years ago
* Eliminated superfluous abstract / base protocol handlers More... over 18 years ago