index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
blockfilter.cpp
Age
Commit message (
Expand
)
Author
2022-07-26
refactor: remove unnecessary string initializations
fanquake
2022-05-02
Make sanity check in GCSFilter constructor optional
Patrick Strateman
2022-01-06
scripted-diff: rename MapIntoRange to FastRange64
Pieter Wuille
2022-01-06
Merge bitcoin/bitcoin#23760: util: move MapIntoRange() for reuse in fuzz tests
MarcoFalke
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-23
util: move MapIntoRange() for reuse in fuzz tests
fanquake
2021-12-06
Remove unused (and broken) functionality in SpanReader
Pieter Wuille
2021-12-02
Generalize/simplify VectorReader into SpanReader
Pieter Wuille
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-07-30
Make CHash256/CHash160 output to Span
Pieter Wuille
2020-07-30
Make CHash256 and CHash160 consume Spans
Pieter Wuille
2020-04-20
tests: Add fuzzing harness for Golomb-Rice coding (GolombRiceEncode/GolombRic...
practicalswift
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-06
cli: fix Fatal LevelDB error when specifying -blockfilterindex=basic twice
Harris
2019-04-06
init: Add CLI option to enable block filter index.
Jim Posen
2019-04-06
blockfilter: Functions to translate filter types to/from names.
Jim Posen
2019-03-05
Remove sharp edge (uninitialized m_filter_type) when using the compiler-gener...
practicalswift
2018-12-21
blockfilter: Remove default clause in switch statement.
Jim Posen
2018-11-06
blockfilter: Additional constructors for BlockFilter.
Jim Posen
2018-11-06
blockfilter: Refactor GCS params into struct.
Jim Posen
2018-11-05
Extract CSipHasher to it's own file in crypto/ directory.
Jim Posen
2018-08-28
blockfilter: Omit empty scripts from filter contents.
Jim Posen
2018-08-25
blockfilter: Optimization on compilers with int128 support.
Jim Posen
2018-08-25
blockfilter: Additional helper methods to compute hash and header.
Jim Posen
2018-08-25
blockfilter: Construction of basic block filters.
Jim Posen
2018-08-25
blockfilter: Implement GCSFilter Match methods.
Jim Posen
2018-08-25
blockfilter: Implement GCSFilter constructors.
Jim Posen