1. 13 Mar, 2018 2 commits
  2. 12 Mar, 2018 1 commit
  3. 09 Mar, 2018 1 commit
  4. 08 Mar, 2018 2 commits
  5. 07 Mar, 2018 1 commit
  6. 06 Mar, 2018 1 commit
  7. 05 Mar, 2018 8 commits
  8. 04 Mar, 2018 8 commits
  9. 03 Mar, 2018 1 commit
  10. 01 Mar, 2018 1 commit
  11. 26 Feb, 2018 2 commits
  12. 21 Feb, 2018 7 commits
  13. 20 Feb, 2018 1 commit
  14. 16 Feb, 2018 2 commits
  15. 15 Feb, 2018 2 commits
    • Whyrusleeping's avatar
      Merge pull request #4711 from ipfs/extract/pq · 53af4530
      Whyrusleeping authored
      Extract thirdparty/pq to go-ipfs-pq
      53af4530
    • 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