1. 10 Aug, 2021 1 commit
  2. 28 Mar, 2021 1 commit
  3. 04 Jun, 2020 1 commit
  4. 10 Mar, 2020 1 commit
    • Steven Allen's avatar
      feat(mock): reliable notifications · 5f75aa20
      Steven Allen authored
      * Export StreamComplement/ConnComplement convenience functions.
      * Make the TestNotifications test pass reliably, even when we have a bunch of
      streams (identify, etc.).
      * Make the mock net order disconnect events after connect events.
      * Make closing one side of a connection actually close both sides.
      * Make it possible to extract a mock stream's complement.
      * Fire remote events at the same time as the local events.
      5f75aa20
  5. 26 May, 2019 1 commit
  6. 06 Mar, 2019 1 commit
  7. 19 Dec, 2018 1 commit
    • Steven Allen's avatar
      mock: export ratelimiter as RateLimiter · 758b5166
      Steven Allen authored
      Technically a breaking change because I changed the constructor casing but
      nobody's using this outside of libp2p (yet), mostly because the type hasn't been
      exported.
      758b5166
  8. 28 Aug, 2018 1 commit
  9. 13 Sep, 2017 1 commit
    • Steven Allen's avatar
      update go-stream-muxer · 1b9aa778
      Steven Allen authored
      * Fix the tests to work with separate reset/close methods.
      * Ensure we interrupt writes on reset.
      * Always delay the proper time even if we're sending short messages.
      * Copy buffers as we send them. `Write` is not allowed to hang onto buffers. If
        we run into performance issues, we can always add a buffer pool.
      1b9aa778
  10. 08 Nov, 2016 1 commit
  11. 05 Oct, 2016 1 commit
  12. 04 Oct, 2016 1 commit
  13. 10 Aug, 2016 1 commit
  14. 27 Apr, 2016 2 commits
  15. 12 Apr, 2016 1 commit
  16. 12 Nov, 2015 1 commit
  17. 30 Sep, 2015 2 commits
  18. 16 Jul, 2015 1 commit
  19. 31 Mar, 2015 1 commit
  20. 03 Feb, 2015 1 commit
  21. 02 Jan, 2015 1 commit
    • Juan Batiz-Benet's avatar
      net -> p2p/net · 72df463f
      Juan Batiz-Benet authored
      The net package is the next to move. It will be massaged
      a bit still to fix the Network / "NetworkBackend" conflict.
      72df463f