11
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Jul 29, 2024 — Jul 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
HTTPCORE-451: Add a TimeValue class to wrap a long and a TimeUnit. More... over 8 years ago
[HTTPCORE-450] Add a Provider parameter in SSLContextBuilder. Contributed by lujianbo <387852424 at qq dot com>, Gary Gregory <ggregory at apache.org> More... over 8 years ago
Use Args.notNull(). More... over 8 years ago
In this first use case of TimeValue, the SocketConfig class has been updated to use TimeValue for connectTimeout (was int millis), soTimeout (was int millis), and soLinger (was int seconds). The only part that I am not 100% happy about is how to deal with TimeValue long values and the JRE IO APIs that take int values. See TimeValue.asBoundInt(long). More... over 8 years ago
Fix compiler warning: Use try-with-resources. More... over 8 years ago
Fix compiler warning: Use try-with-resources. More... over 8 years ago
Fix compiler warning: Use try-with-resources. More... over 8 years ago
Fix compiler warning: Use try-with-resources. More... over 8 years ago
Fix compiler warning: Use try-with-resources. More... over 8 years ago
Oops, forgot to run checkstyle. More... over 8 years ago
New TimeValue class. Using it will be next. More... over 8 years ago
Use final. More... over 8 years ago
Add missing '@Override' annotations. More... over 8 years ago
HTTPCLIENT-1831: URIBuilder should not prepend a leading slash to relative URIs More... over 8 years ago
HTTPCORE-449: IdentityInputStream#available to delegate to InputStream#available of the underlying input stream in case the internal buffer is empty More... over 8 years ago
Added time limit config parameter for httpcore-ab More... over 8 years ago
Abstract async data consumers More... over 8 years ago
Improved (conciser) non-blocking i/o logging More... over 8 years ago
Separated test and prod bootstrap code More... over 8 years ago
Reworked async client side APIs More... over 8 years ago
HTTPCORE-447: HttpHost#create does not throw IllegalArgumentException for empty string More... over 8 years ago
Improved handling of premature HTTP/1.1 stream termination More... over 8 years ago
Fixed request state tracking in HTTP/1.1 client stream handler More... over 8 years ago
Update Apache Log4j from 2.7 to 2.8. More... over 8 years ago
HTTPCORE-445: Path matching issue when a query string is present in the URI
fx
More... over 8 years ago
HTTPCLIENT-1810: When the path is null or '', URIBuilder.normalizePath() should return '' rather than '/' More... over 8 years ago
Minor refactoring of requester and server bootstrap APIs More... over 8 years ago
Pass session request attachment to IOEventHandlerFactory#createHandler More... over 8 years ago
Configuration improvements More... over 8 years ago
Pass original HttpHost to TlsStrategy#upgrade if available More... over 8 years ago