Skip to content
  1. Dec 28, 2013
  2. Sep 07, 2013
  3. May 30, 2013
  4. May 14, 2013
  5. May 10, 2013
  6. May 02, 2013
  7. May 01, 2013
  8. Apr 30, 2013
  9. Apr 29, 2013
  10. 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
  11. Apr 27, 2013
  12. Apr 26, 2013
  13. Apr 25, 2013
  14. Apr 23, 2013
  15. Apr 18, 2013
  16. Apr 17, 2013
  17. Apr 11, 2013
  18. Apr 02, 2013