6
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed IllegalStateException from method declarations More... over 9 years ago
Updated version.properties More... over 9 years ago
Changed artifactIds to include major project version (httpcore -> httpcore5) More... over 9 years ago
Add missing '@Override' annotations. More... over 9 years ago
Add final modifier to local variables. More... over 9 years ago
Add final modifier to private fields. More... over 9 years ago
Statement unnecessarily nested within else clause. More... over 9 years ago
Use varargs instead of an array. More... over 9 years ago
Javadoc. More... over 9 years ago
Fixed javadoc errors More... over 9 years ago
Changed project groupId to org.apache.httpcomponents.core5 More... over 9 years ago
Renamed Consts to Chars More... over 9 years ago
Updated examples to use StandardCharsets More... over 9 years ago
Update addHeader() and setHeader() APIs to take an Object instead of a String. More... over 9 years ago
Reuse Java 7's StandardCharsets. More... over 9 years ago
Reuse Java's StandardCharsets. More... over 9 years ago
Reorganized http packages More... over 9 years ago
Moved I/O reactor and connection pool classes out of http namespace More... over 9 years ago
Moved utility classes out of http namespace More... over 9 years ago
Folded the NIO module into the main module More... over 9 years ago
Moved code to org.apache.hc.core5 namespace More... over 9 years ago
HTTPCORE-412: Support for trailing headers in outgoing HTTP messages More... almost 10 years ago
HTTPCORE-411, RFC 7320, RFC 7321: Made Expect-Continue handshake compliant with the spec More... almost 10 years ago
HTTPCORE-410: PoolStats made Serializable More... almost 10 years ago
BufferedHttpEntity to use HttpEntity#writeTo when buffering non-repeatable entities More... almost 10 years ago
Updated HttpCore project description More... almost 10 years ago
Fixed race condition in request initialization code in async client protocol handlers More... almost 10 years ago
Use NHttpServerEventHandler interface instead of its concrete implementation More... almost 10 years ago
Fixed handling of pipelined HEAD requests More... almost 10 years ago
Do not suspend output upon response completion while there may still be data in the SSL or session buffers More... almost 10 years ago