1. 24 Aug, 2019 1 commit
  2. 23 Aug, 2019 1 commit
  3. 20 Aug, 2019 1 commit
  4. 12 Sep, 2018 1 commit
  5. 06 Aug, 2018 1 commit
    • Steven Allen's avatar
      fix test race condition · 5e44d7b4
      Steven Allen authored
      Also stop exposing functions that don't do what they claim to do:
      
      * Invalidate does, technically invalidate. However, it's not threadsafe.
      * Rebuild doesn't *clear* the filter so it's only useful for the initial build.
        It's also not threadsafe.
      
      We can restore these functions later if we need them (but we'll have to change a
      few things to make them work properly).
      
      Also adds a `Wait` function to allow waiting for the bloom filter to finish
      building.
      
      fixes #6
      5e44d7b4
  6. 02 Aug, 2018 1 commit
  7. 23 Jul, 2018 1 commit
  8. 15 Feb, 2018 1 commit
  9. 24 Jan, 2018 1 commit
  10. 14 Dec, 2017 1 commit
  11. 02 Sep, 2017 1 commit
  12. 28 Jul, 2017 1 commit
  13. 12 Jul, 2017 1 commit
  14. 04 Jul, 2017 1 commit
  15. 29 Jun, 2017 2 commits
  16. 31 May, 2017 1 commit
  17. 20 Apr, 2017 1 commit
  18. 24 Mar, 2017 1 commit
  19. 13 Mar, 2017 1 commit
  20. 12 Feb, 2017 1 commit
  21. 29 Nov, 2016 1 commit
  22. 16 Nov, 2016 1 commit
  23. 25 Oct, 2016 1 commit
  24. 10 Oct, 2016 1 commit
    • Jeromy's avatar
      bitswap: protocol extension to handle cids · 52e7a8b6
      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>
      52e7a8b6
  25. 08 Oct, 2016 1 commit
  26. 06 Oct, 2016 1 commit
  27. 13 Sep, 2016 5 commits
  28. 09 Sep, 2016 1 commit
  29. 06 Sep, 2016 1 commit
  30. 02 Aug, 2016 1 commit
  31. 26 Jul, 2016 1 commit
  32. 08 Jul, 2016 2 commits
  33. 04 Jul, 2016 2 commits