1. ae116d0 Document PR #232: Master try w res and more. by Gary Gregory · 3 years, 5 months ago
  2. 01ed03a Remote extra semicolons (;). by Gary Gregory · 3 years, 5 months ago
  3. 757bb7f Use Collections.addAll() API instead of loops. by Gary Gregory · 3 years, 5 months ago
  4. 6c7bbb6 Remove redundant modifiers. by Gary Gregory · 3 years, 5 months ago
  5. e78efb6 Make better use of Map APIs. by Gary Gregory · 3 years, 5 months ago
  6. c610ad8 Add missing @Override. by Gary Gregory · 3 years, 5 months ago
  7. ea907c5 Use diamonds. by Gary Gregory · 3 years, 5 months ago
  8. 471abe8 Use try-with-resources. by Gary Gregory · 3 years, 5 months ago
  9. f674d69 Updated Docker images and external compatibility tests by Oleg Kalnichevski · 3 years, 6 months ago
  10. a812a2c Bug fix: Fixed ignoring maxResultLength in toString method of EntityUtils. by Klaw · 3 years, 6 months ago
  11. da5025f Bug fix: corrected handling of pushed stream refusal by the HTTP/2 protocol handler by Oleg Kalnichevski · 3 years, 6 months ago
  12. 346628e Fixed double count of failures by the benchmark by Oleg Kalnichevski · 3 years, 6 months ago
  13. 78d56d8 Improved data frame output by the benchmark with HTTP/2 by Oleg Kalnichevski · 3 years, 6 months ago
  14. 5f6cc87 Improved connection re-use (keep-alive) tracking by the benchmark; disabled H2 push when running the benchmark with HTTP/2 by Oleg Kalnichevski · 3 years, 6 months ago
  15. a1b92d0 Improved detection of disconnected endpoints by HttpAsyncRequester by Oleg Kalnichevski · 3 years, 6 months ago
  16. fafd709 HTTPCORE-626: in case of an unsuccessful `expect-continue` handshake do not make any attempts to keep the client connection in a consistent state if the server intends to close it on its end by Oleg Kalnichevski · 3 years, 6 months ago
  17. 050c567 Move decision if the i/o session is to be terminated immediately to the protocol handler; by default attempt to terminate the i/o session gracefully by Oleg Kalnichevski · 3 years, 6 months ago
  18. 8669d2c Optimized request termination by the non-blocking HTTP/1.1 protocol handler in case of a premature response or `expect-continue` handshake failure by Oleg Kalnichevski · 3 years, 6 months ago
  19. 5d08aea Disable weak cipher test on JREs greater than 1.8 (the test started failing on travis-ci.com recently for no aparent reason) by Oleg Kalnichevski · 3 years, 6 months ago
  20. 5d413a4 `AbstractAsyncResponseConsumer` to handle gracefully an inconsistent state caused by the caller signalling a response with no entity but subsequently calling methods to consume data by Oleg Kalnichevski · 3 years, 6 months ago
  21. 72efc57 Application protocol upgrade for non-blocking I/O sessions by Oleg Kalnichevski · 3 years, 6 months ago
  22. 979714c Convenience base classes for FutureCallback implementations by Oleg Kalnichevski · 3 years, 6 months ago
  23. e67a509 HTTPCORE-653: CancelledKeyException triggers I/O reactor shutdown by Oleg Kalnichevski · 3 years, 6 months ago
  24. ca6a3ca Build on both AMD64 and ARM64 by Martin Tzvetanov Grigorov · 3 years, 6 months ago
  25. e3ac38b Fix typo in comment. by Gary Gregory · 3 years, 6 months ago
  26. 419b63e Revised HTTP protocol negotiation for non-blocking I/O sessions by Oleg Kalnichevski · 3 years, 6 months ago
  27. 5a99f04 Revised TLS session initialization in I/O reactor code by Oleg Kalnichevski · 3 years, 6 months ago
  28. 5dcf070 Make `ReactiveDataConsumer#failed` a no-op if it has already been marked as complete (#227) by cweld510 · 3 years, 6 months ago
  29. 46a0652 HTTPCORE-644: non-blocking TLSv1.3 connections can end up in an infinite event spin when closed concurrently by the local and the remote endpoints by Oleg Kalnichevski · 3 years, 7 months ago
  30. a420582 More test coverage of parsing of malformed URI authority by Oleg Kalnichevski · 3 years, 7 months ago
  31. 24bdc33 HTTPCORE-632: version.properties contains non-interpolated value by Michael Osipov · 3 years, 7 months ago
  32. 3cce356 Calculate pendingOutputRequests before calling produceOutput to avoid race condition by ColinWeld · 3 years, 7 months ago
  33. 73124ed Upgraded HttpCore version to 5.1-beta2-SNAPSHOT by Oleg Kalnichevski · 3 years, 8 months ago
  34. 25c4e5c RFC 3986 conformance: fixed incorrect parsing of URI authority expressions with ":" character in the userinfo component by Oleg Kalnichevski · 3 years, 8 months ago
  35. 0c34ee2 Added methods to deprecated TokenParser required for backward compatibility with HttpClient 5.0.x by Oleg Kalnichevski · 3 years, 8 months ago
  36. eaa8717 Updated release notes for HttpCore 5.1-beta1 release by Oleg Kalnichevski · 3 years, 8 months ago
  37. d8c3824 Updated project URL by Oleg Kalnichevski · 3 years, 8 months ago
  38. ac5754b HTTPCORE-649: Implement ByteArrayBuffer.append(ByteBuffer) by Carter Kozak · 3 years, 8 months ago
  39. b7f1730 Use decimal numbers for endpoint/execution IDs by Michael Osipov · 3 years, 9 months ago
  40. adcd4cf HTTPCORE-645: Increase blocking default chunk size from 2 KiB to 8 KiB by Carter Kozak · 3 years, 8 months ago
  41. 81697f4 HTTPCORE-645: Chunked request streams reuse buffers between requests by Carter Kozak · 3 years, 8 months ago
  42. 5c4b08e HTTPCORE-639: Add a configurable ResponseOutOfOrder strategy for DefaultBHttpClientConnection by Carter Kozak · 3 years, 8 months ago
  43. 1c5b283 HTTPCORE-643: Implement NullEntity for convenience (#209) by Carter Kozak · 3 years, 8 months ago
  44. 97096b6 RFC 3986 conformance: support percent-encoded reserved characters in the host component; host component can be empty by Oleg Kalnichevski · 3 years, 10 months ago
  45. 7acf66b RFC 3986 conformance: revised URI parsing and formatting; URLEncodedUtils deprecated in favor of WWWFormCodec by Oleg Kalnichevski · 3 years, 10 months ago
  46. ac73002 HTTPCORE-642: Implement ConnectionFactory fluent builders by Carter Kozak · 3 years, 8 months ago
  47. fd335d2 Better parse and format methods for URIAuthority by Oleg Kalnichevski · 3 years, 10 months ago
  48. 2e92ba7 Moved generic token parser out of o.a.hc.core5.http.message to o.a.hc.core5.util package by Oleg Kalnichevski · 3 years, 10 months ago
  49. 51ff9cb HTTPCORE-627: Adding query parameters causes removal of the scheme specific part of URI by URIBuilder (#196) by TorstenR · 4 years, 1 month ago
  50. c590320 HTTPCORE-628: do not encode blanks as + in URI query component by Oleg Kalnichevski · 4 years, 1 month ago
  51. b44e1da Deprecated SecurePortStrategy by Oleg Kalnichevski · 4 years, 1 month ago
  52. 49591ef Improved TLS configuration of async server endpoints by Oleg Kalnichevski · 4 years, 1 month ago
  53. 4e52bcf Async connection listeners to support passing attachments to endpoints by Oleg Kalnichevski · 4 years, 1 month ago
  54. 684d3c6 Upgraded project version to 5.1-alpha1-SNAPSHOT by Oleg Kalnichevski · 4 years, 1 month ago
  55. e497fd0 Upgraded HttpCore version to 5.0.3-SNAPSHOT by Oleg Kalnichevski · 3 years, 8 months ago
  56. f9366b2 Updated release notes for HttpCore 5.0.2 release by Oleg Kalnichevski · 3 years, 8 months ago
  57. 8cf4287 Simplified style check plugin configuration by Oleg Kalnichevski · 3 years, 8 months ago
  58. a73d72e Remove redundant plugin by Michael Osipov · 3 years, 8 months ago
  59. 1f09b96 Unify JXR and Surefire report config by Michael Osipov · 3 years, 8 months ago
  60. 53bf355 Unify Javadoc report config by Michael Osipov · 3 years, 8 months ago
  61. a01eee8 Remove plugin executions run by release already by Michael Osipov · 3 years, 8 months ago
  62. c660d20 Remove default config by Michael Osipov · 3 years, 8 months ago
  63. a179614 Update SCM URLs by Michael Osipov · 3 years, 8 months ago
  64. aefa8cc Use unique Surefire version throughout by Michael Osipov · 3 years, 8 months ago
  65. 97abd5e Upgrade Parent to 12 by Michael Osipov · 3 years, 8 months ago
  66. 5897643 Replace HTTP with HTTPS by Michael Osipov · 3 years, 8 months ago
  67. edeb19b HTTP/1.1 protocol handlers fail to consistently set actual protocol version in the execution context by Oleg Kalnichevski · 3 years, 8 months ago
  68. 784878d HTTPCORE-648: Buffer array access respects the arrayOffset (#220) by Carter Kozak · 3 years, 8 months ago
  69. 00926e8 HTTPCLIENT-2110: deprecated ContentType#getByMimeType method exposed in public APIs by mistake by Oleg Kalnichevski · 3 years, 9 months ago
  70. 3fe7599 HTTPCORE-646: ChunkedInputStream avoids creating unnecessary buffers by Carter Kozak · 3 years, 9 months ago
  71. 0c49393 Fix testNegotiateProtocol test failures on recent java8 releases by Carter Kozak · 3 years, 9 months ago
  72. a3870ef Revert "Improved handling of early response messages by the classic client protocol handler" by Oleg Kalnichevski · 3 years, 9 months ago
  73. 41ff6a8 HTTPCORE-638: SharedOutputBuffer must trigger DataStreamChannel#endStream() once (#204) by malaysf · 3 years, 10 months ago
  74. 964775e Fix integer overflow in IOWorkers selector (#203) by kaplin · 3 years, 10 months ago
  75. 85aafd8 HTTPCLIENT-2098: Read specified number of bytes from HttpEntity (#202) by Andriy · 3 years, 10 months ago
  76. 34102da Add Automatic-Module-Name in manifest so Java9 modular applications can depend on this library by Niels Basjes · 3 years, 10 months ago
  77. 6c8998a HTTPCORE-636: Logging statements use slf4j interpolation over concatenation (#199) by Carter Kozak · 3 years, 10 months ago
  78. fd7c0cd HTTPCLIENT-2091: use finite (3 minutes) socket timeout by default by Oleg Kalnichevski · 3 years, 10 months ago
  79. b66b1a5 Corrected 5.0.1 release notes by Oleg Kalnichevski · 3 years, 10 months ago
  80. 22ebdd6 Upgraded HttpCore version to 5.0.2-SNAPSHOT by Oleg Kalnichevski · 4 years ago
  81. 31a24d1 Updated release notes for HttpCore 5.0.1 release by Oleg Kalnichevski · 4 years ago
  82. 6637591 Improved handling of early response messages by the classic client protocol handler by Oleg Kalnichevski · 4 years ago
  83. 425e5b4 HTTPCORE-631: Revised i/o reactor shutdown sequence and resource de-allocation by Oleg Kalnichevski · 4 years ago
  84. a5f29ab Improved integration test for out-of-sequence response handling by the HTTP/1.1 async protocol handler by Oleg Kalnichevski · 4 years, 1 month ago
  85. 5372637 Bug fix: explicitly release resources of the exchange handler by Oleg Kalnichevski · 4 years, 1 month ago
  86. 5d8c512 Fix CharArrayBuffer.subSequence(beganIndex,endIndex) to return right result. by Lee Ray · 4 years, 1 month ago
  87. 12ad08b Added exception callback to async server implementations enabling logging of unexpected and fatal exceptions in the server side protocol handlers by Oleg Kalnichevski · 4 years, 1 month ago
  88. 8c1cb3e Added Clirr API compatibility check by Oleg Kalnichevski · 4 years, 3 months ago
  89. ff941ea Upgraded HttpCore version to 5.0.1-SNAPSHOT by Oleg Kalnichevski · 4 years, 3 months ago
  90. ebd48f9 Updated release notes for HttpCore 5.0 GA release by Oleg Kalnichevski · 4 years, 3 months ago
  91. 062070f Reuse constants instead of magic strings. (#193) by Gary Gregory · 4 years, 3 months ago
  92. 0867704 Add org.apache.hc.core5.http.Method.normalizedValueOf(String) for use by (#191) by Gary Gregory · 4 years, 3 months ago
  93. a0733ed Update for last three PRs. by Gary Gregory · 4 years, 4 months ago
  94. 7463222 IO reactor status equality clean ups. (#183) by Gary Gregory · 4 years, 4 months ago
  95. 529b392 [HTTPCORE-623] Change (#185) by Gary Gregory · 4 years, 4 months ago
  96. 55bb5e7 Add PathEntity, a Path based implementation of HttpEntity. (#188) by Gary Gregory · 4 years, 4 months ago
  97. 9f3245c Upgrade to JUnit 4.13 by Ryan Schmitt · 4 years, 4 months ago
  98. d479821 Add infrastructure for Docker-enabled integration tests by Ryan Schmitt · 4 years, 4 months ago
  99. 01cacaf Upgraded HttpCore version to 5.0-beta12-SNAPSHOT by Oleg Kalnichevski · 4 years, 4 months ago
  100. 511e13d Updated NOTICE by Oleg Kalnichevski · 4 years, 4 months ago