| Fix Javadoc. |
|
More...
|
over 9 years ago
|
| [HTTPCORE-454] Add a Timeout class that extends TimeValue. Add missing methods for MICROSECONDS and NANOSECONDS TimeUnits. |
|
More...
|
over 9 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 9 years ago
|
| Added annotation of internal APIs |
|
More...
|
over 9 years ago
|
| Minor refactoring of I/O reactor code |
|
More...
|
over 9 years ago
|
| HTTPCORE-455: fatal Error in an individual worker thread does not cause proper I/O reactor shutdown |
|
More...
|
over 9 years ago
|
| HTTPCORE-456: BasicFuture fails to honor Future interface contract by not throwing CancellationException when cancelled |
|
More...
|
over 9 years ago
|
| Updated release notes for HttpCore 5.0-alpha3 release |
|
More...
|
over 9 years ago
|
| HTTP protocol version negotiation |
|
More...
|
over 9 years ago
|
| Fixed examples |
|
More...
|
over 9 years ago
|
| Fix Checkstyle errors. |
|
More...
|
over 9 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 9 years ago
|
| HTTPCORE-451: Add a TimeValue class to wrap a long and a TimeUnit. Fix test method name. |
|
More...
|
over 9 years ago
|
| HTTPCORE-451: Add a TimeValue class to wrap a long and a TimeUnit. Reuse factory method. |
|
More...
|
over 9 years ago
|
| Update Log4j from 2.8 to 2.8.2. |
|
More...
|
over 9 years ago
|
| Support TLS ALPN and disable TLS renegotiation via reflection on Java 1.9+ |
|
More...
|
over 9 years ago
|
| Corrected termination of pending commands by HTTP/1.1 stream duplexer |
|
More...
|
over 9 years ago
|
| Upgraded to Mockito 2.7 |
|
More...
|
over 9 years ago
|
| Fixed copy-paste bug |
|
More...
|
over 9 years ago
|
| Transport Layer Security APIs refinement |
|
More...
|
over 9 years ago
|
| [HTTPCORE-452] Add a UriRegexMatcher. |
|
More...
|
over 9 years ago
|
| [HTTPCORE-452] Add a UriRegexMatcher. Make UriHttpRequestHandlerMapper ctror public that it uses the new LookupRegistry. |
|
More...
|
over 9 years ago
|
| [HTTPCORE-453] ServerBootstrap should traverse handler map in insertion order. |
|
More...
|
over 9 years ago
|
| Fix Javadoc. |
|
More...
|
over 9 years ago
|
| Fix Javadoc. |
|
More...
|
over 9 years ago
|
| [HTTPCORE-452] Add a UriRegexMatcher. Type as new LookupRegistry. (more to come) |
|
More...
|
over 9 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 9 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 9 years ago
|
| Fixed HTTP/2 server side response message delineation when replying to HEAD requests |
|
More...
|
over 9 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 9 years ago
|