aboutsummaryrefslogtreecommitdiff
path: root/Utility/Bloom.hs
Commit message (Collapse)AuthorAge
* fix bug in back-compat ifdefGravatar Joey Hess2015-09-23
|
* use bloom filter in second pass of sync --all --contentGravatar Joey Hess2015-06-16
| | | | | | | | This is needed because when preferred content matches on files, the second pass would otherwise want to drop all keys. Using a bloom filter avoids this, and in the case of a false positive, a key will be left undropped that preferred content would allow dropping. Chances of that happening are a mere 1 in 1 million.
* instance Hashable Key for bloomfilterGravatar Joey Hess2015-06-16
|
* switch to Control.Monad.ST to avoid build warning in ghc 7.10Gravatar Joey Hess2015-05-10
|
* update my email address and homepage urlGravatar Joey Hess2015-01-21
|
* Rather than crashing when there's a problem with the requested bloomfilter ↵Gravatar Joey Hess2014-09-12
| | | | capacity/accuracy, fall back to a reasonable default bloom filter size.
* Support building with bloomfilter 2.0.0.Gravatar Joey Hess2014-07-07