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
Updated release notes for HttpClient 4.4-alpha1 release More... over 10 years ago
Updated building instructions: added Windows native module and raised minimal Java to 1.6 More... over 10 years ago
HTTPCLIENT-1480: convenience methods for HC fluent to set auth hosts More... over 10 years ago
HTTPCLIENT-1493: Indiscriminate connection checking has been deprecated in favor of conditional connection state validation. Persistent connections are to be re-validated only after a defined period inactivity prior to being leased to the consumer. More... over 10 years ago
Javadoc fixes for Java 8. Replace "<tt>Foo</tt>" with "{@code Foo}". More... over 10 years ago
Makes no sense to me but hope it will make VMWare happy More... over 10 years ago
HTTPCLIENT-1520: project license link to refer to http://www.apache.org/licenses/LICENSE-2.0.txt More... over 10 years ago
HTTPCLIENT-1521: Added factory method for creation of main exec, which enables subclasses of HttpClientBuilder to override the default implementation More... over 10 years ago
HTTPCLIENT-1519: Use the original HttpHost instance passed as a parameter to HttpClient#execute when generating 'Host' request header More... over 10 years ago
Fixed binary incompatibility with 4.3 More... over 10 years ago
Added static method to close idle connections used by the fluent executor More... over 10 years ago
Migrated integration tests to HttpServer from HttpCore 4.4 More... over 10 years ago
Upgraded HttpCore to version 4.4-alpha1 More... over 10 years ago
Upgraded JNA to version 4.1.0 More... over 10 years ago
Added Win auth example More... over 10 years ago
HTTPCLIENT-1394: added factory methods for HttpClient instances configured to use integrated Windows authentication by default More... over 10 years ago
HTTPCLIENT-1394: made WindowsCredentialsProvider a decorator for an arbitrary CredentialsProvider More... over 10 years ago
HTTPCLIENT-1394: minor improvements in CurrentWindowsCredentials More... over 10 years ago
Removed obsolete test case More... over 10 years ago
Removed references to deprecated JUnit classes More... over 10 years ago
BasicAuthCache to cache serialized AuthScheme data; made thread safe More... over 10 years ago
Test case for HTTPCLIENT-1490 More... over 10 years ago
Auth scheme state cache to use object serialization More... over 10 years ago
HTTPCLIENT-1434: add singletons for TrustSelfSignedStrategy and hostname verifiers More... over 10 years ago
HTTPCLIENT-1449: split AbstractVerifier into AbstractBaseHostnameVerifier and AbstractCommonHostnameVerifier the former implementing cert extraction logic while the latter implementing CN and SubjectAlts extraction and validation logic More... over 10 years ago
https://github.com/apache/httpclient/pull/12 More... over 10 years ago
HTTPCLIENT-1503: setter for custom multipart subtypes More... over 10 years ago
HTTPCLIENT-1472: deprecated DateParseException More... over 10 years ago
HTTPCLIENT-1511: Added abstract response handler More... over 10 years ago
HTTPCLIENT-1512: Option to override content charset for fluent response objects More... over 10 years ago