1. 08 May, 2019 1 commit
  2. 15 Apr, 2019 1 commit
  3. 07 Mar, 2019 1 commit
    • Steven Allen's avatar
      thread context to prep (#286) · 6eafd65b
      Steven Allen authored
      We usually _explicitly_ call connect before calling `prep` but we may disconnect
      somewhere in-between. We _don't_ want to get stuck here dialing if the context
      has been canceled.
      6eafd65b
  4. 19 Feb, 2019 1 commit
  5. 12 Feb, 2019 2 commits
  6. 03 Feb, 2019 1 commit
  7. 05 Aug, 2018 2 commits
  8. 15 Jun, 2018 1 commit
  9. 13 Jun, 2018 1 commit
  10. 05 Jun, 2018 1 commit
  11. 01 Jun, 2018 1 commit
  12. 19 Sep, 2017 2 commits
  13. 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
  14. 05 Oct, 2016 1 commit
  15. 30 Sep, 2016 1 commit
  16. 23 Sep, 2016 1 commit
  17. 03 Sep, 2016 1 commit
  18. 02 Sep, 2016 1 commit
  19. 21 Aug, 2016 1 commit
  20. 04 Jul, 2016 1 commit
  21. 24 Jun, 2016 1 commit
  22. 17 Jun, 2016 1 commit
  23. 15 Jun, 2016 3 commits
  24. 14 Jun, 2016 1 commit
  25. 11 Jun, 2016 1 commit
  26. 09 Jun, 2016 1 commit
  27. 07 Jun, 2016 4 commits
  28. 01 Jun, 2016 1 commit
  29. 31 May, 2016 2 commits