1. 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
  2. 12 Nov, 2015 9 commits
  3. 10 Nov, 2015 1 commit
  4. 06 Nov, 2015 4 commits
  5. 22 Oct, 2015 2 commits
  6. 19 Oct, 2015 2 commits
  7. 30 Jul, 2015 3 commits
  8. 22 Jun, 2015 5 commits
  9. 19 Jun, 2015 2 commits
  10. 17 Jun, 2015 1 commit
  11. 16 Jun, 2015 2 commits
  12. 15 Jun, 2015 1 commit
  13. 11 Jun, 2015 1 commit
  14. 10 Jun, 2015 3 commits
  15. 09 Jun, 2015 1 commit
  16. 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
  17. 31 May, 2015 1 commit