1. 09 Jun, 2018 1 commit
  2. 19 Apr, 2018 1 commit
  3. 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
  4. 06 Feb, 2018 2 commits
  5. 29 Jan, 2018 1 commit
  6. 25 Jan, 2018 2 commits
  7. 24 Jan, 2018 1 commit
  8. 14 Dec, 2017 1 commit
  9. 19 Oct, 2017 2 commits
  10. 02 Sep, 2017 1 commit
  11. 12 Jul, 2017 1 commit
  12. 04 Jul, 2017 1 commit
  13. 29 Jun, 2017 1 commit
  14. 01 May, 2017 1 commit
  15. 30 Apr, 2017 1 commit
  16. 26 Apr, 2017 3 commits
  17. 20 Apr, 2017 1 commit
  18. 24 Mar, 2017 1 commit
  19. 23 Mar, 2017 1 commit
  20. 22 Mar, 2017 3 commits
  21. 12 Feb, 2017 1 commit
  22. 29 Nov, 2016 1 commit
  23. 16 Nov, 2016 1 commit
  24. 25 Oct, 2016 1 commit
  25. 12 Oct, 2016 1 commit
    • Jeromy's avatar
      merkledag: change 'Node' to be an interface · 01aee446
      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>
      01aee446
  26. 10 Oct, 2016 1 commit
    • Jeromy's avatar
      bitswap: protocol extension to handle cids · f4d7369c
      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>
      f4d7369c
  27. 06 Oct, 2016 1 commit
  28. 07 Sep, 2016 1 commit
  29. 10 Jul, 2016 1 commit
  30. 30 Jan, 2016 1 commit
  31. 23 Aug, 2015 1 commit
  32. 01 Jun, 2015 1 commit
  33. 10 May, 2015 1 commit