1. 12 Sep, 2018 1 commit
  2. 06 Aug, 2018 1 commit
  3. 29 Jul, 2018 2 commits
  4. 28 Jul, 2018 1 commit
  5. 23 Jul, 2018 2 commits
  6. 21 Jul, 2018 2 commits
  7. 17 Jul, 2018 1 commit
  8. 16 Jul, 2018 1 commit
  9. 27 Jun, 2018 1 commit
    • Steven Allen's avatar
      gx update · b501bd66
      Steven Allen authored
      Updates:
      
      * go-kad-dht: Query performance improvements, DHT client fixes, validates
        records on *local* put.
      * go-libp2p-swarm/go-libp2p-transport: Timeout improvements.
      * go-multiaddr-net: Exposes useful Conn methods (CloseWrite, CloseRead, etc.)
      * go-log: fixes possible panic when enabling/disabling events.
      * go-multiaddr: fixes possible panic when stringifying malformed multiaddrs,
        adds support for consuming /p2p/ multiaddrs.
      
      fixes #5113
      unblocks #4895
      
      License: MIT
      Signed-off-by: default avatarSteven Allen <steven@stebalien.com>
      b501bd66
  10. 09 Jun, 2018 1 commit
  11. 01 Jun, 2018 1 commit
  12. 15 Feb, 2018 1 commit
    • Hector Sanjuan's avatar
      Feat: Separate "path" from "path/resolver" · 4dac8e9a
      Hector Sanjuan authored
      Currently the "path" module does two very different things:
      
      * Defines how ipfs paths look like and provides tools to parse/split etc.
      * Provides a resolver to resolve paths.
      
      This moves the resolver stuff to `path/resolver` and leaves the
      path utilities in `path`.
      
      The result is that now the IPFS `path` package just defines what a path
      looks like and becomes a module that can be exported/re-used without problems.
      Currently there are circular dependency cycles (resolve_test -> merkledag/utils,
      merkledag->path), which the prevent the export of merkledag itself.
      
      License: MIT
      Signed-off-by: default avatarHector Sanjuan <hector@protocol.ai>
      4dac8e9a
  13. 12 Feb, 2018 1 commit
  14. 02 Feb, 2018 1 commit
  15. 01 Feb, 2018 1 commit
  16. 29 Jan, 2018 1 commit
  17. 25 Jan, 2018 2 commits
  18. 24 Jan, 2018 1 commit
  19. 14 Dec, 2017 1 commit
  20. 15 Nov, 2017 2 commits
  21. 02 Sep, 2017 1 commit
  22. 12 Jul, 2017 1 commit
  23. 04 Jul, 2017 1 commit
  24. 29 Jun, 2017 1 commit
  25. 01 May, 2017 1 commit
  26. 30 Apr, 2017 1 commit
  27. 20 Apr, 2017 1 commit
  28. 14 Feb, 2017 1 commit
  29. 12 Feb, 2017 1 commit
  30. 29 Nov, 2016 1 commit
  31. 16 Nov, 2016 1 commit
  32. 25 Oct, 2016 2 commits
  33. 14 Oct, 2016 1 commit
  34. 12 Oct, 2016 1 commit
    • Jeromy's avatar
      merkledag: change 'Node' to be an interface · 3c44991b
      Jeromy authored
      Also change existing 'Node' type to 'ProtoNode' and use that most
      everywhere for now. As we move forward with the integration we will try
      and use the Node interface in more places that we're currently using
      ProtoNode.
      
      License: MIT
      Signed-off-by: default avatarJeromy <why@ipfs.io>
      3c44991b