1. 3c8ef96 HttpAsyncClient 5.0 development moved to HttpComponents HttpClient project by Oleg Kalnichevski · 7 years ago trunk
  2. 8d3923e Add Travis CI. by Gary D. Gregory · 7 years ago
  3. c025fee fix HttpAsyncMethods.createPost/createPut(URI,byte[],ContentType): set entity to request by Oleg Kalnichevski · 8 years ago
  4. 763d102 Better build instructions. by Gary D. Gregory · 8 years ago
  5. e501748 Add final modifier to local variables. by Gary D. Gregory · 8 years ago
  6. def1715 Static fields should be accessed directly. by Gary D. Gregory · 9 years ago
  7. b7b2981 Statement unnecessarily nested within else clause. by Gary D. Gregory · 9 years ago
  8. 9aaa50a Static methods should be accessed directly. by Gary D. Gregory · 9 years ago
  9. 7dcdc1f Static fields should be accessed directly. by Gary D. Gregory · 9 years ago
  10. c828340 Fixed build breakage due to the use of undefined variable by Oleg Kalnichevski · 9 years ago
  11. f490dd1 Better JUnit assert message. by Gary D. Gregory · 9 years ago
  12. 2155a82 commons-logging 1.1.x -> 1.2. by Gary D. Gregory · 9 years ago
  13. 6d7bd5f Do not check Maven-Eclipse files for RAT reports. by Gary D. Gregory · 9 years ago
  14. 7d0afd1 [HTTPASYNC-92] Make sure the osgi bundle imports what it needs, in particular org.apache.http.ssl by Oleg Kalnichevski · 9 years ago
  15. 68df1a8 Fix when systemProperties is true but sslcontext not use systemProperties by Oleg Kalnichevski · 9 years ago
  16. b7e5d34 add dnsResolver in HttpAsyncClientBuilder by Oleg Kalnichevski · 9 years ago
  17. 7ab876b Upgraded project version to 4.2-alpha1-SNAPSHOT by Oleg Kalnichevski · 9 years ago
  18. fe95dc2 Upgraded HttpAsyncClient version to 4.1.1-SNAPSHOT by Oleg Kalnichevski · 9 years ago
  19. e109d3e Disabled test case failing on Windows by Oleg Kalnichevski · 9 years ago
  20. 8b5b2d7 Minor improvements in AbstractAsyncTest by Oleg Kalnichevski · 9 years ago
  21. 384a464 relax the expected exception type to generic I/O to make Windows happy by Oleg Kalnichevski · 9 years ago
  22. 2108b75 Tweaked test case by Oleg Kalnichevski · 9 years ago
  23. d341d3e Removed reference to deprecated class by Oleg Kalnichevski · 9 years ago
  24. ed5fcf4 Updated NOTICE and BUILDING by Oleg Kalnichevski · 9 years ago
  25. 7505b44 Updated release notes for HttpAsyncClient 4.1 release by Oleg Kalnichevski · 9 years ago
  26. ef5e0b1 Updated cookie spec initialization code to use the most up to date providers; removed references to deprecated classes by Oleg Kalnichevski · 9 years ago
  27. e304e2c Upgraded HttpClient to version 4.4.1 by Oleg Kalnichevski · 9 years ago
  28. 9ef4ef5 Re-enabled test case requiring HttpCore 4.4.1 by Oleg Kalnichevski · 9 years ago
  29. 6c8a8ec Upgraded HttpCore to version 4.4.1 by Oleg Kalnichevski · 9 years ago
  30. c64f271 HTTPASYNC-90: Fixed SNI support. Contributed by David <dblack at atlassian.com> by Oleg Kalnichevski · 9 years ago
  31. 2b9c232 Corrected release notes by Oleg Kalnichevski · 9 years ago
  32. f87cc2f HTTPASYNC-88: persistent connections can time out while kept alive in the pool causing unexpected SocketTimeoutException by Oleg Kalnichevski · 9 years ago
  33. 06f7b4f HTTPASYNC-87: ability to provide a custom request executor by Oleg Kalnichevski · 9 years ago
  34. 2081567 HTTPASYNC-86: fixed a race condition upon connection lease from the connection pool: in very rare circumstances the main execution thread can get jammed for so long that the I/O dispatch thread succeeds in completing the request and releasing the connection while the main still is performing connection validation by Oleg Kalnichevski · 9 years ago
  35. 34939bd Disabled test case failing intermittently due to a bug in HttpCore 4.4 by Oleg Kalnichevski · 9 years ago
  36. 194eef7 Resolved several outstanding TODOs after upgrade to HC 4.4 by Oleg Kalnichevski · 9 years ago
  37. 770219e Upgraded HttpCore to version 4.4; upgraded HttpClient to version 4.4 by Oleg Kalnichevski · 9 years ago
  38. f9c1e9d Customizable CharsetDecoder in AsyncCharConsumer by Oleg Kalnichevski · 9 years ago
  39. f469325 Fix indentation - no code change by Sebastian Bazley · 9 years ago
  40. 14ccb35 HTTPASYNC-84: OSGi module missing import for org.apache.http.conn.util by Oleg Kalnichevski · 10 years ago
  41. 15232f1 Upgraded HttpAsyncClient version to 4.1-beta2-SNAPSHOT by Oleg Kalnichevski · 10 years ago
  42. a719b50 developed by => developed at : see http://www.apache.org/legal/reports.html#2006-05-24 section 6C by Sebastian Bazley · 10 years ago
  43. 9191d23 Update Apache Commons Logging version from 1.1.3 to 1.2. by Gary D. Gregory · 10 years ago
  44. 7ce206d Added RAT plugin; removed .pmd file; updated reference to JRE Javadocs by Oleg Kalnichevski · 10 years ago
  45. fe6ac58 Added examples of pipelined request execution by Oleg Kalnichevski · 10 years ago
  46. 020d0ca Updated release notes for HttpAsyncClient 4.1-beta1 release by Oleg Kalnichevski · 10 years ago
  47. ffe90f9 Fixed potential race condition in case of abnormal termination of pipelined message exchange (request producers / response consumers may be not fully closed out) by Oleg Kalnichevski · 10 years ago
  48. 5e399eb Fixed broken hostname verififcation by Oleg Kalnichevski · 10 years ago
  49. 340f9f2 Added integration tests for pipelined request execution by Oleg Kalnichevski · 10 years ago
  50. bd6c370 Work-around for a bug in NHttpConnectionBase#bind HttpCore 4.4-beta1 (to be removed) by Oleg Kalnichevski · 10 years ago
  51. 5986b9e Fixed minimal async client integration tests by Oleg Kalnichevski · 10 years ago
  52. c140a34 Added support for minimal async client capable of pipelined request execution by Oleg Kalnichevski · 10 years ago
  53. c82349e Refactored internal exchange handling code by Oleg Kalnichevski · 10 years ago
  54. a634670 Missing @Override annotations by Oleg Kalnichevski · 10 years ago
  55. fb92928 Upgraded HttpClient to version 4.4-beta1 by Oleg Kalnichevski · 10 years ago
  56. af69c66 Eliminated looping in content received event (input ready loop is now performed by the I/O reactor) by Oleg Kalnichevski · 10 years ago
  57. e879588 ZeroCopyConsumer: preserve content encoding by Oleg Kalnichevski · 10 years ago
  58. 3d03832 Upgraded HttpCore to version 4.4-beta1 by Oleg Kalnichevski · 10 years ago
  59. 00480c9 Added a section called "Validating packages". by Gary D. Gregory · 10 years ago
  60. e18166f <code> => {@code } by Sebastian Bazley · 10 years ago
  61. 17f97fb Javadoc8 fixes by Sebastian Bazley · 10 years ago
  62. ab6c8ae Add dummy serial version UID by Sebastian Bazley · 10 years ago
  63. e38d555 Javadoc 8 by Sebastian Bazley · 10 years ago
  64. 90519c2 Javadoc 8 fixes: Use {@code foo} instead of <code>foo</foo>. by Gary D. Gregory · 10 years ago
  65. faf6c2a Branding: Use "Apache" in Maven module names and descriptions. by Gary D. Gregory · 10 years ago
  66. 04032ce HTTPASYNC-81: ensure request produce is closed in case of a premature exchange termination by Oleg Kalnichevski · 10 years ago
  67. 0724b88 HTTPASYNC-81: Premature response consumer termination by Oleg Kalnichevski · 10 years ago
  68. a76f93c HTTPASYNC-81: request producer and response producer #failed methods never get called in case of a connection request failure (for instance due to unknown or invalid hostname) by Oleg Kalnichevski · 10 years ago
  69. de99edf Upgraded HttpClient version to 4.4-alpha1; updated OSGi imports by Oleg Kalnichevski · 10 years ago
  70. 1eb2671 HTTPASYNC-79: Rearranged sequence of operations upon connection lease to eliminate possibility of a connection leak due to race condition on keep-alive boundary by Oleg Kalnichevski · 10 years ago
  71. c943948 Added new functionality to the pooling conn manager introduced by HTTPCORE-374 by Oleg Kalnichevski · 10 years ago
  72. 27566fb Javadoc fixes for Java 8. Replace "<tt>Foo</tt>" with "{@code Foo}". by Gary D. Gregory · 10 years ago
  73. 07dcc19 Moved embedded test server base class by Oleg Kalnichevski · 10 years ago
  74. bb490a7 Improved parameterized tests by Oleg Kalnichevski · 10 years ago
  75. af60e8f Replaced dynamic proxies with custom proxy classes to reduce thread contention by Oleg Kalnichevski · 10 years ago
  76. 47ab764 HTTPCLIENT-1508: use actual JRE version when generating default User-Agent header by Oleg Kalnichevski · 10 years ago
  77. 1252080 Use a separate setter for shared connection manager flag by Oleg Kalnichevski · 10 years ago
  78. 36430ca HTTPASYNC-74: support for shared connection managers by Oleg Kalnichevski · 10 years ago
  79. 50eeb77 HTTPASYNC-75: added setter for NHttpClientEventHandler to HttpAsyncClientBuilder by Oleg Kalnichevski · 10 years ago
  80. 15c3119 Use Locale#ROOT instead of Locale#ENGLISH or Locale#US for lower / upper case conversions by Oleg Kalnichevski · 10 years ago
  81. 731a604 Upgraded JRE level to 1.6; upgraded Commons IO to version 2.4; upgraded JUnit to version 4.11 by Oleg Kalnichevski · 10 years ago
  82. 46ff014 Upgraded project version to 4.1-alpha1-SNAPSHOT by Oleg Kalnichevski · 10 years ago
  83. 17ec346 HTTPASYNC-73: Original request headers are not copied upon redirect by Oleg Kalnichevski · 10 years ago
  84. d43b2c9 Fixup comments: by Sebastian Bazley · 10 years ago
  85. bb2d5e2 Upgraded HttpClient dependency to version 4.3.3 by Oleg Kalnichevski · 10 years ago
  86. 09c28b3 Refactored client context handling in CachingHttpAsyncClient by Oleg Kalnichevski · 10 years ago
  87. d93bc47 Define compiler versions in httpasynch component rather than inheriting from HC parent pom by Sebastian Bazley · 10 years ago
  88. 15637cd Upgraded HttpAsyncClient version to 4.0.2-SNAPSHOT by Oleg Kalnichevski · 10 years ago
  89. 9242480 Made internal buffers final in AsyncCharConsumer and AsyncByteConsumer by Oleg Kalnichevski · 10 years ago
  90. e1e0eb6 Updated HttpAsyncClient 4.0.1 release notes by Oleg Kalnichevski · 10 years ago
  91. 2ccf712 HTTPASYNC-69: premature cancellation of response consumer to immediately shut down and release the underlying connection by Oleg Kalnichevski · 10 years ago
  92. ac246cd Upgraded HttpCore to version 4.3.2 by Oleg Kalnichevski · 10 years ago
  93. 23a5001 HTTPASYNC-68: Connection closed by the opposite endpoint immediately upon its lease from the pool is never released back and reclaimed by the pool (collection leak) by Oleg Kalnichevski · 10 years ago
  94. 10e24ca Additional debug logs by Oleg Kalnichevski · 10 years ago
  95. 2de0468 Persistent connections always get discarded in case of a response future cancellation even if they can be kept alive by Oleg Kalnichevski · 10 years ago
  96. 38bcb13 HTTPASYNC-64: race conditions in async caching module (release notes) by Oleg Kalnichevski · 10 years ago
  97. b802297 HTTPASYNC-64: race conditions in async caching module by Oleg Kalnichevski · 10 years ago
  98. 8188196 Upgraded HttpClient dependency to version 4.3.2 (caching module is still at 4.3.1 due to HTTPCLIENT-1450) by Oleg Kalnichevski · 10 years ago
  99. ca3c205 HTTPASYNC-65: Relaxed OSGi dependency import version ranges by Oleg Kalnichevski · 10 years ago
  100. 5db7a47 Update NOTICE copyright for 2014. by Gary D. Gregory · 10 years ago