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
/
test
/
fuzz
/
golomb_rice.cpp
Age
Commit message (
Expand
)
Author
2023-11-28
refactor: SpanReader without nVersion
MarcoFalke
2023-11-17
refactor: VectorWriter without nVersion
MarcoFalke
2023-09-19
Remove unused GetType() from OverrideStream, CVectorWriter, SpanReader
MarcoFalke
2023-07-17
refactor: use Span for SipHash::Write
Sebastian Falbesoner
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
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-10
fuzz: Link all targets once
MarcoFalke
2020-05-14
Switch from Optional<T> to std::optional<T> (C++17). Run clang-format.
practicalswift
2020-04-20
tests: Add fuzzing harness for Golomb-Rice coding (GolombRiceEncode/GolombRic...
practicalswift