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