aboutsummaryrefslogtreecommitdiff
path: root/src/util/asmap.cpp
AgeCommit message (Expand)Author
2022-07-20Merge bitcoin/bitcoin#25285: Add AutoFile without ser-type and ser-version an...fanquake
2022-07-08refactor: add most of src/util to iwyufanquake
2022-06-29Use AutoFile where possibleMacroFake
2022-02-03refactor: replace boost::filesystem with std::filesystemKiminuo
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-10-05refactor: Block unsafe fs::path std::string conversion callsRussell Yanofsky
2021-09-07[asmap] Make DecodeAsmap() a utility functionJohn Newbery
2021-04-29refactor: Avoid sign-compare compiler warning in util/asmapMarcoFalke
2020-05-09refactor: Rework asmap Interpret to avoid ptrdiff_tBen Woosley
2020-05-06Merge #18512: Improve asmap checks and add sanity checkWladimir J. van der Laan
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-08Make asmap Interpreter errors fatal and fuzz test itPieter Wuille
2020-04-08Add additional effiency checks to sanity checkerPieter Wuille
2020-04-08Add asmap sanity checkerPieter Wuille
2020-04-08Improve asmap Interpret checks and document failuresPieter Wuille
2020-04-08Deal with decoding failures explicitly in asmap InterpretPieter Wuille
2020-04-08Introduce Instruction enum in asmapPieter Wuille
2020-01-31Make asmap Interpret tolerant of malicious map dataPieter Wuille
2019-12-18 Add asmap utility which queries a mappingGleb Naumenko