1. dfc2086 Replaced SimpleDateFormat and Calendar with Java 8 Time APIs; removed thread-local from DateUtils by Oleg Kalnichevski · 2 years, 6 months ago
  2. ffc8cd7 Updated connection and TLS configuration examples by Oleg Kalnichevski · 2 years, 6 months ago
  3. a02455a Support for connection TTL setting on a per-route basis by Oleg Kalnichevski · 2 years, 6 months ago
  4. fff0976 Make IOReactor IO session decorator configurable. by Arturo Bernal · 2 years, 6 months ago
  5. eb22ef3 Upgraded HttpCore to version 5.2-alpha2 by Oleg Kalnichevski · 2 years, 7 months ago
  6. 277c722 Change loop that don't loop for "if" conditions. by Arturo Bernal · 2 years, 7 months ago
  7. 0124293 * Fix javadoc typo. * Use java array declarations instead of "c" way. by Arturo Bernal · 2 years, 7 months ago
  8. bc7aae7 Re-use core URIScheme instead of String. by Arturo Bernal · 2 years, 7 months ago
  9. 2384017 Don't initialize AtomicReference to its default value. by Gary Gregory · 2 years, 7 months ago
  10. 8b73f6b HTTPCLIENT-2182: access to SSLSession attributes via reflection disallowed as of Java 16. Core TLS functions now use new Java 1.8 API introduced by 8u251 update by Oleg Kalnichevski · 2 years, 7 months ago
  11. b10d43f HTTPCLIENT-2135: TLS configuration on a per-host basis by Oleg Kalnichevski · 2 years, 8 months ago
  12. 4b7551a Update Travis builds to LTS versions. by Gary Gregory · 2 years, 7 months ago
  13. 445d427 Use compact array initialization syntax. by Gary Gregory · 2 years, 7 months ago
  14. 68c378b Update some dependencies. by Gary Gregory · 2 years, 7 months ago
  15. b6ae693 Don't initialize AtomicReference to its default value. by Gary Gregory · 2 years, 7 months ago
  16. 4dd7cef Corrected resolution of the target host in DefaultUserTokenHandler by Oleg Kalnichevski · 2 years, 7 months ago
  17. fb0c073 RFC 7230: treat presence of a userinfo component in request URI as an HTTP protocol violation by Oleg Kalnichevski · 2 years, 7 months ago
  18. 30c253b AuthCache conformance to RFC 7617 by Oleg Kalnichevski · 2 years, 7 months ago
  19. 5390aef Always bind the exchange ID to the execution context by Oleg Kalnichevski · 2 years, 7 months ago
  20. 013851d Logger cleanup (no functional changes) by Oleg Kalnichevski · 2 years, 7 months ago
  21. 4150ac0 Refactored AuthCache keeping logic into a separate utility class by Oleg Kalnichevski · 2 years, 7 months ago
  22. 670f045 More consistent handling of request scheme and authority by protocol interceptors by Oleg Kalnichevski · 2 years, 7 months ago
  23. 88a0524 Cleanup of authentication test cases by Oleg Kalnichevski · 2 years, 7 months ago
  24. 7b47b28 Added immutable CredentialsProvider implementations and a CredentialsProvider builder; changed test cases and examples to use immutable CredentialsProvider where possible by Oleg Kalnichevski · 2 years, 7 months ago
  25. 17ebfc5 HTTPCLIENT-2120: force HTTP/1.1 protocol policy when creating a tunnel via HTTP/1.1 proxy by Oleg Kalnichevski · 2 years, 7 months ago
  26. 9496bb8 Better connect operation logging by Oleg Kalnichevski · 2 years, 8 months ago
  27. 90f69c8 HTTPCLIENT-2177: fixed incorrect route state tracking by the async connect executor when negotiating a tunnel via a proxy by Oleg Kalnichevski · 2 years, 8 months ago
  28. 4ce032c HTTPCLIENT-2177: keep successful tunnel connections alive regardless of `Connection: close` by Oleg Kalnichevski · 2 years, 8 months ago
  29. 50f93ec HTTPCLIENT-2045: BASIC auth scheme conformance to RFC 7617 by Oleg Kalnichevski · 2 years, 8 months ago
  30. 8e8774e Fix bad test class name by Marcono1234 · 2 years, 8 months ago
  31. 92f757e HTTPCLIENT-2120: support for H2 via HTTP/1.1 proxy by Oleg Kalnichevski · 3 years, 4 months ago
  32. bdc7f3b Upgraded HttpCore to version 5.2-alpha1 by Oleg Kalnichevski · 2 years, 8 months ago
  33. c56c00c Fixed deprecation warnings that could be fixed and suppressed those that could not by Oleg Kalnichevski · 2 years, 8 months ago
  34. 1eeca06 Use setDefaultConnectionConfig instead of deprecated method setValidateAfterInactivity. by Arturo Bernal · 2 years, 8 months ago
  35. 755b69e Don't retry a request for NoRouteToHostException by Jaikiran Pai · 2 years, 8 months ago
  36. 5164a4e HTTPCLIENT-2170: Classic protocol layer no longer releases the underlying connection back to the pool prematurely while the NTLM handshake is still ongoing by Oleg Kalnichevski · 2 years, 9 months ago
  37. e518d8d Improve Travis CI build Performance by Chen Zhang · 2 years, 9 months ago
  38. 29ba623 Fixed connection lease request cancellation race in both classic and asyc pooling connection managers by Oleg Kalnichevski · 2 years, 11 months ago
  39. aff1d20 Better exception asserts in unit tests by Oleg Kalnichevski · 2 years, 11 months ago
  40. 760795b HTTPCLIENT-1244: Replaced EasyMock with Mockito in the HTTP cache unit tests by Oleg Kalnichevski · 2 years, 11 months ago
  41. d77112f Replace assert calls by simpler but equivalent calls. by Arturo Bernal · 2 years, 11 months ago
  42. fde3fca Simplify conditions and avoid extra checks. Inline return variables. by Arturo Bernal · 2 years, 11 months ago
  43. 0805cfe Updated test cases with exception asserts by Oleg Kalnichevski · 3 years ago
  44. 82432f5 Removed references to deprecated Assert#assertThat by Oleg Kalnichevski · 3 years ago
  45. 1c171e1 Upgraded JUnit to version 4.13 by Oleg Kalnichevski · 3 years ago
  46. 8580d7f Redundant type declarations by Oleg Kalnichevski · 3 years ago
  47. 2072651 Upgraded Mockito to version 3.10.0 by Oleg Kalnichevski · 3 years ago
  48. e02467e Upgraded japicmp-maven-plugin to version 0.15.3 by Oleg Kalnichevski · 3 years ago
  49. f36637d Moved connection management related settings from RequestConfig to new class ConnectionMgmtConfig by Oleg Kalnichevski · 3 years ago
  50. f5d3c14 HTTPCLIENT-2139 - Cookie Header HttpOnly attribute by Arturo Bernal · 3 years, 2 months ago
  51. 80f6193 Replaced Clirr with JApiCmp by Oleg Kalnichevski · 3 years, 4 months ago
  52. 646257e Upgraded project version to 5.2-alpha1-SNAPSHOT by Oleg Kalnichevski · 3 years ago
  53. bb04d07 Java 1.8 upgrade by Oleg Kalnichevski · 3 years, 4 months ago
  54. b704baf Upgraded API level to 5.1 by Oleg Kalnichevski · 3 years ago
  55. 6693c18 Upgraded HttpClient version to 5.1.1-SNAPSHOT by Oleg Kalnichevski · 3 years ago
  56. c4b2a84 Upgraded HttpCore to version 5.1.1 by Oleg Kalnichevski · 3 years ago
  57. d871112 Updated release notes for HttpClient 5.1 release by Oleg Kalnichevski · 3 years ago
  58. b151df7 HTTPCLIENT-2157: response object generated by the classic caching backend is missing the original content encoding by Oleg Kalnichevski · 3 years ago
  59. d8d7ad3 Extra sage-guards for concurrent connection endpoint acquisition and request execution cancellation by Oleg Kalnichevski · 3 years ago
  60. 09f50cd HTTPCLIENT-2152: Fixed handling of unexpected unchecked exception by the async request retry exec interceptor by Oleg Kalnichevski · 3 years ago
  61. 13137eb Async clients to support scheduled (delayed) re-execution of requests by Oleg Kalnichevski · 3 years ago
  62. 656d0dd HTTPCLIENT-2148: fluent Executor volatile access thread safety (#301) by Carter Kozak · 3 years, 1 month ago
  63. 58a17cc HTTPCLIENT-2149: When no dNSName, match against CN by Peter Dettman · 3 years, 1 month ago
  64. 8f31e63 HTTPCLIENT-2147: fixed broken preemptive auth in HC Fluent by rrodewald · 3 years, 1 month ago
  65. 935abae HTTPCORE-672: cleanup of H2 connection validation code by Oleg Kalnichevski · 3 years, 1 month ago
  66. f597588 HttpAsyncClientBuilder: Make IOReactor exception callback configurable by Ryan Schmitt · 3 years, 1 month ago
  67. 3f09dbe Updated release notes for HttpClient 5.1 by Oleg Kalnichevski · 3 years, 1 month ago
  68. e0c0490 Fix javadoc by Arturo Bernal · 3 years, 1 month ago
  69. 73c1530 HTTPCLIENT-2141: HttpClient to not retry requests if the retry interval exceeds the response timeout by Oleg Kalnichevski · 3 years, 1 month ago
  70. bde58d6 Fixed NPE during dispose in Response if entity is null by Sandeep Kulkarni · 3 years, 2 months ago
  71. 879a063 Reuse org.apache.hc.core5.http.Method HTTP spec enum by Arturo Bernal · 3 years, 2 months ago
  72. 10e2deb Blocking connection managers to validate connections after inactivity of more than 2s by default; behavior of async connection managers remains the same by Oleg Kalnichevski · 3 years, 2 months ago
  73. 5875ca1 Fixed context logging in BasicHttpClientConnectionManager by Oleg Kalnichevski · 3 years, 2 months ago
  74. 2404540 Deprecated request factory classes in favor of request builders by Oleg Kalnichevski · 3 years, 2 months ago
  75. e0c19c0 Better javadocs for simple message classes by Oleg Kalnichevski · 3 years, 2 months ago
  76. 567b53d Improved async client examples by Oleg Kalnichevski · 3 years, 2 months ago
  77. 1174c24 Simple message builders by Oleg Kalnichevski · 3 years, 2 months ago
  78. d944951 Fixed typo for enum name Postion to Position by Sandeep Kulkarni · 3 years, 2 months ago
  79. 118e735 Fixed typos javadocs and var names by Arturo Bernal · 3 years, 2 months ago
  80. 24321d2 HTTPCLIENT-2140: Upgraded Commons Codec to version 1.15 by Oleg Kalnichevski · 3 years, 2 months ago
  81. d41d67f Request factory classes to re-use `Method#normalizedValueOf` by Oleg Kalnichevski · 3 years, 2 months ago
  82. b6b89a7 Cleanup of redirect request generation code in Redirect exec interceptors by Oleg Kalnichevski · 3 years, 2 months ago
  83. 8b29c06 Improved proxy request message generation by Oleg Kalnichevski · 3 years, 2 months ago
  84. 3de8829 Deprecated message copiers in favor of generic message builders by Oleg Kalnichevski · 3 years, 2 months ago
  85. ea9c6ef Upgraded HttpCore to version 5.1 by Oleg Kalnichevski · 3 years, 2 months ago
  86. 8aea7da Remove duplicated conditional statement in ResponseProcessCookies by leedonggyu · 3 years, 2 months ago
  87. de5c6a2 Deleted sample code moved to HttpComponents Website project by Oleg Kalnichevski · 3 years, 2 months ago
  88. a018418 Fix the issues causing Kerberos/SPNego to fail by Carey Lin · 3 years, 2 months ago
  89. c39117e Fix typo on cookie formatting method by imbyungjun · 3 years, 3 months ago
  90. f2e9ad3 Fix Typo by Arturo Bernal · 3 years, 3 months ago
  91. 744c9d8 Upgraded HttpClient version to 5.1-beta2-SNAPSHOT by Oleg Kalnichevski · 3 years, 3 months ago
  92. 59491ad Updated copyright statement in NOTICE.txt by Oleg Kalnichevski · 3 years, 3 months ago
  93. 4b295df Deprecated some URIUtils methods in favor of URIBuilder by Oleg Kalnichevski · 3 years, 3 months ago
  94. e6a7fe8 Request message copy optimization by Oleg Kalnichevski · 3 years, 3 months ago
  95. 17fce41 Updated release notes for HttpClient 5.1-beta1 release by Oleg Kalnichevski · 3 years, 3 months ago
  96. f9ea1b6 Upgraded project version to 5.1-beta1-SNAPSHOT by Oleg Kalnichevski · 3 years, 3 months ago
  97. af3a752 RFC 3986 conformance: re-use URIBuilder new functionality in URIUtils#normalizeSyntax by Oleg Kalnichevski · 3 years, 3 months ago
  98. 004bc85 Upgraded HttpCore to version 5.1-beta3 by Oleg Kalnichevski · 3 years, 3 months ago
  99. 0940d35 Minor Improvement: by Arturo Bernal · 3 years, 3 months ago
  100. c2e6f92 scm-publish to /components/httpcomponents-client-5.0.x/LATEST by Hervé Boutemy · 3 years, 3 months ago