1. 13 Jul, 2021 1 commit
  2. 20 Apr, 2021 1 commit
  3. 01 Apr, 2021 2 commits
  4. 31 Mar, 2021 3 commits
  5. 30 Mar, 2021 2 commits
  6. 19 Mar, 2021 1 commit
  7. 18 Feb, 2021 1 commit
  8. 04 Nov, 2019 1 commit
    • Steven Allen's avatar
      feat(swarm): improve dial context · 83dd28eb
      Steven Allen authored
      1. Always return the caller's context error if relevant.
      2. Don't return "context canceled" when we're just shutting down.
      3. Don't claim that the context deadline has been exceeded when the dial timeout
      is canceled.
      83dd28eb
  9. 26 May, 2019 1 commit
  10. 05 Jun, 2018 1 commit
    • Steven Allen's avatar
      refactor for new transports · f73db3de
      Steven Allen authored
      Removes:
      
      * go-libp2p-conn logic (moved to transports)
      * go-libp2p-peerstream (moved here)
      
      Changes:
      
      * New transport interface.
      * Explicit over implicit (the implicit automagic now all lives in go-libp2p):
        * No more default transports, muxers, etc.
        * No more fallback dialer. Transports are now *required*.
      * Stream opening:
        * Connection picking logic (instead of just picking the first).
        * Tries harder to open a stream of some connections happen to be closed.
      * Stream closing:
        * No longer treats half-closed streams as fully closed. Users *must* read the
          an EOF or reset the stream for it to be garbage collected.
      * No more polling for dead connections.
      * Multiplexers are now *non-optional*. Really, they haven't been optional for a
        while but we still pretended that they were.
      * No more Network type alias. It added a bunch of code and didn't really provide
        anything but an alternative set of methods that do the same thing.
      * Notifications:
        * New guarantee: connection open notifications will complete before connection
          close notifications begin.
        * Given that, notifications are now delivered in parallel. No more
          notification backlogs blocking connection closing/opening.
      f73db3de
  11. 03 Feb, 2017 2 commits
  12. 29 Oct, 2016 1 commit
  13. 28 Oct, 2016 2 commits
  14. 19 Oct, 2016 1 commit
  15. 05 Oct, 2016 1 commit
  16. 08 Sep, 2016 1 commit