aboutsummaryrefslogtreecommitdiff
path: root/src/netaddress.cpp
AgeCommit message (Expand)Author
2021-05-18net: Return IPv6 scope id in `CNetAddr::ToStringIP()`W. J. van der Laan
2021-04-22net: Avoid calling getnameinfo when formatting IPv6 addresses in CNetAddr::To...practicalswift
2021-04-22net: Make IPv6ToString do zero compression as described in RFC 5952practicalswift
2021-04-01net: Avoid calling getnameinfo when formatting IPv4 addresses in CNetAddr::To...practicalswift
2021-04-01net: Add IPv4ToString (we already have IPv6ToString)practicalswift
2021-03-01net: add I2P to the reachability mapVasil Dimov
2021-03-01net: extend CNetAddr::SetSpecial() to support I2PVasil Dimov
2021-01-10net: allow CSubNet of non-IP networksVasil Dimov
2020-12-14Check if Cjdns address is validLucas Ontivero
2020-11-16Break circuit earlierlontivero
2020-10-15Merge #20140: Restore compatibility with old CSubNet serializationWladimir J. van der Laan
2020-10-12Ignore incorrectly-serialized banlist.dat entriesPieter Wuille
2020-10-12Merge #19998: net: Add CNode::ConnectedThroughNetwork member functionWladimir J. van der Laan
2020-10-11Merge #19954: Complete the BIP155 implementation and upgrade to TORv3fanquake
2020-10-09net: advertise support for ADDRv2 via new messageVasil Dimov
2020-10-03net: Add CNode::ConnectedThroughNetwork member functionHennadii Stepanov
2020-10-02net: rename CNetAddr scopeId to m_scope_id, improve code docJon Atack
2020-09-21net: recognize TORv3/I2P/CJDNS networksVasil Dimov
2020-09-17net: CNetAddr: add support to (un)serialize as ADDRv2Vasil Dimov
2020-09-11util: move HasPrefix() so it can be reusedVasil Dimov
2020-08-28Merge #19797: net: Remove old check for 3-byte shifted IP addresses from pre-...MarcoFalke
2020-08-28Remove old check for 3-byte shifted IP addresses from pre-0.2.9 node messagesRaúl Martínez (RME)
2020-08-25util: make EncodeBase32 consume SpansSebastian Falbesoner
2020-08-24net: change CNetAddr::ip to have flexible sizeVasil Dimov
2020-08-24net: don't accept non-left-contiguous netmasksVasil Dimov
2020-07-30Make Hash[160] consume range-like objectsPieter Wuille
2020-07-27net: save the network type explicitly in CNetAddrVasil Dimov
2020-07-10net: improve encapsulation of CNetAddrVasil Dimov
2020-06-22refactor: Use uint16_t instead of unsigned shortAaron Hook
2020-05-06Merge #18512: Improve asmap checks and add sanity checkWladimir J. van der Laan
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-08Add asmap sanity checkerPieter Wuille
2020-03-04net: extract conditional to bool CNetAddr::IsHeNetJon Atack
2020-01-31Use ASNs for mapped IPv4 addresses correctlyPieter Wuille
2020-01-29Merge #16702: p2p: supplying and using asmap to improve IP bucketing in addrmanWladimir J. van der Laan
2020-01-23Return mapped AS in RPC call getpeerinfoGleb Naumenko
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-12-25Integrate ASN bucketing in Addrman and add testsGleb Naumenko
2019-06-11Fix spelling errors identified by codespell 1.15.0Ben Woosley
2019-05-15netaddress: Update CNetAddr for ORCHIDv2Carl Dong
2019-04-10docs: Improve netaddress commentsCarl Dong
2019-02-04netaddress: Make IPv4 loopback comment more descriptiveCarl Dong
2019-02-04netaddress: Fix indentation in IsLocalCarl Dong
2018-11-23Merge #14728: fix uninitialized read when stringifying an addrLocalWladimir J. van der Laan
2018-11-22CNetAddr: Add IsBindAny method to check for INADDR_ANYLuke Dashjr
2018-11-15fix uninitialized read when stringifying an addrLocalKaz Wesley
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-08-08Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-27net: Add missing verification of IPv6 address in CNetAddr::GetIn6Addr(...)practicalswift