Skip to content
  1. Dec 15, 2013
    • Eric Dahl's avatar
      LOGBACK-466 · 3afe7086
      Eric Dahl authored
      Documentation: Fix syntax issue with GEventEvaluator example in filters documentation.
      3afe7086
  2. Dec 10, 2013
  3. Dec 07, 2013
  4. Nov 25, 2013
  5. Nov 24, 2013
  6. Nov 22, 2013
  7. Nov 21, 2013
  8. Nov 20, 2013
  9. Nov 18, 2013
  10. Nov 17, 2013
  11. Nov 16, 2013
  12. Nov 12, 2013
  13. Nov 10, 2013
  14. Nov 06, 2013
  15. Oct 26, 2013
  16. Oct 20, 2013
  17. Oct 19, 2013
    • Richard Fearn's avatar
      LOGBACK-350 Prevent SocketNode constructor blocking due to lack of data from client · c9291b79
      Richard Fearn authored
      The constructor creates an ObjectInputStream, and this blocks until the stream
      header is received from the client.
      
      If the client doesn't send a stream header, construction of the SocketNode will
      hang, preventing SimpleSocketServer from accepting new clients.
      
      This change moves the construction of the ObjectInputStream into
      SocketNode.run. As SimpleSocketServer runs this method in a new thread, a rogue
      client won't prevent subsequent ones being able to connect.
      c9291b79
    • Norbert Kenderesi's avatar
      Fixed issue "Failed to instantiate LoggerContext" because of "... · 959291a5
      Norbert Kenderesi authored
      Fixed issue "Failed to instantiate LoggerContext" because of " java.lang.SecurityException: AccessController.checkPermission is unsupported." (LOGBACK-760) using the solution provided in the comment by ori.
      959291a5
  18. Oct 16, 2013