aboutsummaryrefslogtreecommitdiff
path: root/src/test/net_tests.cpp
AgeCommit message (Expand)Author
2020-10-12Merge #19998: net: Add CNode::ConnectedThroughNetwork member functionWladimir J. van der Laan
2020-10-11Merge #19954: Complete the BIP155 implementation and upgrade to TORv3fanquake
2020-10-09net: advertise support for ADDRv2 via new messageVasil Dimov
2020-10-03test: Add tests for CNode::ConnectedThroughNetworkHennadii Stepanov
2020-10-02test: add test coverage for CNetAddr ipv6 scoped addressesJon Atack
2020-09-21net: recognize TORv3/I2P/CJDNS networksVasil Dimov
2020-09-17net: CNetAddr: add support to (un)serialize as ADDRv2Vasil Dimov
2020-09-02[test] Add explicit tests that connection types get set correctlyAmiti Uttarwar
2020-09-02scripted-diff: Rename `OUTBOUND` ConnectionType to `OUTBOUND_FULL_RELAY`Amiti Uttarwar
2020-08-25Merge #19628: net: change CNetAddr::ip to have flexible sizeMarcoFalke
2020-08-24net: change CNetAddr::ip to have flexible sizeVasil Dimov
2020-08-07[net/refactor] Remove fInbound flag from CNodeAmiti Uttarwar
2020-08-07[net/refactor] Remove fFeeler flag from CNodeAmiti Uttarwar
2020-08-07[net/refactor] Introduce an enum to distinguish type of connectionAmiti Uttarwar
2020-06-22refactor: Use uint16_t instead of unsigned shortAaron Hook
2020-04-17test: Move boost/stdlib includes lastMarcoFalke
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-16scripted-diff: Sort test includesMarcoFalke
2020-03-14Replace std::to_string with locale-independent alternativeBen Woosley
2020-01-08tests: Add tests to make sure lookup methods fail on std::string parameters w...practicalswift
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke
2019-11-05Merge #17243: p2p: add PoissonNextSend method that returns mockable timeMarcoFalke
2019-11-05[tools] add PoissonNextSend method that returns mockable timeAmiti Uttarwar
2019-11-01test: Do not instantiate CAddrDB for static callHennadii Stepanov
2019-06-26tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift
2019-06-20test: Create data dir in BasicTestingSetupMarcoFalke
2019-04-11scripted-diff: Bump copyright headers in test, benchMarcoFalke
2019-04-11scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke
2019-01-13Drop IsLimited in favor of IsReachableBen Woosley
2018-12-28IsReachable is the inverse of IsLimited (DRY). Includes unit testsmarcaiaf
2018-12-13tests: Test for expected return values when calling functions returning a suc...practicalswift
2018-11-15add test demonstrating addrLocal UBKaz Wesley
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-09-21tests: Use MakeUnique to construct objects owned by unique_ptrspracticalswift
2018-09-03Increase signal to noise in appveyor build output by reducing the MSVC warnin...practicalswift
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-24scripted-diff: Remove trailing whitespacesJoão Barbosa
2018-07-14test_bitcoin: Avoid read/write to default datadirMarcoFalke
2018-05-03Make it clear which functions that are intended to be translation unit localpracticalswift
2018-04-05Merge #12859: Bugfix: Include <memory> for std::unique_ptrWladimir J. van der Laan
2018-04-02Bugfix: Include <memory> for std::unique_ptrLuke Dashjr
2018-03-21Add native support for serializing char arrays without FLATDATAPieter Wuille
2018-02-13Remove useless string initialization.Alin Rus
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-08-14scripted-diff: stop using the gArgs wrappersMarko Bencun
2017-06-28Use the override specifier (C++11) where we expect to be overriding the virtu...practicalswift
2017-06-05rpc: Add listen address to incoming connections in `getpeerinfo`Wladimir J. van der Laan
2017-04-25[test] Add Unit Test for GetListenPortJimmy Song
2017-01-12Fix memory leak in net_testsPieter Wuille