aboutsummaryrefslogtreecommitdiff
path: root/src/test/netbase_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | - Add license headers to source files (years based on commit dates) in `src/test` as well as `qa` - Add `README.md` to `src/test/data` specifying MIT license Fixes #3848
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-3/+2
| | | | | | | | | Use misc methods of avoiding unnecesary header includes. Replace int typedefs with int##_t from stdint.h. Replace PRI64[xdu] with PRI[xdu]64 from inttypes.h. Normalize QT_VERSION ifs where possible. Resolve some indirect dependencies as direct ones. Remove extern declarations from .cpp files.
* Node support for Tor hidden servicesPieter Wuille2012-06-231-1/+12
| | | | | | This commit adds support for .onion addresses (mapped into the IPv6 by using OnionCat's range and encoding), and the ability to connect to them via a SOCKS5 proxy.
* Fix netbase testsPieter Wuille2012-06-191-1/+0
| | | | | * Do not rely on "a.b.c" being interpreted as "a.0.b.c" * Parse numeric addresses for address families for which no device is configured
* Add netbase testsPieter Wuille2012-06-141-0/+92