1. 28 Aug, 2021 1 commit
  2. 21 Aug, 2021 1 commit
  3. 11 Aug, 2021 2 commits
  4. 29 Jun, 2021 1 commit
  5. 25 Jun, 2021 2 commits
  6. 15 Apr, 2021 1 commit
  7. 05 Apr, 2021 1 commit
  8. 30 Mar, 2021 2 commits
    • Marten Seemann's avatar
      fix benchmark of key verifications (#190) · becdcead
      Marten Seemann authored
      becdcead
    • Marten Seemann's avatar
      fix staticcheck errors (#191) · ea8b3691
      Marten Seemann authored
      * run go mod tidy
      
      * omit receiver name if unused
      
      * remove unused type testkey in tests
      
      * fix duplicate import of go-multiaddr
      
      * fix use of deprecated peer.IDB58{Encode,Decode}
      
      * use bytes.Equal instead of bytes.Compare
      
      * fix unnecessary assigments to blank identifier
      
      * use time.Until instead of t.Sub(time.Now())
      
      * fix use of deprecated go-multihash.ID
      
      * add missing error check in envelope test
      
      * fix error check in tests
      ea8b3691
  9. 29 Mar, 2021 1 commit
  10. 22 Feb, 2021 1 commit
  11. 19 Feb, 2021 2 commits
  12. 18 Feb, 2021 1 commit
  13. 17 Feb, 2021 6 commits
  14. 16 Feb, 2021 2 commits
  15. 15 Feb, 2021 2 commits
  16. 14 Feb, 2021 1 commit
  17. 19 Dec, 2020 1 commit
  18. 18 Sep, 2020 1 commit
  19. 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
  20. 08 Aug, 2020 1 commit
  21. 30 Jul, 2020 1 commit
  22. 05 Jun, 2020 2 commits
  23. 03 Jun, 2020 1 commit
  24. 20 May, 2020 2 commits
  25. 18 May, 2020 1 commit
  26. 15 May, 2020 1 commit
  27. 14 May, 2020 1 commit