1. 19 Apr, 2018 1 commit
  2. 19 Mar, 2018 1 commit
  3. 18 Mar, 2018 1 commit
  4. 17 Mar, 2018 1 commit
  5. 16 Mar, 2018 1 commit
  6. 21 Feb, 2018 2 commits
  7. 15 Feb, 2018 1 commit
    • Hector Sanjuan's avatar
      Feat: Separate "path" from "path/resolver" · 93d1a695
      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>
      93d1a695
  8. 04 Feb, 2018 7 commits
  9. 01 Feb, 2018 1 commit
  10. 29 Jan, 2018 1 commit
  11. 25 Jan, 2018 1 commit
  12. 24 Jan, 2018 1 commit
  13. 23 Jan, 2018 1 commit
  14. 21 Jan, 2018 5 commits
  15. 06 Jan, 2018 1 commit
  16. 14 Dec, 2017 1 commit
  17. 21 Nov, 2017 2 commits
  18. 20 Nov, 2017 1 commit
  19. 17 Nov, 2017 2 commits
  20. 19 Oct, 2017 8 commits