aboutsummaryrefslogtreecommitdiff
path: root/src/util/asmap.cpp
Commit message (Collapse)AuthorAgeFilesLines
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
| | | | | | -BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT-
* Make asmap Interpret tolerant of malicious map dataPieter Wuille2020-01-311-18/+24
|
* Add asmap utility which queries a mappingGleb Naumenko2019-12-181-0/+97
The scripts for creating a compact IP->ASN mapping are here: https://github.com/sipa/asmap Co-authored-by: Pieter Wuille <[email protected]>