1. 12 Jun, 2018 1 commit
  2. 09 Jun, 2018 1 commit
  3. 06 Jun, 2018 1 commit
  4. 04 Jun, 2018 1 commit
  5. 01 Jun, 2018 3 commits
  6. 31 May, 2018 2 commits
  7. 19 Apr, 2018 1 commit
  8. 30 Mar, 2018 2 commits
  9. 26 Mar, 2018 3 commits
  10. 25 Mar, 2018 2 commits
  11. 24 Mar, 2018 1 commit
  12. 10 Mar, 2018 5 commits
  13. 01 Mar, 2018 1 commit
  14. 28 Feb, 2018 1 commit
  15. 23 Feb, 2018 1 commit
  16. 21 Feb, 2018 1 commit
  17. 16 Feb, 2018 1 commit
  18. 15 Feb, 2018 2 commits
    • 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
    • Hector Sanjuan's avatar
      Extract blocks/blockstore package to go-ipfs-blockstore · 758e00bc
      Hector Sanjuan authored
      This extracts the blocks/blockstore package and renames the
      blocks/blockstore/util package to /blocks/blockstoreutil
      (because util depends on Pin and I don't plan to extract
      Pin and its depedencies).
      
      The history of blocks/blockstore has been preserved. It has
      been gx'ed and imported. Imports have been rewritten accordingly
      and re-ordered.
      
      License: MIT
      Signed-off-by: default avatarHector Sanjuan <hector@protocol.ai>
      758e00bc
  19. 14 Feb, 2018 1 commit
  20. 04 Feb, 2018 4 commits
  21. 02 Feb, 2018 2 commits
  22. 01 Feb, 2018 1 commit
  23. 31 Jan, 2018 1 commit
  24. 30 Jan, 2018 1 commit