1. 15 Feb, 2021 1 commit
  2. 14 Feb, 2021 1 commit
  3. 19 Dec, 2020 1 commit
  4. 18 Sep, 2020 1 commit
  5. 02 Sep, 2020 1 commit
    • Steven Allen's avatar
      add CloseRead/CloseWrite on streams (#166) · d6afc690
      Steven Allen authored
      * add CloseRead/CloseWrite on streams
      
      This changes the behavior of `Close` to behave as one would expect: it closes
      the stream. The new methods, CloseWrite/CloseRead allow for closing the stream in
      a single direction.
      
      Note: This _does not_ implement CancelWrite/CancelRead as our stream muxer
      _protocols_ don't support that.
      
      fixes #9
      
      * remove stream util helpers
      
      FullClose and AwaitEOF were introduced to work around the fact that calling
      Close on a stream only closed the write half. All users must adapt their code
      to the new interfaces, so this change is intentionally breaking.
      d6afc690
  6. 08 Aug, 2020 1 commit
  7. 30 Jul, 2020 1 commit
  8. 05 Jun, 2020 2 commits
  9. 03 Jun, 2020 1 commit
  10. 20 May, 2020 2 commits
  11. 18 May, 2020 1 commit
  12. 15 May, 2020 1 commit
  13. 14 May, 2020 6 commits
  14. 13 May, 2020 1 commit
  15. 11 May, 2020 1 commit
  16. 08 May, 2020 2 commits
  17. 29 Apr, 2020 2 commits
  18. 25 Apr, 2020 2 commits
  19. 13 Apr, 2020 3 commits
  20. 09 Apr, 2020 2 commits
  21. 03 Apr, 2020 2 commits
  22. 30 Mar, 2020 1 commit
  23. 27 Mar, 2020 1 commit
  24. 26 Mar, 2020 3 commits