summaryrefslogtreecommitdiff
path: root/t/helper/test-bloom.c
Commit message (Expand)AuthorAgeFilesLines
* object.h: stop depending on cache.h; make cache.h depend on object.hElijah Newren2023-02-231-1/+1
* cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
* test-tool bloom: fix memory leaksÆvar Arnfjörð Bjarmason2022-07-011-0/+2
* Merge branch 'cc/test-helper-bloom-usage-fix'Junio C Hamano2021-04-131-1/+1
|\
| * test-bloom: fix missing 'bloom' from usage stringChristian Couder2021-04-051-1/+1
* | Merge branch 'jc/calloc-fix'Junio C Hamano2021-03-191-1/+1
|\ \
| * | xcalloc: use CALLOC_ARRAY() when applicableJunio C Hamano2021-03-151-1/+1
* | | Merge branch 'tb/bloom-improvements'Junio C Hamano2020-09-291-1/+3
|\ \ \
| * | | bloom: use provided 'struct bloom_filter_settings'Taylor Blau2020-09-171-0/+1
| * | | bloom: split 'get_bloom_filter()' in twoTaylor Blau2020-09-171-1/+2
| |/ /
* | | t: make test-bloom initialize repositorybrian m. carlson2020-07-301-0/+2
|/ /
* | Merge branch 'ds/bloom-cleanup'Junio C Hamano2020-05-141-1/+1
|\ \
| * | test-bloom: fix usage typoDerrick Stolee2020-05-011-1/+1
| |/
* | bloom: fix `make sparse` warningĐoàn Trần Công Danh2020-05-071-1/+1
|/
* test-bloom: check that we have expected argumentsJeff King2020-04-231-4/+16
* test-bloom: fix some whitespace issuesJeff King2020-04-231-5/+5
* commit-graph: reuse existing Bloom filters during writeGarima Singh2020-04-061-1/+1
* bloom.c: core Bloom filter implementation for changed paths.Garima Singh2020-03-301-0/+20
* bloom.c: introduce core Bloom filter constructsGarima Singh2020-03-301-0/+48
* bloom.c: add the murmur3 hash implementationGarima Singh2020-03-301-0/+13