Skip to content
  1. Feb 03, 2014
  2. Jan 28, 2014
  3. Dec 28, 2013
  4. Nov 25, 2013
  5. Nov 10, 2013
  6. Oct 15, 2013
  7. Sep 20, 2013
    • Jonathan Baker's avatar
      * Added support to the tomcat Server adaptor for correctly getting request... · e6f99bae
      Jonathan Baker authored
      * Added support to the tomcat Server adaptor for correctly getting request start time. (Includes additional dependency on tomcat-coyote)
      * Update layouts.html to document the addition of elapsedTime/D to the pattern support for IAccessEvent
      * Modified AccessEvent.java to calculate the elapsedTime at construction of the event, instead of repeatedly in the getter.  This allows the value to be more easily seen in a debugger, and cleans up the code slightly.
      e6f99bae
  8. Sep 13, 2013
  9. Sep 07, 2013
  10. May 30, 2013
  11. May 14, 2013
  12. May 10, 2013
  13. May 02, 2013
  14. May 01, 2013
  15. Apr 30, 2013
  16. Apr 29, 2013
  17. Apr 28, 2013
    • Carl Harris's avatar
      modified concrete appenders to use appropriate constructors · 16d67e50
      Carl Harris authored
      Mutable fields in SocketAppenderBase were previously exposed as
      protected fields and modified by constructors in concrete subclasses.
      This commit improves encapsulation of the base class by exposing
      protected constructors for subclasses to invoke rather than directly
      exposing the fields.  These new constructors are marked as deprecated,
      as the convenience constructors on the base classes (which are also
      deprecated) are the sole reason for their existence.  A future release
      should remove all but the no-arg constructor from the base class and
      subclasses.
      16d67e50
    • Carl Harris's avatar
      removed old SocketAppenderTest from classic and access · dcf6e324
      Carl Harris authored
      These test classes were really testing SocketAppenderBase not
      SocketAppender, per se.  The new implementation of SocketAppenderBase is
      significantly different and will require a new unit test suite.
      dcf6e324
  18. Apr 27, 2013
  19. Apr 26, 2013