1. 14 Sep, 2017 1 commit
    • Steven Allen's avatar
      gx: update go-stream-muxer · 8deaaa8d
      Steven Allen authored
      Introduces a new Reset method on streams that kills both sides of the
      connection. Close now officially just closes the write side (what it did all
      along...)
      
      * Also pull through shiny new go-multiplexer fixes.
      * Also pull in go-reuseport update.
      
      License: MIT
      Signed-off-by: default avatarSteven Allen <steven@stebalien.com>
      8deaaa8d
  2. 05 Sep, 2017 1 commit
  3. 02 Sep, 2017 1 commit
  4. 31 Aug, 2017 1 commit
  5. 30 Aug, 2017 1 commit
  6. 23 Aug, 2017 1 commit
  7. 20 Aug, 2017 1 commit
  8. 17 Aug, 2017 1 commit
  9. 16 Aug, 2017 13 commits
  10. 15 Aug, 2017 1 commit
  11. 13 Aug, 2017 1 commit
  12. 12 Aug, 2017 6 commits
  13. 09 Aug, 2017 1 commit
  14. 31 Jul, 2017 5 commits
  15. 30 Jul, 2017 1 commit
  16. 28 Jul, 2017 1 commit
  17. 20 Jul, 2017 1 commit
  18. 19 Jul, 2017 1 commit
  19. 17 Jul, 2017 1 commit
    • Steven Allen's avatar
      gx: update ipldcbor · e8f6486a
      Steven Allen authored
      I previously optimized the IPLD cbor decoder to *not* encode and then re-decode
      objects when constructing them with `WrapObject`. Unfortunately, we rely on this
      to canonicalize the object before computing the tree/links.
      
      License: MIT
      Signed-off-by: default avatarSteven Allen <steven@stebalien.com>
      e8f6486a