Commit Graph

20 Commits (02d6586d7a0f1a0886010e733760ce59cf0935c3)

Author SHA1 Message Date
Wladimir J. van der Laan 2479b779aa
Merge #14728: fix uninitialized read when stringifying an addrLocal
6 years ago
Luke Dashjr d6a1287481 CNetAddr: Add IsBindAny method to check for INADDR_ANY
6 years ago
Kaz Wesley b7b36decaf fix uninitialized read when stringifying an addrLocal
6 years ago
DrahtBot eb7daf4d60 Update copyright headers to 2018
6 years ago
wodry 07c493f2d1 scripted-diff: Replace NET_TOR with NET_ONION
6 years ago
Thomas Snider 2c084a6609 net: Minor accumulated cleanups
7 years ago
Pieter Wuille ece88fd269 Introduce BigEndian wrapper and use it for netaddress ports
7 years ago
Pieter Wuille 9272d70536 Support serializing Span<unsigned char> and use that instead of FLATDATA
7 years ago
Pieter Wuille a7c45bce92 Add native support for serializing char arrays without FLATDATA
7 years ago
Akira Takizawa 595a7bab23 Increment MIT Licence copyright header year on files modified in 2017
7 years ago
MeshCollider 1a445343f6 scripted-diff: Replace #include "" with #include <> (ryanofsky)
7 years ago
practicalswift 64fb0ac016 Declare single-argument (non-converting) constructors "explicit"
7 years ago
practicalswift 90d4d89230 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL
7 years ago
Marko Bencun f228b8e163 remove some unused functions
7 years ago
Cory Fields 7f31762cb6 net: add an internal subnet for representing unresolved hostnames
8 years ago
practicalswift b51aaf1c42 Remove unused C++ code not covered by unit tests
8 years ago
practicalswift cc16d99f1d [trivial] Fix typos in comments
8 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016
8 years ago
Pieter Wuille 528472111b Get rid of nType and nVersion
8 years ago
Cory Fields 21e5b96ff4 net: move CNetAddr/CService/CSubNet out of netbase
8 years ago