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