aboutsummaryrefslogtreecommitdiff
path: root/src/netaddress.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix uninitialized read when stringifying an addrLocalKaz Wesley2018-11-291-1/+0
* Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan2018-08-081-1/+1
|\
| * Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* | net: Add missing verification of IPv6 address in CNetAddr::GetIn6Addr(...)practicalswift2018-07-271-0/+3
|/
* scripted-diff: Replace NET_TOR with NET_ONIONwodry2018-07-021-5/+5
* net: Minor accumulated cleanupsThomas Snider2018-04-161-38/+12
* Merge #10498: Use static_cast instead of C-style casts for non-fundamental typesMarcoFalke2018-02-071-3/+3
|\
| * Use static_cast instead of C-style casts for non-fundamental typespracticalswift2017-09-221-3/+3
* | Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* | Remove includes in .cpp files for things the corresponding .h file already in...practicalswift2017-11-161-4/+0
* | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-5/+5
|/
* scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-2/+2
* remove some unused functionsMarko Bencun2017-07-221-5/+0
* Fix subscript[0] in netaddress.cppJeremy Rubin2017-07-081-1/+1
* net: add an internal subnet for representing unresolved hostnamesCory Fields2017-06-141-7/+41
* Remove unused C++ code not covered by unit testspracticalswift2017-04-261-6/+0
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Do not shadow variables in networking codePavel Janík2016-08-151-2/+2
* net: move CNetAddr/CService/CSubNet out of netbaseCory Fields2016-07-311-0/+716