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
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