index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
net_tests.cpp
Age
Commit message (
Expand
)
Author
2018-02-13
Remove useless string initialization.
Alin Rus
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-08-14
scripted-diff: stop using the gArgs wrappers
Marko Bencun
2017-06-28
Use the override specifier (C++11) where we expect to be overriding the virtu...
practicalswift
2017-06-05
rpc: Add listen address to incoming connections in `getpeerinfo`
Wladimir J. van der Laan
2017-04-25
[test] Add Unit Test for GetListenPort
Jimmy Song
2017-01-12
Fix memory leak in net_tests
Pieter Wuille
2017-01-02
Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.
Karl-Johan Alm
2016-11-07
Get rid of nType and nVersion
Pieter Wuille
2016-10-31
net: Use deterministic randomness for CNode's nonce, and make it const
Cory Fields
2016-10-17
Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-09-27
Do not shadow variables
Pavel JanÃk
2016-09-19
Move static global randomizer seeds into CConnman
Pieter Wuille
2016-09-08
net: Pass best block known height into CConnman
Cory Fields
2016-09-08
net: move nLocalServices/nRelevantServices to CConnman
Cory Fields
2016-09-08
net: move nLastNodeId to CConnman
Cory Fields
2016-08-23
Added feeler connections increasing good addrs in the tried table.
Ethan Heilman
2016-07-31
net: narrow include scope after moving to netaddress
Cory Fields
2016-07-31
net: Split resolving out of CService
Cory Fields
2016-07-31
net: Split resolving out of CNetAddr
Cory Fields
2016-06-13
Introduce enum ServiceFlags for service flags
Pieter Wuille
2016-06-13
Don't require services in -addnode
Pieter Wuille
2016-05-18
Fix typo adddrman to addrman as requested in #8070
Ethan Heilman
2016-05-18
Remove non-determinism which is breaking net_tests #8069
EthanHeilman
2016-05-04
Fix de-serialization bug where AddrMan is corrupted after exception
EthanHeilman