1. 1453929 HTTPCLIENT-1446: NTLM proxy + BASIC target auth fails with 'Unexpected state: MSG_TYPE3_GENERATED by Oleg Kalnichevski · 10 years ago
  2. 1a13b8a HTTPASYNC-63: ConnectionShutdownException thrown in case of out-of-sequence response by Oleg Kalnichevski · 10 years ago
  3. 575d8f2 Removed unused import by Oleg Kalnichevski · 10 years ago
  4. 472ed0e HTTPASYNC-62: code improvement by Oleg Kalnichevski · 10 years ago
  5. a855628 Upgraded HttpCore to version 4.3.1 by Oleg Kalnichevski · 10 years ago
  6. 8451d91 Re-implementation of the HTTPASYNC-40 fix involving an exteremely ugly work-around, a better solution requires API changes by Oleg Kalnichevski · 10 years ago
  7. e79480f HTTPCLIENT-1442: Authentication header set by the user gets removed in case of proxy authentication by Oleg Kalnichevski · 10 years ago
  8. de5718e HTTPASYNC-60: Fixed incorrect OSGi Symbolic-BundleName. by Oleg Kalnichevski · 10 years ago
  9. 014858c Set API baseline to 4.0; added Clirr plugin by Oleg Kalnichevski · 10 years ago
  10. cdd2470 Added quick start example by Oleg Kalnichevski · 10 years ago
  11. 8415871 Upgraded HttpAsyncClient version to 4.0.1-SNAPSHOT by Oleg Kalnichevski · 10 years ago
  12. adce89f Updated HttpAsyncClient 4.0 release notes; updated building instructions by Oleg Kalnichevski · 11 years ago
  13. 57e1021 HTTPASYNC-58: upgraded HttpClient to version 4.3.1 by Oleg Kalnichevski · 11 years ago
  14. 481b1e5 Updated HttpAsyncClient 4.0 release notes by Oleg Kalnichevski · 11 years ago
  15. f99ce39 HTTPASYNC-56: fixed connection leak introduced by r1531544 by Oleg Kalnichevski · 11 years ago
  16. c7b610a Added connection routing related logs by Oleg Kalnichevski · 11 years ago
  17. d37b303 Removed MinimalClientExchangeHandlerImpl in favor of DefaultClientExchangeHandlerImpl; eliminated a great deal of duplicate code by Oleg Kalnichevski · 11 years ago
  18. ce75613 HTTPASYNC-56: Moved code requiring synchronization out of #connectionAllocated by Oleg Kalnichevski · 11 years ago
  19. a3185ce HTTPASYNC-56: Removed method level synchronization in MinimalClientExchangeHandlerImpl and DefaultClientExchangeHandlerImpl. Instances of both classes are expected to be accessed by one thread at a time. Only #cancel method can be used safely by multiple threads concurrently. by Oleg Kalnichevski · 11 years ago
  20. ab3631d Removed outdated assembly descriptors by Oleg Kalnichevski · 11 years ago
  21. d9784d3 Removed unnecessary plugins from POM by Oleg Kalnichevski · 11 years ago
  22. d827dab HTTPCLIENT-1397: Use the full license name in the Maven POM by Oleg Kalnichevski · 11 years ago
  23. 495e4a2 Removed website content (moved to a separate project) by Oleg Kalnichevski · 11 years ago
  24. fb09b5c Added more examples; Javadoc updates by Oleg Kalnichevski · 11 years ago
  25. 7c087ea HttpAsyncClient specific UserTokenHandler implementation by Oleg Kalnichevski · 11 years ago
  26. 3b3f568 Javadoc updates by Oleg Kalnichevski · 11 years ago
  27. 0144056 Ensure X509HostnameVerifier is never null by Oleg Kalnichevski · 11 years ago
  28. d6d53c3 Support for SSL protocol and cypher suites; Ensure X509HostnameVerifier is never null by Oleg Kalnichevski · 11 years ago
  29. dd48342 HTTPCLIENT-1405: CONNECT HTTP/1.1 requests lack mandatory 'Host' header by Oleg Kalnichevski · 11 years ago
  30. c863015 Fixed broken SSL tunneling setup; added authenticating proxy example by Oleg Kalnichevski · 11 years ago
  31. 2130db8 Added javadocs for connection management APIs; minor tweaks to connection management APIs; added connection management related examples by Oleg Kalnichevski · 11 years ago
  32. 21286c6 HTTPCLIENT-1402: Cache default User-Agent value by Oleg Kalnichevski · 11 years ago
  33. 1956c8f HTTPASYNC-55: Socket timeout value of RequestConfig does not apply by Oleg Kalnichevski · 11 years ago
  34. c6efa11 Code cleanups by Oleg Kalnichevski · 11 years ago
  35. b4a4c43 HTTPASYNC-53: HTTPCLIENT-1371: Weak ETag Validation is Useful on PUT with If-Match by Oleg Kalnichevski · 11 years ago
  36. 9e408ad Cleaned up POMs by Oleg Kalnichevski · 11 years ago
  37. df365c4 HTTPASYNC-46: Test cases for HttpAsyncClient Cache by Oleg Kalnichevski · 11 years ago
  38. a8636a3 Upgraded HttpClient to version 4.3 by Oleg Kalnichevski · 11 years ago
  39. a0ad762 HTTPASYNC-52: Proxy configuration set at the request level does not apply by Oleg Kalnichevski · 11 years ago
  40. fe4ad73 Refactored life cycle methods of the internal and minimal CloseableHttpAsyncClient implementations by Oleg Kalnichevski · 11 years ago
  41. 7b734cf Localise @SuppressWarnings by Sebastian Bazley · 11 years ago
  42. f97042f Add Maven Eclipse files (from 'mvn eclipse:eclipse') to svn:ignore. by Gary D. Gregory · 11 years ago
  43. ee86a85 HTTPASYNC-51: Request producers do not get correctly reset if the server responds early (out of sequence), which can cause entity enclosing requests to be malformed in case of re-execution by Oleg Kalnichevski · 11 years ago
  44. bef78f2 Moved deprecated classes to a separate src folder by Oleg Kalnichevski · 11 years ago
  45. 429a7eb HTTPCORE-340: Support for lease timeout distinct from connect timeout by Oleg Kalnichevski · 11 years ago
  46. 44de53d HTTPASYNC-40: Cannot suspend input when using AsyncByteConsumer / AsyncCharConsumer by Oleg Kalnichevski · 11 years ago
  47. 74dd1d4 Throw UnsupportedSchemeException instead of plain IOException in case of an unsupported protocol scheme by Oleg Kalnichevski · 11 years ago
  48. 89fa702 Upgraded HttpCore to version 4.3 by Oleg Kalnichevski · 11 years ago
  49. 15e29f1 Upgraded HC parent POM to 7 by Oleg Kalnichevski · 11 years ago
  50. 1bacadc Fixed Java 1.5 incompatibility by Oleg Kalnichevski · 11 years ago
  51. 2b01052 HTTPASYNC-48: InternalHttpAsyncClientThread.reactorThread should be created via ThreadFactory by Oleg Kalnichevski · 11 years ago
  52. 292697e Fixed maven checkstyle config; fixed format violations by Oleg Kalnichevski · 11 years ago
  53. 09a7657 Async pooling connection manager and HttpAsyncClient builder cleanups by Oleg Kalnichevski · 11 years ago
  54. f803257 Changed to use shared checkstyle config v1 by Oleg Kalnichevski · 11 years ago
  55. 7542549 Can't use @Override here, it requires Java 6. by Gary D. Gregory · 11 years ago
  56. 12bd92f Update Apache Commons Logging to 1.1.3 from 1.1.1. by Gary D. Gregory · 11 years ago
  57. 6280a76 Add .pmd files to svn:ignore. by Gary D. Gregory · 11 years ago
  58. c5f8cd1 HTTPASYNC-45: CachingHttpAsyncClient to override Future returned by the backend. by Oleg Kalnichevski · 11 years ago
  59. b8c38c5 HTTPASYNC-44: CachingHttpAsyncClient cleanups by Oleg Kalnichevski · 11 years ago
  60. 093382b Support for context specific i/o session factories by Oleg Kalnichevski · 11 years ago
  61. 8e24a8b HTTPCLIENT-1359: repeated requests using the same context fail if they redirect by Oleg Kalnichevski · 11 years ago
  62. 41ffb93 HTTPCLIENT-1344: Userinfo credentials in URI should not default to preemptive BASIC authentication by Oleg Kalnichevski · 11 years ago
  63. 10d8279 Upgraded HttpClient to version 4.3-beta2 by Oleg Kalnichevski · 11 years ago
  64. 599334d HTTPCLIENT-1353: 303 redirects should be cacheable by Jonathan Moore · 11 years ago
  65. 77b20a8 Added Idea config files to gitignore by Oleg Kalnichevski · 11 years ago
  66. acc7e56 Upgraded project version to 4.0-beta5-SNAPSHOT by Oleg Kalnichevski · 11 years ago
  67. d994bb7 Fixed typo by Oleg Kalnichevski · 11 years ago
  68. 558658e Updated project building instructions by Oleg Kalnichevski · 11 years ago
  69. bc3e407 Fixed Clover configuration by Oleg Kalnichevski · 11 years ago
  70. 5b1f08b For the step that uses Clover, re-iterate that you must use Maven 2. by Gary D. Gregory · 11 years ago
  71. 0fbf271 Fix typos. by Gary D. Gregory · 11 years ago
  72. 28c7209 Add missing step. by Gary D. Gregory · 11 years ago
  73. c8e2ead Updated HttpAsyncClient 4.0-beta4 release notes by Oleg Kalnichevski · 11 years ago
  74. 5020300 Updated HttpAsyncClient 4.0-beta4 release notes by Oleg Kalnichevski · 11 years ago
  75. d76ead1 Updated project web site for HttpAsyncClient 4.0-beta4 release by Oleg Kalnichevski · 11 years ago
  76. b354a6f Suppress resource leak warning for HttpClientExchangeHandler instances by Oleg Kalnichevski · 11 years ago
  77. 06ae117 Improved resource management by File backed async consumers / producers by Oleg Kalnichevski · 11 years ago
  78. fe20fac Cleanup of arguement and state checks by Oleg Kalnichevski · 11 years ago
  79. 33ec33d Upgraded HttpCore to version 4.3-beta2 by Oleg Kalnichevski · 11 years ago
  80. 0c98f99 Revised protocol scheme management and i/o session layering by Oleg Kalnichevski · 11 years ago
  81. d059c5e Redesigned minimal HttpAsyncClient implementation by Oleg Kalnichevski · 11 years ago
  82. 33e4ea5 Do not throw IOException from NHttpClientConnectionManager#routeComplete by Oleg Kalnichevski · 11 years ago
  83. 1338898 Minimal HttpAsyncClient implementation by Oleg Kalnichevski · 11 years ago
  84. 55f7084 Upgraded HttpClient to version 4.3-beta1 by Oleg Kalnichevski · 11 years ago
  85. 10d8ce1 Use buffer size and fragment size hint parameters from ConnectionConfig by Oleg Kalnichevski · 11 years ago
  86. 057c832 Fixed OSGi metadata by Oleg Kalnichevski · 11 years ago
  87. 70f788e Upgraded HttpCore 4.3-beta1 APIs; ported test cases by Oleg Kalnichevski · 11 years ago
  88. b26ddc1 Added HttpAsyncClientBuilder / HttpAsyncClients APIs intended to simplify the process of HttpAsyncClient configuration and customization by Oleg Kalnichevski · 11 years ago
  89. 6bd14bc New async client connection manager API by Oleg Kalnichevski · 11 years ago
  90. c07d052 Upgraded HttpClient to version 4.3-alpha1; fixed API incompatibilities by Oleg Kalnichevski · 11 years ago
  91. 821bf85 Upgraded HttpCore to version 4.3-alpha1 by Oleg Kalnichevski · 11 years ago
  92. 268416b Update copyrights in NOTICE.txt files to 2013. by Gary D. Gregory · 11 years ago
  93. db2db39 HTTPASYNC-34: HttpAsyncClient fails to re-start request execution if the opposite end prematurely terminates persistent connection by Oleg Kalnichevski · 11 years ago
  94. 975647b Upgraded HttpCore to version 4.2.3; upgraded HttpClient to version 4.2.3 by Oleg Kalnichevski · 11 years ago
  95. d1ba1f2 Organize imports. by Gary D. Gregory · 11 years ago
  96. 85b8e44 Add final modifier to local variables. by Gary D. Gregory · 11 years ago
  97. 476c13b Fix: replace tabs with spaces. by Gary D. Gregory · 11 years ago
  98. 28631ec Fix: replace tabs with spaces. by Gary D. Gregory · 11 years ago
  99. b705b68 Add final modifier to method parameters. by Gary D. Gregory · 11 years ago
  100. b7e8a07 Convert control statement bodies to block. by Gary D. Gregory · 11 years ago