1. 17 Nov, 2015 1 commit
  2. 13 Nov, 2015 1 commit
    • Tom Evans's avatar
      OF-903: Simplify backup packet delivery · 1cdea3fd
      Tom Evans authored
      Original issue (OF-857) has been addressed by providing an alternate
      packet deliverer (to offline storage). This additional logic was an
      ill-advised "belt-and-suspenders" attempt to prevent the recursion which
      was occurring before the backup deliverer was implemented.
      1cdea3fd
  3. 12 Nov, 2015 9 commits
  4. 10 Nov, 2015 1 commit
  5. 06 Nov, 2015 4 commits
  6. 22 Oct, 2015 2 commits
  7. 19 Oct, 2015 2 commits
  8. 30 Jul, 2015 3 commits
  9. 22 Jun, 2015 5 commits
  10. 19 Jun, 2015 2 commits
  11. 17 Jun, 2015 1 commit
  12. 16 Jun, 2015 2 commits
  13. 15 Jun, 2015 1 commit
  14. 11 Jun, 2015 1 commit
  15. 10 Jun, 2015 3 commits
  16. 09 Jun, 2015 1 commit
  17. 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