Skip to content
  1. Oct 20, 2008
    • Ceki Gulcu's avatar
      Adapt to JUnit4 style · 35574e27
      Ceki Gulcu authored
      35574e27
    • Ceki Gulcu's avatar
      Related to LBCORE-58 · bb604463
      Ceki Gulcu authored
      SleepAppender can derive from UnsynchronizedAppenderBase
      bb604463
    • Ceki Gulcu's avatar
      Related to LBCORE-58 · 9b0bad90
      Ceki Gulcu authored
      Unsynchronized means no synchronization keyword in the doAppend method.
      9b0bad90
    • Ceki Gulcu's avatar
      LBCORE-58 · 584621a7
      Ceki Gulcu authored
      UnsynchronizedAppenderBase is based on Ralph Goers contribution in LBCORE-58. 
      Note that AppenderBase remains unchanged. Appenders which need to handle synchronization on their
      own can do so by deriving from UnsynchronizedAppenderBase.
      584621a7
    • Ceki Gulcu's avatar
      · c77e8bae
      Ceki Gulcu authored
      - detachAppender in AppenderAttachable now returns a boolean instead of an Appender.
      - iteratorForAppenders() in AppenderAttachable now returns Iterator<Appender<E>> instead of just Iterator
      - modified Logger to invoke callAppender without synchronization on this
      - AppenderAttachableImpl modified to take advantage of the fact that reads occur much more 
        often than writes
      - associated test cases
      c77e8bae
    • Ceki Gulcu's avatar
      e6f6d409
    • Ceki Gulcu's avatar
  2. Oct 18, 2008
  3. Oct 17, 2008
  4. Oct 15, 2008
  5. Oct 14, 2008
    • Ceki Gulcu's avatar
      LBCORE-17 · d3cc7f3e
      Ceki Gulcu authored
      Added documentation and test cases for STARTTLS and SSL support.
      d3cc7f3e
    • Ceki Gulcu's avatar
      LBCORE-17 · a01ff980
      Ceki Gulcu authored
      Added support for plain user password authentication. 
      
      Furthermore, support for both STARTTLS and SSL connections were
      added. Note that STARTTLS differs from SSL in that, in STARTTLS, the
      connection is non-encrypted in the beginning and only after the STARTTLS 
      command is issued by the client (if the server supports it) does the 
      connection switch to SSL. In SSL mode, the connection is SSL from the 
      start.
      a01ff980
    • Ceki Gulcu's avatar
  6. Oct 08, 2008
  7. Oct 07, 2008
  8. Oct 01, 2008
    • Ceki Gulcu's avatar
      - migrate some tests to junit4 · 9ae5e794
      Ceki Gulcu authored
      - renamed ClassPackagingDataCalculator as PackagingDataCalculator
      - added calculatePackagingData method to ThrowableProxy so that converters can
        force calculation of packaging data
      - added relevant test cases
      9ae5e794
  9. Sep 24, 2008
  10. Sep 23, 2008