1. 28 Aug, 2018 1 commit
  2. 22 Aug, 2018 2 commits
  3. 16 Aug, 2018 1 commit
    • Kishan Sagathiya's avatar
      Issue #370 Check if empty peer ID · 59b12b42
      Kishan Sagathiya authored
      On trying to open a new stream against an empty peer ID, we get an
      error saying that failed to dial a peer.
      
      This commit changes that to a more informative error message:
      `empty peer ID`
      59b12b42
  4. 09 Aug, 2018 1 commit
  5. 21 Jul, 2018 1 commit
  6. 26 Jun, 2018 10 commits
  7. 17 Jun, 2018 1 commit
  8. 11 Jun, 2018 2 commits
  9. 09 Jun, 2018 2 commits
  10. 07 Jun, 2018 1 commit
  11. 06 Jun, 2018 1 commit
  12. 05 Jun, 2018 2 commits
    • Steven Allen's avatar
      gx publish 3.0.0 · 3d6a9113
      Steven Allen authored
      3d6a9113
    • 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
  13. 04 Jun, 2018 2 commits
  14. 29 May, 2018 2 commits
  15. 16 Apr, 2018 2 commits
  16. 30 Mar, 2018 1 commit
  17. 09 Mar, 2018 2 commits
  18. 08 Mar, 2018 1 commit
  19. 15 Feb, 2018 2 commits
  20. 01 Feb, 2018 1 commit
  21. 28 Jan, 2018 1 commit
  22. 20 Jan, 2018 1 commit