aboutsummaryrefslogtreecommitdiff
path: root/src/test/netbase_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* tests: don't export in6addr_loopbackVasil Dimov2020-10-121-3/+3
* net: CAddress & CAddrMan: (un)serialize as ADDRv2Vasil Dimov2020-10-091-0/+105
* net: change CNetAddr::ip to have flexible sizeVasil Dimov2020-08-241-1/+8
* net: don't accept non-left-contiguous netmasksVasil Dimov2020-08-241-3/+5
* Merge #18991: Cache responses to GETADDR to prevent topology leaksWladimir J. van der Laan2020-08-031-1/+2
|\
| * Add addr permission flag enabling non-cached addr sharingGleb Naumenko2020-07-301-1/+2
* | net: save the network type explicitly in CNetAddrVasil Dimov2020-07-271-2/+11
|/
* doc: Use precise permission flags where possibleMarcoFalke2020-07-101-1/+1
* net: Extract download permission from nobanMarcoFalke2020-07-091-1/+2
* test: add two edge case tests for CSubNetVasil Dimov2020-06-221-0/+3
* refactor: Error message bilingual_str consistencyWladimir J. van der Laan2020-06-091-5/+6
* test: Fix outstanding -Wsign-compare errorsBen Woosley2020-05-081-1/+1
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* scripted-diff: Sort test includesMarcoFalke2020-04-161-1/+1
* Merge #16702: p2p: supplying and using asmap to improve IP bucketing in addrmanWladimir J. van der Laan2020-01-291-14/+14
|\
| * Integrate ASN bucketing in Addrman and add testsGleb Naumenko2019-12-251-14/+14
* | tests: Avoid using C-style NUL-terminated strings as argumentspracticalswift2020-01-081-3/+3
* | tests: Add tests to make sure lookup methods fail on std::string parameters w...practicalswift2020-01-081-1/+18
* | net: Avoid using C-style NUL-terminated strings as arguments in the netbase i...practicalswift2020-01-081-1/+1
* | test: add IsRFC2544 testsMark Tyneway2019-12-161-0/+2
|/
* scripted-diff: test: Move setup_common to test libraryMarcoFalke2019-11-061-1/+1
* Make whitebind/whitelist permissions more flexiblenicolas.dorier2019-08-111-0/+79
* netaddress: Update CNetAddr for ORCHIDv2Carl Dong2019-05-151-0/+1
* scripted-diff: Bump copyright headers in test, benchMarcoFalke2019-04-111-1/+1
* scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke2019-04-111-1/+1
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-1/+1
* Implements ParseNetwork unit test.2512018-08-281-0/+18
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* doc: Adjust bitcoincore.org linksMarcoFalke2018-07-221-4/+4
* scripted-diff: Replace NET_TOR with NET_ONIONwodry2018-07-021-2/+2
* 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
* [refactor] move SplitHostPort() into utilstrencodingsJohn Newbery2017-07-121-0/+1
* net: do not allow resolving to an internal addressCory Fields2017-06-141-0/+5
* net: add an internal subnet for representing unresolved hostnamesCory Fields2017-06-141-0/+13
* Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...practicalswift2017-06-061-13/+12
* Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sourcesMarcoFalke2017-01-051-5/+3
|\
| * Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.Karl-Johan Alm2017-01-021-5/+3
* | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
|/
* net: Have LookupNumeric return a CService directlyCory Fields2016-08-041-4/+2
* net: Add direct tests for new CSubNet constructorsCory Fields2016-07-311-1/+15
* net: Split resolving out of CSubNetCory Fields2016-07-311-71/+78
* net: Split resolving out of CNetAddrCory Fields2016-07-311-69/+85
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* [QA] fix netbase tests because of new CSubNet::ToString() outputJonas Schnelli2015-09-161-4/+2
* net: Fix CIDR notation in ToString()Wladimir J. van der Laan2015-09-161-0/+6
* net: use CIDR notation in CSubNet::ToString()Jonas Schnelli2015-09-161-0/+74
* add unit test for CNetAddr::GetGroup.Alex Morcos2015-08-191-0/+17
* Adding CSubNet constructor over a single CNetAddrJonas Schnelli2015-07-021-0/+11
* Fix two problems in CSubNet parsingWladimir J. van der Laan2015-05-261-0/+5