index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
t0095-bloom.sh
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-21
t: remove TEST_PASSES_SANITIZE_LEAK annotations
Patrick Steinhardt
1
-1
/
+0
2024-11-21
t: remove unneeded !SANITIZE_LEAK prerequisites
Patrick Steinhardt
1
-1
/
+1
2024-06-25
commit-graph: new Bloom filter version that fixes murmur3
Taylor Blau
1
-0
/
+8
2022-07-27
leak tests: mark passing SANITIZE=leak tests as leak-free
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2022-07-01
test-tool bloom: fix memory leaks
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-12-13
t0000-t3999: detect and signal failure within loop
Eric Sunshine
1
-2
/
+2
2020-09-17
bloom: encode out-of-bounds filters as non-empty
Taylor Blau
1
-4
/
+4
2020-05-14
Merge branch 'ds/bloom-cleanup'
Junio C Hamano
1
-3
/
+3
2020-05-11
bloom: use num_changes not nr for limit detection
Derrick Stolee
1
-1
/
+1
2020-05-11
bloom: de-duplicate directory entries
Derrick Stolee
1
-2
/
+2
2020-05-07
bloom: fix `make sparse` warning
Đoàn Trần Công Danh
1
-1
/
+1
2020-03-30
bloom.c: core Bloom filter implementation for changed paths.
Garima Singh
1
-0
/
+47
2020-03-30
bloom.c: introduce core Bloom filter constructs
Garima Singh
1
-0
/
+40
2020-03-30
bloom.c: add the murmur3 hash implementation
Garima Singh
1
-0
/
+30