1. 09 Jun, 2018 1 commit
  2. 01 Jun, 2018 1 commit
  3. 20 Apr, 2018 1 commit
  4. 19 Apr, 2018 2 commits
  5. 17 Apr, 2018 1 commit
    • Lucas Molas's avatar
      dag: deduplicate AddNodeLinkClean into AddNodeLink · e047b58a
      Lucas Molas authored
      `AddNodeLink` used to cache the linked node whereas `AddNodeLinkClean`
      did not, however, at some point the former was changed to do the same
      thing as the latter (i.e., not cache the linked node). That is, they now
      do the same thing so there's no reason to have both.
      
      The name `AddNodeLink` is preserved, even though it used to imply the
      cache functionality contrasting with the `Clean` suffix of
      `AddNodeLinkClean`, with this function removed the cache connotation
      doesn't hold anymore.
      
      License: MIT
      Signed-off-by: default avatarLucas Molas <schomatis@gmail.com>
      e047b58a
  6. 26 Mar, 2018 2 commits
  7. 21 Mar, 2018 1 commit
  8. 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
  9. 08 Feb, 2018 4 commits
  10. 07 Feb, 2018 1 commit
  11. 04 Feb, 2018 1 commit
  12. 01 Feb, 2018 2 commits
  13. 29 Jan, 2018 1 commit
  14. 25 Jan, 2018 2 commits
  15. 24 Jan, 2018 1 commit
  16. 23 Jan, 2018 1 commit
  17. 21 Jan, 2018 4 commits
  18. 08 Jan, 2018 1 commit
  19. 31 Dec, 2017 1 commit
  20. 20 Dec, 2017 1 commit
  21. 14 Dec, 2017 1 commit
  22. 02 Dec, 2017 1 commit
  23. 28 Nov, 2017 1 commit
  24. 21 Nov, 2017 1 commit
  25. 17 Nov, 2017 1 commit
  26. 19 Oct, 2017 1 commit
  27. 02 Sep, 2017 1 commit
  28. 17 Aug, 2017 1 commit
  29. 20 Jul, 2017 1 commit