aboutsummaryrefslogtreecommitdiff
path: root/src/test/net_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge #19998: net: Add CNode::ConnectedThroughNetwork member functionWladimir J. van der Laan2020-10-121-3/+42
|\
| * test: Add tests for CNode::ConnectedThroughNetworkHennadii Stepanov2020-10-031-3/+42
* | Merge #19954: Complete the BIP155 implementation and upgrade to TORv3fanquake2020-10-111-0/+17
|\ \ | |/ |/|
| * net: advertise support for ADDRv2 via new messageVasil Dimov2020-10-091-0/+17
* | test: add test coverage for CNetAddr ipv6 scoped addressesJon Atack2020-10-021-0/+19
|/
* net: recognize TORv3/I2P/CJDNS networksVasil Dimov2020-09-211-1/+103
* net: CNetAddr: add support to (un)serialize as ADDRv2Vasil Dimov2020-09-171-1/+193
* [test] Add explicit tests that connection types get set correctlyAmiti Uttarwar2020-09-021-0/+10
* scripted-diff: Rename `OUTBOUND` ConnectionType to `OUTBOUND_FULL_RELAY`Amiti Uttarwar2020-09-021-2/+2
* Merge #19628: net: change CNetAddr::ip to have flexible sizeMarcoFalke2020-08-251-0/+74
|\
| * net: change CNetAddr::ip to have flexible sizeVasil Dimov2020-08-241-0/+74
* | [net/refactor] Remove fInbound flag from CNodeAmiti Uttarwar2020-08-071-2/+2
* | [net/refactor] Remove fFeeler flag from CNodeAmiti Uttarwar2020-08-071-3/+0
* | [net/refactor] Introduce an enum to distinguish type of connectionAmiti Uttarwar2020-08-071-5/+3
|/
* refactor: Use uint16_t instead of unsigned shortAaron Hook2020-06-221-2/+3
* test: Move boost/stdlib includes lastMarcoFalke2020-04-171-2/+3
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* scripted-diff: Sort test includesMarcoFalke2020-04-161-7/+7
* Replace std::to_string with locale-independent alternativeBen Woosley2020-03-141-1/+2
* tests: Add tests to make sure lookup methods fail on std::string parameters w...practicalswift2020-01-081-0/+2
* scripted-diff: test: Move setup_common to test libraryMarcoFalke2019-11-061-1/+1
* Merge #17243: p2p: add PoissonNextSend method that returns mockable timeMarcoFalke2019-11-051-0/+14
|\
| * [tools] add PoissonNextSend method that returns mockable timeAmiti Uttarwar2019-11-051-0/+14
* | test: Do not instantiate CAddrDB for static callHennadii Stepanov2019-11-011-4/+2
|/
* tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift2019-06-261-1/+4
* test: Create data dir in BasicTestingSetupMarcoFalke2019-06-201-2/+0
* 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
* Drop IsLimited in favor of IsReachableBen Woosley2019-01-131-29/+16
* IsReachable is the inverse of IsLimited (DRY). Includes unit testsmarcaiaf2018-12-281-0/+89
* tests: Test for expected return values when calling functions returning a suc...practicalswift2018-12-131-12/+12
* add test demonstrating addrLocal UBKaz Wesley2018-11-151-0/+38
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-1/+1
* tests: Use MakeUnique to construct objects owned by unique_ptrspracticalswift2018-09-211-2/+2
* Increase signal to noise in appveyor build output by reducing the MSVC warnin...practicalswift2018-09-031-2/+2
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* scripted-diff: Remove trailing whitespacesJoão Barbosa2018-07-241-1/+1
* test_bitcoin: Avoid read/write to default datadirMarcoFalke2018-07-141-0/+2
* Make it clear which functions that are intended to be translation unit localpracticalswift2018-05-031-1/+1
* Merge #12859: Bugfix: Include <memory> for std::unique_ptrWladimir J. van der Laan2018-04-051-0/+2
|\
| * Bugfix: Include <memory> for std::unique_ptrLuke Dashjr2018-04-021-0/+2
* | Add native support for serializing char arrays without FLATDATAPieter Wuille2018-03-211-3/+3
* | Remove useless string initialization.Alin Rus2018-02-131-1/+1
|/
* 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-9/+9
* scripted-diff: stop using the gArgs wrappersMarko Bencun2017-08-141-1/+1
* Use the override specifier (C++11) where we expect to be overriding the virtu...practicalswift2017-06-281-2/+2
* rpc: Add listen address to incoming connections in `getpeerinfo`Wladimir J. van der Laan2017-06-051-2/+2
* [test] Add Unit Test for GetListenPortJimmy Song2017-04-251-0/+13
* Fix memory leak in net_testsPieter Wuille2017-01-121-2/+2