aboutsummaryrefslogtreecommitdiff
path: root/src/test/netbase_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan2015-03-121-1/+2
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* net: Add CSubNet class for subnet matchingWladimir J. van der Laan2014-05-091-0/+37
* Update moved and dead linksLuke Dashjr2014-03-241-1/+1
* Add licenses for tests and test dataWladimir J. van der Laan2014-03-181-0/+4
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-3/+2
* Node support for Tor hidden servicesPieter Wuille2012-06-231-1/+12
* Fix netbase testsPieter Wuille2012-06-191-1/+0
* Add netbase testsPieter Wuille2012-06-141-0/+92