11
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 20, 2024 — Jul 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
RFC 7230, HTTPCORE-158: support for HTTP/1.1 protocol upgrade More... over 8 years ago
HTTP/1.1 connections to provide an optional interface to upgrade their transport security and communication protocol More... over 8 years ago
Prettier hex dump format More... over 8 years ago
HTTPCORE-424: added ConnPool policy parameter to control connection re-use policy More... over 8 years ago
HTTPCORE-413: Minimal chunk side can now be specified as H1Config#chunkSizeHint. The value is treated as a hint. Both classic and NIO attempt to apply it when sending / receiving messages without providing a strict guarantee. More... over 8 years ago
RFC 7540: Ping support (cleanup of test code committed by mistake) More... over 8 years ago
RFC 7540: Ping support More... over 8 years ago
Do not use read-only heap ByteBuffer as it does not allow for direct access to the underlying byte array More... over 8 years ago
Fixed bug in HPackDecoder#decodePlainString caused by incorrect string deliniation More... over 8 years ago
Jetty Server compatibility tests More... over 8 years ago
Do not execute requests until the remote endpoints acknowledges receipt of protocol settings More... over 8 years ago
RFC 7540: partial implementation of HTTP/2 TLS More... over 8 years ago
TLS strategy support for async servers and requesters More... over 8 years ago
Immediately add new stream to the stream map More... over 8 years ago
Added bootstrap classes for HTTP/2 server and requester; updated examples More... over 8 years ago
Redesign of the core connection pool framework. Blocking and non-blocking (NIO) connection pool implementations have been removed in favor of a common, i/o model agnostic pool implementation. More... over 8 years ago
HTTPCORE-429: NIO connection pool incorrectly reports the number of pending connections per individual route More... over 8 years ago
Fixed possible connection leak due to cancellation of connection requests More... over 8 years ago
Add license header to README.md and pom.xml format tweak. More... over 8 years ago
Add README.md for GitHub. More... over 8 years ago
Update parent POM from 7 to 8. More... over 8 years ago
Javadoc fixes to kick off the Travis CI build. Close tag. Remove references to method that no longer exists. More... over 8 years ago
Copied EofSensorInputStream from HttpClient More... over 8 years ago
Add Travis CI. More... over 8 years ago
Removed OSGi integration tests due to incompatibility with Log4j2 More... over 8 years ago
Order elements: GroupID, then ArtifactID. More... over 8 years ago
Fixed handling of empty input lines by blocking message parser More... over 8 years ago
SocketHolder to initialize of socket i/o streams lazily on demand More... over 8 years ago
Moved utility method to parse URL encoded entities from HttpClient More... over 8 years ago
Improved representation of HTTP request authority; added message support methods More... over 8 years ago