- May 08, 2013
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- May 07, 2013
-
-
Ceki Gulcu authored
-
- May 06, 2013
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- May 05, 2013
-
-
Ceki Gulcu authored
-
- May 03, 2013
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
SocketConnector is now a Callable, all tests pass
-
Ceki Gulcu authored
-
Carl Harris authored
-
Carl Harris authored
-
Carl Harris authored
-
Ceki Gulcu authored
-
- May 02, 2013
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
LOGBACK-848: refactored SocketAppenderBase
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- May 01, 2013
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
invoke setRunner method in ConcurrentServerRunner so that InstrumentedConcurrentServerRunner's overriden impl can be used in tests
-
Ceki Gulcu authored
-
Carl Harris authored
-
Ceki Gulcu authored
-
Carl Harris authored
Since the appender now has some an asynchronous task, this is a best practice. Moreover, some test runners may not be able to terminate properly if there are non-daemon threads remaining in the JVM.
-
Ceki Gulcu authored
-
Carl Harris authored
Previously, we exited only when interrupted. But if the executor is shutting down, there's no reason for the receiver to try to continue running. This was a left over from when the receiver had its own executor service, and ExecutorService.shutdownNow was used to shut it down on stop().
-
Carl Harris authored
Previously, exited only on interrupt, but if the executor is shutting down, there's no reason for us to wait to be interrupted.
-
Carl Harris authored
-
Carl Harris authored
-
Carl Harris authored
-
Carl Harris authored
-