167
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Better separations of concerns: AuthenticationStrategy is intended to select preferred auth schemes without performing actual authentication; auth handling code moved to HttpAuthenticator More... over 9 years ago
HttpAuthenticator API changes More... over 9 years ago
HTTPCLIENT-1468: Remove unneccessary throws UnsupportedEncodingException More... over 9 years ago
Removed AUTH and SM classes More... over 9 years ago
RFC 7231: redesign of HTTP authenticator and related classes More... over 9 years ago
RFC 7231: parse capable of parsing multiple auth challenges More... over 9 years ago
Redesign of CredentialsProvider interface More... over 9 years ago
RFC 7231: DefaultServiceUnavailableRetryStrategy to take Retry-After header value into account if specified More... over 9 years ago
Tentative fix for HTTPCLIENT-1662. Allow more than one way to construct a complete NTCredential object. More... over 9 years ago
RFC 7231: removed restriction on the use of relative URIs in Location header More... over 9 years ago
RFC 7231: revised redirect handling More... over 9 years ago
RFC 7231: do not generate header fields in TRACE requests containing sensitive data such as cookie and user credentials More... over 9 years ago
RFC 7231: automatic retrial of idempotent methods More... over 9 years ago
HTTPCLIENT-1658: fixed regression in RequestBuilder#copy More... over 9 years ago
RFC 7230: increased the default max number of concurrent connection for the same route from 2 to 5 More... over 9 years ago
HTTPCLIENT-1655: HttpClient sends RST instead of FIN ACK sequence when using non-persistant connections More... over 9 years ago
Cache request line in HttpRequestWrapper More... over 9 years ago
Added HTTPCLIENT-1654 to release notes More... over 9 years ago
HTTPCLIENT-1654: Deprecate/remove RequestConfig#decompressionEnabled in favor of #contentCompressionEnabled More... over 9 years ago
Unintentionally removed empty lines More... over 9 years ago
Added HTTPCLIENT-1651 to release notes More... over 9 years ago
HTTPCLIENT-1651: Add ability to disable content compression on a request basis More... over 9 years ago
Fixed typo in exception message More... over 9 years ago
Fixed regresson in a deprecated method of FileBody More... over 9 years ago
HTTPCLIENT-1650: fluent Executor to create a local CredentialsProvide instance only if credentials are explicitly set More... over 9 years ago
Removed obsolete cookie elements and obsolete cookie policies More... over 9 years ago
Upgraded to Java 1.7 More... over 9 years ago
Removed deprecated code More... over 9 years ago
Updated release notes for HttpClient 4.5 release More... over 9 years ago
Reduced default validate after inactivity setting from 5 sec to 2 sec More... over 9 years ago