1. 14 May, 2018 1 commit
  2. 30 Mar, 2018 1 commit
  3. 29 Jan, 2018 1 commit
  4. 25 Jan, 2018 1 commit
  5. 24 Jan, 2018 1 commit
  6. 21 Jan, 2018 4 commits
  7. 14 Dec, 2017 1 commit
  8. 21 Nov, 2017 2 commits
  9. 20 Nov, 2017 1 commit
  10. 17 Nov, 2017 1 commit
  11. 02 Sep, 2017 1 commit
  12. 12 Jul, 2017 1 commit
  13. 04 Jul, 2017 1 commit
  14. 29 Jun, 2017 1 commit
  15. 20 Apr, 2017 1 commit
  16. 12 Feb, 2017 1 commit
  17. 29 Nov, 2016 1 commit
  18. 16 Nov, 2016 1 commit
  19. 25 Oct, 2016 2 commits
  20. 14 Oct, 2016 1 commit
  21. 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
  22. 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
  23. 08 Oct, 2016 1 commit
  24. 06 Oct, 2016 1 commit
  25. 09 Sep, 2016 1 commit
  26. 07 Sep, 2016 1 commit
  27. 04 Aug, 2016 1 commit
  28. 28 Jul, 2016 1 commit
  29. 08 Jul, 2016 1 commit
  30. 26 Jun, 2016 1 commit
    • Thomas Gardner's avatar
      commands: remove EnableStdin support for StringArg · ddc8d0c6
      Thomas Gardner authored
      With verbose flag:
      * remove EnableStdin() flags on all StringArg,
      
      * remove all unneeded parsing code for StringArg, and print an
      * informative message if `ipfs` begins reading from a CharDevice,
      
      * remove broken go tests for EnableStdin cli parsing, and add some
      * trivial test cases for reading FileArg from stdin,
      
      * add a panic to prevent EnableStdin from being set on
      * StringArg in the future.
      
      Resolves: #2877, #2870
      License: MIT
      Signed-off-by: default avatarThomas Gardner <tmg@fastmail.com>
      ddc8d0c6
  31. 07 Jun, 2016 1 commit
  32. 06 Jun, 2016 1 commit
  33. 14 May, 2016 1 commit
  34. 29 Apr, 2016 1 commit
  35. 28 Apr, 2016 1 commit