1. 26 Jun, 2018 1 commit
  2. 07 Jun, 2018 1 commit
  3. 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
  4. 06 Dec, 2017 1 commit
  5. 14 Nov, 2017 1 commit
  6. 20 Sep, 2017 1 commit
  7. 13 Sep, 2017 1 commit
    • Steven Allen's avatar
      Update stream muxer. · 840958c8
      Steven Allen authored
      * Add in the reset method and use it instead of Close. Close now only closes one
        side of the connection.
      840958c8
  8. 06 Jun, 2017 1 commit
  9. 03 Feb, 2017 2 commits
  10. 23 Nov, 2016 1 commit
  11. 11 Nov, 2016 1 commit
  12. 09 Nov, 2016 1 commit
  13. 03 Nov, 2016 2 commits
  14. 05 Oct, 2016 1 commit
  15. 04 Oct, 2016 3 commits
  16. 25 Sep, 2016 1 commit
  17. 08 Sep, 2016 1 commit
  18. 05 Sep, 2016 1 commit
  19. 04 Sep, 2016 2 commits
  20. 03 Sep, 2016 1 commit
  21. 24 Aug, 2016 1 commit
  22. 11 Aug, 2016 1 commit
  23. 10 Aug, 2016 2 commits
  24. 03 Jul, 2016 1 commit
  25. 31 May, 2016 2 commits
  26. 16 May, 2016 1 commit
  27. 13 May, 2016 1 commit
  28. 06 May, 2016 1 commit
  29. 27 Apr, 2016 2 commits
  30. 12 Apr, 2016 1 commit
  31. 06 Apr, 2016 1 commit
  32. 30 Mar, 2016 1 commit