Shorter NHttpConnectionBase#toString |
|
More...
|
about 11 years ago
|
Bootstrap for embedded server based on non-blocking I/O |
|
More...
|
over 11 years ago
|
Slightly better synchronization |
|
More...
|
over 11 years ago
|
Use ExceptionLogger in HttpAsyncService, HttpAsyncRequester and HttpAsyncRequestExecutor |
|
More...
|
over 11 years ago
|
Cleanups |
|
More...
|
over 11 years ago
|
Use new embedded server for integration tests |
|
More...
|
over 11 years ago
|
Bootstrap for embedded server based on classic I/O |
|
More...
|
over 11 years ago
|
Apply initial socket parameters prior to bind operation |
|
More...
|
over 11 years ago
|
Minor performance optimization tweak for pipelining mode |
|
More...
|
over 11 years ago
|
Fixed race condition in async response processing in pipelining mode |
|
More...
|
over 11 years ago
|
Initial implementation of the client side request pipelining; many bug fixes in the server side implementation; unit and integration tests |
|
More...
|
over 11 years ago
|
HTTPCORE-379: shut down non-blocking server side connection in case of an i/o or runtime error to avoid an infinite loop in the i/o reactor trying to flush buffered output |
|
More...
|
over 11 years ago
|
Added SO_SNDBUF and SO_RCVBUF socket config parameters |
|
More...
|
over 11 years ago
|
Use abortive close (RST) for shutdown of blocking connections |
|
More...
|
over 11 years ago
|
Use atromic reference for socket bound to the connection |
|
More...
|
over 11 years ago
|
HTTPCORE-377: Allow zero SO_LINGER (immediate abortive close) |
|
More...
|
over 11 years ago
|
Fixed misspelled method name |
|
More...
|
over 11 years ago
|
Initial implementation of the server side request pipelining; unit and integration tests |
|
More...
|
over 11 years ago
|
Use Locale.ROOT instead of Locale.US or Locale.ENGLISH for upper/lower case conversion of locale independent textual identifiers |
|
More...
|
over 11 years ago
|
HTTPCORE-376: AbstractNIOConnPool#requestCancelled() should not process pending requests wnen being shut down |
|
More...
|
over 11 years ago
|
Standardise on Locale.ROOT for case-conversion |
|
More...
|
over 11 years ago
|
Update JUnit to version 4.11 from 4.9. |
|
More...
|
over 11 years ago
|
HTTPCORE-374: Pool implementations to return a set of all known routes |
|
More...
|
over 11 years ago
|
HTTPASYNC-69: async request handler is closed by HttpAsyncRequestExecutor#closed if the underlying connection is found to be in an inconsistent state |
|
More...
|
over 11 years ago
|
HTTPCORE-373: out of sequence HTTP response causes NPE in HttpAsyncRequestExecutor |
|
More...
|
over 11 years ago
|
Enforce message constraints in chunk decoders (both blocking and non-blocking) |
|
More...
|
over 11 years ago
|
HTTPCORE-372: Chunk decoders to throw an I/O exception if data stream is terminated without a closing chunk |
|
More...
|
over 11 years ago
|
Code consistency: tolerate lone LF at the end of the chunk |
|
More...
|
over 11 years ago
|
HTTPCORE-370: Race condition if connection request succeeds and times out at the same time |
|
More...
|
over 11 years ago
|
fix HTTPCORE-371 - support for SSL renegotiation |
|
More...
|
over 11 years ago
|