aboutsummaryrefslogtreecommitdiff
path: root/src/netaddress.h
AgeCommit message (Expand)Author
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
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-07-22remove some unused functionsMarko Bencun
2017-06-14net: add an internal subnet for representing unresolved hostnamesCory Fields
2017-04-26Remove unused C++ code not covered by unit testspracticalswift
2017-01-27[trivial] Fix typos in commentspracticalswift
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-11-07Get rid of nType and nVersionPieter Wuille
2016-07-31net: move CNetAddr/CService/CSubNet out of netbaseCory Fields