aboutsummaryrefslogtreecommitdiff
path: root/src/test/net_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.Karl-Johan Alm2017-01-021-3/+1
* Get rid of nType and nVersionPieter Wuille2016-11-071-4/+4
* net: Use deterministic randomness for CNode's nonce, and make it constCory Fields2016-10-311-2/+2
* Kill insecure_random and associated global stateWladimir J. van der Laan2016-10-171-1/+1
* Do not shadow variablesPavel Janík2016-09-271-2/+2
* Move static global randomizer seeds into CConnmanPieter Wuille2016-09-191-2/+2
* net: Pass best block known height into CConnmanCory Fields2016-09-081-2/+3
* net: move nLocalServices/nRelevantServices to CConnmanCory Fields2016-09-081-2/+2
* net: move nLastNodeId to CConnmanCory Fields2016-09-081-2/+3
* Added feeler connections increasing good addrs in the tried table.Ethan Heilman2016-08-231-0/+22
* net: narrow include scope after moving to netaddressCory Fields2016-07-311-0/+1
* net: Split resolving out of CServiceCory Fields2016-07-311-7/+12
* net: Split resolving out of CNetAddrCory Fields2016-07-311-1/+3
* Introduce enum ServiceFlags for service flagsPieter Wuille2016-06-131-4/+4
* Don't require services in -addnodePieter Wuille2016-06-131-4/+4