1. 01 Mar, 2019 1 commit
  2. 21 Feb, 2019 1 commit
  3. 18 Feb, 2019 1 commit
  4. 11 Nov, 2018 2 commits
  5. 02 Nov, 2018 1 commit
  6. 05 Oct, 2018 4 commits
  7. 04 Oct, 2018 3 commits
  8. 24 Sep, 2018 1 commit
  9. 21 Sep, 2018 1 commit
  10. 12 Sep, 2018 3 commits
  11. 08 Sep, 2018 3 commits
  12. 28 Aug, 2018 2 commits
  13. 22 Aug, 2018 1 commit
  14. 15 Aug, 2018 1 commit
  15. 13 Aug, 2018 3 commits
  16. 11 Aug, 2018 1 commit
  17. 09 Aug, 2018 1 commit
  18. 07 Aug, 2018 6 commits
  19. 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
  20. 02 Aug, 2018 1 commit
  21. 23 Jul, 2018 2 commits