aboutsummaryrefslogtreecommitdiffstats
path: root/t/helper/test-bloom.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-14bloom: rename function operates on bloom_keyLidong Yan1-2/+2
2025-07-14bloom: add test helper to return murmur3 hashLidong Yan1-2/+2
2025-04-21global: mark usage strings and string tables constAhelenia Ziemiańska1-1/+1
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt1-8/+2
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-07-08Merge branch 'tb/path-filter-fix'Junio C Hamano1-1/+8
2024-06-25commit-graph: new Bloom filter version that fixes murmur3Taylor Blau1-1/+8
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2023-11-07test-bloom: stop setting up Git directory twicePatrick Steinhardt1-1/+0
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-0/+1
2023-03-21treewide: remove cache.h inclusion due to setup.h changesElijah Newren1-2/+1
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-02-23object.h: stop depending on cache.h; make cache.h depend on object.hElijah Newren1-1/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2022-07-01test-tool bloom: fix memory leaksÆvar Arnfjörð Bjarmason1-0/+2
2021-04-13Merge branch 'cc/test-helper-bloom-usage-fix'Junio C Hamano1-1/+1
2021-04-05test-bloom: fix missing 'bloom' from usage stringChristian Couder1-1/+1
2021-03-19Merge branch 'jc/calloc-fix'Junio C Hamano1-1/+1
2021-03-15xcalloc: use CALLOC_ARRAY() when applicableJunio C Hamano1-1/+1
2020-09-29Merge branch 'tb/bloom-improvements'Junio C Hamano1-1/+3
2020-09-17bloom: use provided 'struct bloom_filter_settings'Taylor Blau1-0/+1
2020-09-17bloom: split 'get_bloom_filter()' in twoTaylor Blau1-1/+2
2020-07-30t: make test-bloom initialize repositorybrian m. carlson1-0/+2
2020-05-14Merge branch 'ds/bloom-cleanup'Junio C Hamano1-1/+1
2020-05-07bloom: fix `make sparse` warningĐoàn Trần Công Danh1-1/+1
2020-05-01test-bloom: fix usage typoDerrick Stolee1-1/+1
2020-04-23test-bloom: check that we have expected argumentsJeff King1-4/+16
2020-04-23test-bloom: fix some whitespace issuesJeff King1-5/+5
2020-04-06commit-graph: reuse existing Bloom filters during writeGarima Singh1-1/+1
2020-03-30bloom.c: core Bloom filter implementation for changed paths.Garima Singh1-0/+20
2020-03-30bloom.c: introduce core Bloom filter constructsGarima Singh1-0/+48
2020-03-30bloom.c: add the murmur3 hash implementationGarima Singh1-0/+13