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