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