1. 04 Oct, 2018 2 commits
    • Steven Allen's avatar
      use CIDs directly as map keys · 77ea854e
      Steven Allen authored
      1. Use a `taskEntryKey` *type* instead of a string (now that both peer IDs and
      CIDs are hashable).
      2. Get rid of all uses of `cid.KeyString` (mostly just for type safety). This
      also means we don't need to parse the CID and allocate to convert it *back* from
      a string.
      77ea854e
    • taylor's avatar
      bitswap: Bitswap now sends multiple blocks per message · eb0d1ffc
      taylor authored
      Updated PeerRequestTask to hold multiple wantlist.Entry(s). This allows Bitswap to send multiple blocks in bulk per a Peer's request. Also, added a metric for how many blocks to put in a given message. Currently: 512 * 1024 bytes. 
      
      License: MIT
      Signed-off-by: default avatarJeromy <why@ipfs.io>
      eb0d1ffc
  2. 12 Sep, 2018 1 commit
  3. 27 Jul, 2018 1 commit
  4. 16 Jul, 2018 1 commit
  5. 09 Jun, 2018 1 commit
  6. 24 Jan, 2018 1 commit
  7. 14 Dec, 2017 1 commit
  8. 07 Dec, 2017 1 commit
  9. 02 Sep, 2017 1 commit
  10. 12 Jul, 2017 1 commit
  11. 07 Jul, 2017 1 commit
  12. 05 Jul, 2017 4 commits
  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 1 commit
  20. 10 Oct, 2016 1 commit
    • Jeromy's avatar
      bitswap: protocol extension to handle cids · 591491b1
      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>
      591491b1
  21. 08 Oct, 2016 1 commit
  22. 06 Oct, 2016 1 commit
  23. 09 Sep, 2016 1 commit
  24. 04 Sep, 2016 1 commit
  25. 28 Apr, 2016 1 commit
  26. 27 Apr, 2016 1 commit
  27. 01 Jun, 2015 1 commit
  28. 31 Mar, 2015 1 commit
  29. 10 Feb, 2015 1 commit
  30. 30 Jan, 2015 1 commit
  31. 18 Jan, 2015 1 commit
  32. 18 Dec, 2014 5 commits