1. 12 Nov, 2015 9 commits
  2. 10 Nov, 2015 1 commit
  3. 06 Nov, 2015 4 commits
  4. 22 Oct, 2015 2 commits
  5. 19 Oct, 2015 2 commits
  6. 30 Jul, 2015 3 commits
  7. 22 Jun, 2015 5 commits
  8. 19 Jun, 2015 2 commits
  9. 17 Jun, 2015 1 commit
  10. 16 Jun, 2015 2 commits
  11. 15 Jun, 2015 1 commit
  12. 11 Jun, 2015 1 commit
  13. 10 Jun, 2015 3 commits
  14. 09 Jun, 2015 1 commit
  15. 08 Jun, 2015 1 commit
    • Dave Cridland's avatar
      Do not synchronize on isClosed() · 389c17c7
      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.
      389c17c7
  16. 31 May, 2015 2 commits