6
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 14, 2024 — Aug 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Better build instructions. More... about 9 years ago
HTTPCORE-422: HttpAsyncResponseConsumer#onEntityEnclosed is triggered for HEAD responses More... about 9 years ago
HTTPCORE-423: Fixed MIME type validation in ContentType#create(String) method More... about 9 years ago
Removed obsolete appended resources More... about 9 years ago
HTTPCLIENT-1743: remove dependency on CC-BY licensed source More... about 9 years ago
Renamed ByteArrayBuffer#buffer to ByteArrayBuffer#array and CharArrayBuffer#buffer to CharArrayBuffer#array More... about 9 years ago
Removed synchronization in IOSessionImpl; removed interest operation queueing More... about 9 years ago
RFC 7540: do not strip padding (required for flow control) More... about 9 years ago
RFC 7540: fixed HTTP/2 setting classes More... over 9 years ago
RFC 7540: frame input / output buffer implementations More... over 9 years ago
Improved mock writable / readable byte channels More... over 9 years ago
Added exception to signal an attempt to read to / write from a closed stream More... over 9 years ago
Improved socket holder for blocking HTTP cnnections More... over 9 years ago
Added HttpRequest#getUri method; fixed broken examples More... over 9 years ago
HTTPCORE-420: Blocking HttpServer does not close out persistent connection when shut down More... over 9 years ago
RFC 7540: Default frame factory More... over 9 years ago
HTTP/2 stream id should be unsigned int More... over 9 years ago
Support 64-bit chunk headers More... over 9 years ago
RFC 7540: HTTP/2 message parsers and writers More... over 9 years ago
RFC 7540: Request message to include host attribute (containing scheme and authority components) More... over 9 years ago
Asymetric number of invocations of onLease/onRelease in conn pool More... over 9 years ago
RFC 7540: Removed RequestLine and StatusLine from HTTP message API; HTTP messages may include version attribute to represent protocol version used to transmit them; HTTP connections to keep protocol version of the last incoming message More... over 9 years ago
Fix Checkstyle errors More... over 9 years ago
Fix Checkstyle errors. More... over 9 years ago
https://github.com/apache/httpcore/pull/26 - Code quality fix - Utility classes should not have public constructors. More... over 9 years ago
https://github.com/apache/httpcore/pull/25 - Code quality fix - Collapsible "if" statements should be merged. More... over 9 years ago
https://github.com/apache/httpcore/pull/24 - Code quality fix - Array designators "[]" should be on the type, not the variable. More... over 9 years ago
https://github.com/apache/httpcore/pull/23 - Code quality fix - Useless parentheses around expressions should be removed to prevent any misunderstanding. More... over 9 years ago
RFC 7541: HPack header coding More... over 9 years ago
Fixed race condition in request initialization code and #endOfInput method in async client protocol handlers More... over 9 years ago