index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bloom.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ak/typofixes'
Junio C Hamano
2024-09-23
1
-1
/
+1
|
\
|
*
bloom: fix a typo
Andrew Kreimer
2024-09-16
1
-1
/
+1
*
|
bloom: introduce `deinit_bloom_filters()`
Taylor Blau
2024-06-25
1
-0
/
+3
*
|
commit-graph: reuse existing Bloom filters where possible
Taylor Blau
2024-06-25
1
-0
/
+1
*
|
commit-graph: new Bloom filter version that fixes murmur3
Taylor Blau
2024-06-25
1
-3
/
+5
*
|
bloom: prepare to discard incompatible Bloom filters
Taylor Blau
2024-06-25
1
-2
/
+18
*
|
bloom: annotate filters with hash version
Taylor Blau
2024-06-25
1
-0
/
+1
*
|
bloom.h: make `load_bloom_filter_from_graph()` public
Taylor Blau
2024-06-25
1
-0
/
+5
|
/
*
bloom: encode out-of-bounds filters as non-empty
Taylor Blau
2020-09-18
1
-0
/
+1
*
bloom: use provided 'struct bloom_filter_settings'
Taylor Blau
2020-09-17
1
-1
/
+2
*
bloom: split 'get_bloom_filter()' in two
Taylor Blau
2020-09-17
1
-3
/
+13
*
commit-graph.c: store maximum changed paths
Taylor Blau
2020-09-17
1
-1
/
+10
*
Merge branch 'ds/line-log-on-bloom'
Junio C Hamano
2020-06-09
1
-0
/
+1
|
\
|
*
line-log: integrate with changed-path Bloom filters
Derrick Stolee
2020-05-11
1
-0
/
+1
*
|
Merge branch 'ds/bloom-cleanup'
Junio C Hamano
2020-05-14
1
-2
/
+2
|
\
|
|
*
bloom: fix whitespace around tab length
Derrick Stolee
2020-05-01
1
-2
/
+2
*
|
bloom: fix `make sparse` warning
Đoàn Trần Công Danh
2020-05-08
1
-1
/
+1
|
/
*
revision.c: use Bloom filters to speed up path based revision walks
Garima Singh
2020-04-06
1
-0
/
+4
*
commit-graph: reuse existing Bloom filters during write
Garima Singh
2020-04-06
1
-1
/
+3
*
bloom.c: core Bloom filter implementation for changed paths.
Garima Singh
2020-03-30
1
-0
/
+8
*
bloom.c: introduce core Bloom filter constructs
Garima Singh
2020-03-30
1
-0
/
+63
*
bloom.c: add the murmur3 hash implementation
Garima Singh
2020-03-30
1
-0
/
+13