Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | leak tests: mark passing SANITIZE=leak tests as leak-free | Ævar Arnfjörð Bjarmason | 2022-07-27 | 1 | -0/+2 |
* | test-tool bloom: fix memory leaks | Ævar Arnfjörð Bjarmason | 2022-07-01 | 1 | -1/+1 |
* | t0000-t3999: detect and signal failure within loop | Eric Sunshine | 2021-12-13 | 1 | -2/+2 |
* | bloom: encode out-of-bounds filters as non-empty | Taylor Blau | 2020-09-17 | 1 | -4/+4 |
* | Merge branch 'ds/bloom-cleanup' | Junio C Hamano | 2020-05-14 | 1 | -3/+3 |
|\ | |||||
| * | bloom: use num_changes not nr for limit detection | Derrick Stolee | 2020-05-11 | 1 | -1/+1 |
| * | bloom: de-duplicate directory entries | Derrick Stolee | 2020-05-11 | 1 | -2/+2 |
* | | bloom: fix `make sparse` warning | Đoàn Trần Công Danh | 2020-05-07 | 1 | -1/+1 |
|/ | |||||
* | bloom.c: core Bloom filter implementation for changed paths. | Garima Singh | 2020-03-30 | 1 | -0/+47 |
* | bloom.c: introduce core Bloom filter constructs | Garima Singh | 2020-03-30 | 1 | -0/+40 |
* | bloom.c: add the murmur3 hash implementation | Garima Singh | 2020-03-30 | 1 | -0/+30 |