1. 11 Aug, 2018 2 commits
  2. 28 Jul, 2018 1 commit
  3. 16 Jul, 2018 1 commit
  4. 09 Jun, 2018 1 commit
  5. 19 Apr, 2018 1 commit
  6. 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
  7. 06 Feb, 2018 1 commit
  8. 29 Jan, 2018 1 commit
  9. 25 Jan, 2018 2 commits
  10. 24 Jan, 2018 1 commit
  11. 14 Dec, 2017 1 commit
  12. 19 Oct, 2017 2 commits
  13. 02 Sep, 2017 1 commit
  14. 12 Jul, 2017 1 commit
  15. 04 Jul, 2017 1 commit
  16. 29 Jun, 2017 1 commit
  17. 31 May, 2017 1 commit
  18. 26 Apr, 2017 4 commits
  19. 20 Apr, 2017 1 commit
  20. 12 Feb, 2017 1 commit
  21. 15 Dec, 2016 1 commit
  22. 14 Dec, 2016 1 commit
  23. 29 Nov, 2016 4 commits
  24. 16 Nov, 2016 1 commit
  25. 25 Oct, 2016 1 commit
  26. 17 Oct, 2016 1 commit
  27. 14 Oct, 2016 1 commit
  28. 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
  29. 10 Oct, 2016 1 commit
    • Jeromy's avatar
      bitswap: protocol extension to handle cids · a3c90040
      Jeromy authored
      This change adds the /ipfs/bitswap/1.1.0 protocol. The new protocol
      adds a 'payload' field to the protobuf message and deprecates the
      existing 'blocks' field. The 'payload' field is an array of pairs of cid
      prefixes and block data. The cid prefixes are used to ensure the correct
      codecs and hash functions are used to handle the block on the receiving
      end.
      
      License: MIT
      Signed-off-by: default avatarJeromy <why@ipfs.io>
      a3c90040
  30. 06 Oct, 2016 1 commit
  31. 09 Sep, 2016 1 commit