aboutsummaryrefslogtreecommitdiff
path: root/src/test/net_tests.cpp
AgeCommit message (Expand)Author
2018-11-29add test demonstrating addrLocal UBKaz Wesley
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
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