1. 12 Sep, 2018 1 commit
  2. 08 Sep, 2018 1 commit
  3. 31 Aug, 2018 1 commit
  4. 30 Aug, 2018 2 commits
  5. 22 Aug, 2018 1 commit
  6. 15 Aug, 2018 1 commit
  7. 13 Aug, 2018 3 commits
  8. 12 Aug, 2018 1 commit
  9. 09 Aug, 2018 1 commit
  10. 07 Aug, 2018 2 commits
  11. 06 Aug, 2018 2 commits
  12. 05 Aug, 2018 1 commit
  13. 03 Aug, 2018 1 commit
  14. 31 Jul, 2018 1 commit
  15. 29 Jul, 2018 5 commits
  16. 28 Jul, 2018 1 commit
  17. 23 Jul, 2018 2 commits
  18. 21 Jul, 2018 2 commits
  19. 17 Jul, 2018 4 commits
  20. 16 Jul, 2018 1 commit
  21. 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
  22. 09 Jun, 2018 1 commit
  23. 01 Jun, 2018 1 commit
  24. 21 Mar, 2018 1 commit
  25. 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
  26. 12 Feb, 2018 1 commit