1. 30 Jul, 2015 2 commits
  2. 29 Jul, 2015 7 commits
  3. 28 Jul, 2015 4 commits
  4. 27 Jul, 2015 1 commit
  5. 24 Jul, 2015 8 commits
  6. 22 Jul, 2015 3 commits
  7. 15 Jul, 2015 2 commits
  8. 14 Jul, 2015 2 commits
  9. 10 Jul, 2015 7 commits
  10. 09 Jul, 2015 2 commits
  11. 08 Jul, 2015 2 commits
    • Dave Cridland's avatar
      Do not synchronize on isClosed() · 51b22088
      Dave Cridland authored
      There is a deadlock while reading the state variable if close() is running.
      
      This switches the state to be volatile instead - it's only written to inside
      the lengthy close() lock, so this should be reasonable.
      51b22088
    • andi@symphono.com's avatar
      OF-889: Added try-catch blocks to the various JSP pages where... · 8558df07
      andi@symphono.com authored
      OF-889: Added try-catch blocks to the various JSP pages where Session.getHostName or Session.getHostAddress is called to prevent the Sessions tab from showing UnknownHostExceptions when there are bad client sessions laying around
      8558df07