Age | Commit message (Expand) | Author |
---|---|---|
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 |