aboutsummaryrefslogtreecommitdiff
path: root/src/test/net_tests.cpp
AgeCommit message (Expand)Author
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
2017-01-02Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.Karl-Johan Alm
2016-11-07Get rid of nType and nVersionPieter Wuille
2016-10-31net: Use deterministic randomness for CNode's nonce, and make it constCory Fields
2016-10-17Kill insecure_random and associated global stateWladimir J. van der Laan
2016-09-27Do not shadow variablesPavel Janík
2016-09-19Move static global randomizer seeds into CConnmanPieter Wuille
2016-09-08net: Pass best block known height into CConnmanCory Fields
2016-09-08net: move nLocalServices/nRelevantServices to CConnmanCory Fields
2016-09-08net: move nLastNodeId to CConnmanCory Fields
2016-08-23Added feeler connections increasing good addrs in the tried table.Ethan Heilman
2016-07-31net: narrow include scope after moving to netaddressCory Fields
2016-07-31net: Split resolving out of CServiceCory Fields
2016-07-31net: Split resolving out of CNetAddrCory Fields
2016-06-13Introduce enum ServiceFlags for service flagsPieter Wuille
2016-06-13Don't require services in -addnodePieter Wuille
2016-05-18Fix typo adddrman to addrman as requested in #8070Ethan Heilman
2016-05-18Remove non-determinism which is breaking net_tests #8069EthanHeilman
2016-05-04Fix de-serialization bug where AddrMan is corrupted after exceptionEthanHeilman