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
/
util
/
asmap.cpp
Age
Commit message (
Expand
)
Author
2022-02-03
refactor: replace boost::filesystem with std::filesystem
Kiminuo
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-10-05
refactor: Block unsafe fs::path std::string conversion calls
Russell Yanofsky
2021-09-07
[asmap] Make DecodeAsmap() a utility function
John Newbery
2021-04-29
refactor: Avoid sign-compare compiler warning in util/asmap
MarcoFalke
2020-05-09
refactor: Rework asmap Interpret to avoid ptrdiff_t
Ben Woosley
2020-05-06
Merge #18512: Improve asmap checks and add sanity check
Wladimir J. van der Laan
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-08
Make asmap Interpreter errors fatal and fuzz test it
Pieter Wuille
2020-04-08
Add additional effiency checks to sanity checker
Pieter Wuille
2020-04-08
Add asmap sanity checker
Pieter Wuille
2020-04-08
Improve asmap Interpret checks and document failures
Pieter Wuille
2020-04-08
Deal with decoding failures explicitly in asmap Interpret
Pieter Wuille
2020-04-08
Introduce Instruction enum in asmap
Pieter Wuille
2020-01-31
Make asmap Interpret tolerant of malicious map data
Pieter Wuille
2019-12-18
Add asmap utility which queries a mapping
Gleb Naumenko