1. 14 Sep, 2017 3 commits
    • Steven Allen's avatar
      reset streams on error instead of closing. · 5bc13bf6
      Steven Allen authored
      5bc13bf6
    • Steven Allen's avatar
      Retry queries if a write to the stream fails. · d3d572b7
      Steven Allen authored
      Previously, we'd only retry when a write failed (in case the peer was using
      single-use streams). However, in the new world of half-open streams, writes
      still succeed on remote-closed streams so this isn't sufficient. Instead, we
      need to retry on read failure as well.
      
      Note: this was technically broken before because a peer could write on a stream
      before receiving the close message causing the write to succeed but the
      subsequent read to fail.
      d3d572b7
    • Steven Allen's avatar
      update stream muxer · 286dd24f
      Steven Allen authored
      286dd24f
  2. 05 Oct, 2016 1 commit
  3. 30 Sep, 2016 1 commit
  4. 23 Sep, 2016 1 commit
  5. 03 Sep, 2016 1 commit
  6. 02 Sep, 2016 1 commit
  7. 21 Aug, 2016 1 commit
  8. 04 Jul, 2016 1 commit
  9. 24 Jun, 2016 1 commit
  10. 17 Jun, 2016 1 commit
  11. 15 Jun, 2016 3 commits
  12. 14 Jun, 2016 1 commit
  13. 11 Jun, 2016 1 commit
  14. 09 Jun, 2016 1 commit
  15. 07 Jun, 2016 4 commits
  16. 01 Jun, 2016 1 commit
  17. 31 May, 2016 2 commits
  18. 17 May, 2016 1 commit
  19. 16 May, 2016 1 commit
  20. 13 May, 2016 1 commit
  21. 10 May, 2016 1 commit
  22. 27 Apr, 2016 1 commit
  23. 17 Apr, 2016 2 commits
  24. 11 Apr, 2016 1 commit
  25. 07 Apr, 2016 1 commit
  26. 30 Mar, 2016 1 commit
  27. 09 Mar, 2016 1 commit
  28. 18 Feb, 2016 1 commit
  29. 13 Feb, 2016 1 commit
  30. 31 Jan, 2016 2 commits