aboutsummaryrefslogtreecommitdiff
path: root/src/netaddress.h
AgeCommit message (Expand)Author
2020-11-16Merge #20033: refactor: minor whitespace fixups, s/const/constexpr/ and remov...MarcoFalke
2020-10-31style: minor improvements as a followup to #19845Vasil Dimov
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-12Restore compatibility with old CSubNet serializationPieter Wuille
2020-10-12Merge #19998: net: Add CNode::ConnectedThroughNetwork member functionWladimir J. van der Laan
2020-10-11Only relay IPv4, IPv6, Tor addressesPieter Wuille
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-08-24net: change CNetAddr::ip to have flexible sizeVasil Dimov
2020-07-27net: save the network type explicitly in CNetAddrVasil Dimov
2020-07-20net: document `enum Network`Vasil Dimov
2020-07-10net: improve encapsulation of CNetAddrVasil Dimov
2020-07-09Merge #19314: refactor: Use uint16_t instead of unsigned shortWladimir J. van der Laan
2020-07-03Replace automatic bans with discouragement filterPieter Wuille
2020-06-22refactor: Use uint16_t instead of unsigned shortAaron Hook
2020-05-20Merge #18317: Serialization improvements step 6 (all except wallet/gui)MarcoFalke
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-30Convert everything except wallet/qt to new serializationPieter Wuille
2020-03-30Merge BigEndian functionality into CustomUintFormatterPieter Wuille
2020-03-04net: extract conditional to bool CNetAddr::IsHeNetJon Atack
2020-02-05Merge #18023: Fix some asmap issuesWladimir J. van der Laan
2020-01-31Use ASNs for mapped IPv4 addresses correctlyPieter Wuille
2020-01-30tests: Add fuzzing harness for AS-mapping (asmap)practicalswift
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-12-16CNetAddr: fix IsRFC2544 commentMark Tyneway
2019-10-15Remove unused includespracticalswift
2019-05-15netaddress: Update CNetAddr for ORCHIDv2Carl Dong
2019-04-10docs: Improve netaddress commentsCarl 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-07-27Update copyright headers to 2018DrahtBot
2018-07-02scripted-diff: Replace NET_TOR with NET_ONIONwodry
2018-04-16net: Minor accumulated cleanupsThomas Snider
2018-04-08Introduce BigEndian wrapper and use it for netaddress portsPieter Wuille
2018-04-05Support serializing Span<unsigned char> and use that instead of FLATDATAPieter Wuille
2018-03-21Add native support for serializing char arrays without FLATDATAPieter Wuille
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-08-16Declare single-argument (non-converting) constructors "explicit"practicalswift