Fix Javadoc. |
|
More...
|
over 8 years ago
|
[HTTPCORE-454] Add a Timeout class that extends TimeValue. Add missing methods for MICROSECONDS and NANOSECONDS TimeUnits. |
|
More...
|
over 8 years ago
|
HTTPCORE-451: Add a TimeValue class to wrap a long and a TimeUnit. Add missing methods for MICROSECONDS and NANOSECONDS TimeUnits. |
|
More...
|
over 8 years ago
|
Added annotation of internal APIs |
|
More...
|
over 8 years ago
|
Minor refactoring of I/O reactor code |
|
More...
|
over 8 years ago
|
HTTPCORE-455: fatal Error in an individual worker thread does not cause proper I/O reactor shutdown |
|
More...
|
over 8 years ago
|
HTTPCORE-456: BasicFuture fails to honor Future interface contract by not throwing CancellationException when cancelled |
|
More...
|
over 8 years ago
|
Updated release notes for HttpCore 5.0-alpha3 release |
|
More...
|
over 8 years ago
|
HTTP protocol version negotiation |
|
More...
|
over 8 years ago
|
Fixed examples |
|
More...
|
over 8 years ago
|
Fix Checkstyle errors. |
|
More...
|
over 8 years ago
|
[HTTPCORE-454] Add a Timeout class that extends TimeValue. First cut. Not used yet. Unit test is there though. Might need some refinements. |
|
More...
|
over 8 years ago
|
HTTPCORE-451: Add a TimeValue class to wrap a long and a TimeUnit. Fix test method name. |
|
More...
|
over 8 years ago
|
HTTPCORE-451: Add a TimeValue class to wrap a long and a TimeUnit. Reuse factory method. |
|
More...
|
over 8 years ago
|
Update Log4j from 2.8 to 2.8.2. |
|
More...
|
over 8 years ago
|
Support TLS ALPN and disable TLS renegotiation via reflection on Java 1.9+ |
|
More...
|
over 8 years ago
|
Corrected termination of pending commands by HTTP/1.1 stream duplexer |
|
More...
|
over 8 years ago
|
Upgraded to Mockito 2.7 |
|
More...
|
over 8 years ago
|
Fixed copy-paste bug |
|
More...
|
over 8 years ago
|
Transport Layer Security APIs refinement |
|
More...
|
over 8 years ago
|
[HTTPCORE-452] Add a UriRegexMatcher. |
|
More...
|
over 8 years ago
|
[HTTPCORE-452] Add a UriRegexMatcher. Make UriHttpRequestHandlerMapper ctror public that it uses the new LookupRegistry. |
|
More...
|
over 8 years ago
|
[HTTPCORE-453] ServerBootstrap should traverse handler map in insertion order. |
|
More...
|
over 8 years ago
|
Fix Javadoc. |
|
More...
|
over 8 years ago
|
Fix Javadoc. |
|
More...
|
over 8 years ago
|
[HTTPCORE-452] Add a UriRegexMatcher. Type as new LookupRegistry. (more to come) |
|
More...
|
over 8 years ago
|
[HTTPCORE-451] Add a TimeValue class to wrap a long and a TimeUnit. Rename ZERO_MILLIS to ZERO_MILLISECONDS because the JRE class TimeUnit defines MILLISECONDS (not MILLIS). Also refactor some common patters into static methods. |
|
More...
|
over 8 years ago
|
[HTTPCORE-452] Add a UriRegexMatcher. Add the new class. Make the current UriPatternMatcher implement the new interface LookupRegistry (whose methods where pulled up from UriPatternMatcher.) |
|
More...
|
over 8 years ago
|
Fixed HTTP/2 server side response message delineation when replying to HEAD requests |
|
More...
|
over 8 years ago
|
Improved handling of invalid requests by the HTTP/2 client protocol handler; invalid requests should never get sent to the opposite endpoint |
|
More...
|
over 8 years ago
|