aboutsummaryrefslogtreecommitdiff
path: root/src/test/net_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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