1. 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
  2. 06 Oct, 2016 1 commit
  3. 07 Sep, 2016 1 commit
  4. 03 Mar, 2016 2 commits
  5. 06 Feb, 2016 1 commit
  6. 30 Jan, 2016 1 commit
  7. 02 Jan, 2016 1 commit
  8. 03 Dec, 2015 1 commit
  9. 28 Oct, 2015 1 commit
  10. 04 Sep, 2015 1 commit
  11. 29 Aug, 2015 1 commit
  12. 28 Aug, 2015 1 commit
  13. 23 Aug, 2015 1 commit
  14. 03 Jul, 2015 5 commits
  15. 01 May, 2015 1 commit
  16. 20 Apr, 2015 1 commit
    • Juan Batiz-Benet's avatar
      remove debugerrors · 140cd1fd
      Juan Batiz-Benet authored
      We now consider debugerrors harmful: we've run into cases where
      debugerror.Wrap() hid valuable error information (err == io.EOF?).
      I've removed them from the main code, but left them in some tests.
      Go errors are lacking, but unfortunately, this isn't the solution.
      
      It is possible that debugerros.New or debugerrors.Errorf should
      remain still (i.e. only remove debugerrors.Wrap) but we don't use
      these errors often enough to keep.
      140cd1fd
  17. 06 Apr, 2015 1 commit
  18. 31 Mar, 2015 2 commits
  19. 20 Feb, 2015 1 commit
  20. 31 Jan, 2015 1 commit