index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bloom.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
commit.h: reduce unnecessary includes
Elijah Newren
2023-04-24
1
-0
/
+1
*
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-09-01
1
-2
/
+2
*
hashmap: mark unused callback parameters
Jeff King
2022-08-19
1
-2
/
+2
*
commit-graph: fix corrupt upgrade from generation v1 to v2
Taylor Blau
2022-07-16
1
-5
/
+5
*
Merge branch 'ah/plugleaks'
Junio C Hamano
2021-05-07
1
-0
/
+1
|
\
|
*
bloom: clear each bloom_key after use
Andrzej Hunt
2021-04-28
1
-0
/
+1
*
|
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-1
/
+1
|
/
*
Use new HASHMAP_INIT macro to simplify hashmap initialization
Elijah Newren
2020-11-11
1
-2
/
+1
*
hashmap: provide deallocation function names
Elijah Newren
2020-11-02
1
-1
/
+1
*
builtin/commit-graph.c: introduce '--max-new-filters=<n>'
Taylor Blau
2020-09-18
1
-4
/
+3
*
bloom: encode out-of-bounds filters as non-empty
Taylor Blau
2020-09-18
1
-2
/
+14
*
bloom/diff: properly short-circuit on max_changes
Derrick Stolee
2020-09-17
1
-1
/
+8
*
bloom: use provided 'struct bloom_filter_settings'
Taylor Blau
2020-09-17
1
-7
/
+6
*
bloom: split 'get_bloom_filter()' in two
Taylor Blau
2020-09-17
1
-3
/
+13
*
commit-graph: introduce 'get_bloom_filter_settings()'
Taylor Blau
2020-09-09
1
-3
/
+3
*
Merge branch 'ds/commit-graph-bloom-updates' into master
Junio C Hamano
2020-07-30
1
-8
/
+6
|
\
|
*
bloom: fix logic in get_bloom_filter()
Derrick Stolee
2020-07-01
1
-8
/
+6
*
|
commit-graph: minimize commit_graph_data_slab access
Abhishek Kumar
2020-06-17
1
-2
/
+3
*
|
commit: move members graph_pos, generation to a slab
Abhishek Kumar
2020-06-17
1
-3
/
+3
*
|
Merge branch 'ds/line-log-on-bloom'
Junio C Hamano
2020-06-09
1
-0
/
+5
|
\
|
|
*
line-log: integrate with changed-path Bloom filters
Derrick Stolee
2020-05-11
1
-0
/
+5
*
|
Merge branch 'ds/bloom-cleanup'
Junio C Hamano
2020-05-14
1
-18
/
+38
|
\
|
|
*
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
-9
/
+26
|
*
bloom: parse commit before computing filters
Derrick Stolee
2020-05-11
1
-0
/
+3
|
*
bloom: fix whitespace around tab length
Derrick Stolee
2020-05-01
1
-8
/
+8
*
|
bloom: fix `make sparse` warning
Đoàn Trần Công Danh
2020-05-08
1
-2
/
+2
|
/
*
bloom: ignore renames when computing changed paths
Derrick Stolee
2020-04-09
1
-0
/
+1
*
revision.c: use Bloom filters to speed up path based revision walks
Garima Singh
2020-04-06
1
-0
/
+20
*
commit-graph: reuse existing Bloom filters during write
Garima Singh
2020-04-06
1
-1
/
+48
*
diff: halt tree-diff early after max_changes
Derrick Stolee
2020-03-30
1
-1
/
+3
*
bloom.c: core Bloom filter implementation for changed paths.
Garima Singh
2020-03-30
1
-0
/
+97
*
bloom.c: introduce core Bloom filter constructs
Garima Singh
2020-03-30
1
-1
/
+37
*
bloom.c: add the murmur3 hash implementation
Garima Singh
2020-03-30
1
-0
/
+73