1. 01 Jun, 2018 1 commit
  2. 19 Apr, 2018 2 commits
  3. 17 Apr, 2018 1 commit
    • Lucas Molas's avatar
      dag: deduplicate AddNodeLinkClean into AddNodeLink · 82e7692e
      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>
      82e7692e
  4. 26 Mar, 2018 1 commit
  5. 15 Feb, 2018 1 commit
    • Hector Sanjuan's avatar
      Extract blocks/blockstore package to go-ipfs-blockstore · 4e36c0d5
      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>
      4e36c0d5
  6. 06 Feb, 2018 1 commit
  7. 29 Jan, 2018 1 commit
  8. 25 Jan, 2018 2 commits
  9. 24 Jan, 2018 1 commit
  10. 14 Dec, 2017 1 commit
  11. 07 Dec, 2017 1 commit
  12. 06 Dec, 2017 1 commit
  13. 02 Dec, 2017 1 commit
  14. 02 Sep, 2017 1 commit
  15. 12 Jul, 2017 1 commit
  16. 04 Jul, 2017 1 commit
  17. 03 Jul, 2017 1 commit
  18. 29 Jun, 2017 1 commit
  19. 20 Apr, 2017 1 commit
  20. 12 Feb, 2017 1 commit
  21. 29 Nov, 2016 1 commit
  22. 16 Nov, 2016 1 commit
  23. 25 Oct, 2016 1 commit
  24. 17 Oct, 2016 1 commit
  25. 12 Oct, 2016 1 commit
    • Jeromy's avatar
      merkledag: change 'Node' to be an interface · 3e624eec
      Jeromy authored
      Also change existing 'Node' type to 'ProtoNode' and use that most
      everywhere for now. As we move forward with the integration we will try
      and use the Node interface in more places that we're currently using
      ProtoNode.
      
      License: MIT
      Signed-off-by: default avatarJeromy <why@ipfs.io>
      3e624eec
  26. 06 Oct, 2016 1 commit
  27. 09 Sep, 2016 1 commit
  28. 26 Aug, 2016 1 commit
  29. 26 Jul, 2016 1 commit
  30. 02 Jul, 2016 1 commit
  31. 01 Jul, 2016 1 commit
  32. 12 Jun, 2016 2 commits
  33. 30 Jan, 2016 1 commit
  34. 12 Jan, 2016 4 commits