1. 21 Nov, 2017 1 commit
  2. 17 Nov, 2017 1 commit
  3. 02 Sep, 2017 1 commit
  4. 12 Jul, 2017 1 commit
  5. 04 Jul, 2017 1 commit
  6. 29 Jun, 2017 1 commit
  7. 13 Jun, 2017 1 commit
  8. 25 May, 2017 4 commits
  9. 18 May, 2017 1 commit
  10. 20 Apr, 2017 1 commit
  11. 07 Mar, 2017 1 commit
  12. 02 Mar, 2017 1 commit
  13. 17 Feb, 2017 1 commit
  14. 12 Feb, 2017 1 commit
  15. 29 Nov, 2016 1 commit
  16. 24 Nov, 2016 2 commits
  17. 16 Nov, 2016 1 commit
  18. 25 Oct, 2016 2 commits
  19. 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
  20. 06 Oct, 2016 3 commits
  21. 07 Sep, 2016 1 commit
  22. 15 Aug, 2016 1 commit
  23. 04 Aug, 2016 1 commit
  24. 08 Jul, 2016 3 commits
  25. 07 Jul, 2016 1 commit
  26. 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
  27. 20 Jun, 2016 1 commit
  28. 01 Jun, 2016 1 commit
  29. 15 May, 2016 1 commit
  30. 12 May, 2016 1 commit
  31. 28 Apr, 2016 1 commit