aboutsummaryrefslogtreecommitdiff
path: root/src/netaddress.h
Commit message (Expand)AuthorAgeFilesLines
* Merge #14728: fix uninitialized read when stringifying an addrLocalWladimir J. van der Laan2018-11-231-1/+1
|\
| * fix uninitialized read when stringifying an addrLocalKaz Wesley2018-11-151-1/+1
* | CNetAddr: Add IsBindAny method to check for INADDR_ANYLuke Dashjr2018-11-221-0/+1
|/
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* scripted-diff: Replace NET_TOR with NET_ONIONwodry2018-07-021-1/+1
* net: Minor accumulated cleanupsThomas Snider2018-04-161-5/+5
* Introduce BigEndian wrapper and use it for netaddress portsPieter Wuille2018-04-081-8/+2
* Support serializing Span<unsigned char> and use that instead of FLATDATAPieter Wuille2018-04-051-2/+6
* Add native support for serializing char arrays without FLATDATAPieter Wuille2018-03-211-4/+4
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-3/+3
* Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-4/+4
* scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-1/+1
* remove some unused functionsMarko Bencun2017-07-221-1/+0
* net: add an internal subnet for representing unresolved hostnamesCory Fields2017-06-141-0/+8
* Remove unused C++ code not covered by unit testspracticalswift2017-04-261-1/+0
* [trivial] Fix typos in commentspracticalswift2017-01-271-1/+1
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Get rid of nType and nVersionPieter Wuille2016-11-071-3/+3
* net: move CNetAddr/CService/CSubNet out of netbaseCory Fields2016-07-311-0/+171