aboutsummaryrefslogtreecommitdiff
path: root/src/test/net_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* add test demonstrating addrLocal UBKaz Wesley2018-11-291-0/+38
* 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
* Fix typo adddrman to addrman as requested in #8070Ethan Heilman2016-05-181-1/+1
* Remove non-determinism which is breaking net_tests #8069EthanHeilman2016-05-181-0/+9
* Fix de-serialization bug where AddrMan is corrupted after exceptionEthanHeilman2016-05-041-0/+136