aboutsummaryrefslogtreecommitdiff
path: root/src/test/netbase_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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