- Mar 03, 2010
-
-
Ceki Gulcu authored
ClassicTestConstants.JORAN_INPUT_PREFIX - added getFile method to ResilientFileOutputStream
-
- Mar 01, 2010
-
-
Ceki Gulcu authored
- added JNDIBasedContextDiscriminator which should work much better than ContextBasedtiscriminator.
-
- Feb 27, 2010
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
The console is not ours to close.
-
- Feb 25, 2010
-
-
Ceki Gulcu authored
-
- Feb 24, 2010
-
-
Ceki Gulcu authored
- renamed WriterAppender as OutputStreamAppender
-
- Feb 23, 2010
-
-
Ceki Gulcu authored
- FileAppender now takes an encoder and not a layout
-
Ceki Gulcu authored
chapter on Encoders. Naming chapters by their number was a bas idea...
-
Ceki Gulcu authored
removed the immediateFlush, BufferedIO properties from FileAppender Only immediateFlush can make a significant difference in presense of other IO activity on a mechanical HD.
-
Ceki Gulcu authored
-
- Feb 22, 2010
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Feb 21, 2010
-
-
Ceki Gulcu authored
both projects.
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Feb 20, 2010
-
-
Ceki Gulcu authored
ObjectStreamEncoder and a corresponding InputStream called EventObjectInputStream.
-
- Feb 19, 2010
-
-
Ceki Gulcu authored
init(ObjectStream) method is called. The Encoder needs to reference the OS passed to it in future operations. The enclosing Appender is responsible of signaling the Encoder when the current OS is closed (by invoking encopder.close()) and when a new one is opened (by invoking encoder.inig(os)); - All tests pass.
-
- Feb 18, 2010
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
code compiles but the test do NOT pass. To be considered as ongoing work.
-
- Feb 17, 2010
-
-
Ceki Gulcu authored
-
- Feb 12, 2010
-
-
Ceki Gulcu authored
-
Ceki Gulcu authored
which is specifically configured for this purpose. On other machines, it might cause the os ehem.. to lock.
-
Ceki Gulcu authored
- other minor/cosmetic changes - removed multiThreadSanityCheck.sh whose contents are now run automatically
-
Ceki Gulcu authored
tight dependence on the OS, this test runs only on Linux. Moreover, root priviledges are required...
-
Ceki Gulcu authored
tight dependence on the OS, this test runs only on Linux. Moreover, root priviledges are required... If anyone knows how to simulate a file system space overflow is encouraged to share their knowledge.
-
- Feb 11, 2010
-
-
Ceki Gulcu authored
MultiThreadedRollingTest.multiThreadedSizeBased test passes on a fast machine
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
Ceki Gulcu authored
-
- Feb 10, 2010
-
-
Ceki Gulcu authored
configuration files (in XML), the event handler will correctly process body text, in particular spaces, even when delivered in multiple chunks. The previous behavior of trimming leading and trailing white space has been preserved. Moreover, body text consisting of white space surrounding child elements is ignored.
-
Ceki Gulcu authored
-
- Feb 08, 2010
-
-
Ceki Gulcu authored
- removed team link because its contents were stale
-
- Feb 01, 2010
-
-
Ceki Gulcu authored
a case insensitive way as specified in RFC 2616. This prevents compatibility issues, in particular with recent versions of Tomcat whcih store request header names in lower-case.
-
Ceki Gulcu authored
-
- Jan 28, 2010
-
-
Ceki Gulcu authored
-