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
/
addrman_tests.cpp
Age
Commit message (
Expand
)
Author
2017-01-14
[test] Avoid potential NULL pointer dereference in addrman_tests.cpp
practicalswift
2017-01-05
Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sources
MarcoFalke
2017-01-02
Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.
Karl-Johan Alm
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-10-17
Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-09-22
[test] Remove redundant print in addrman_tests
MarcoFalke
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-01-27
Increase test coverage for addrman and addrinfo
Ethan Heilman
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-09-24
Creates unittests for addrman, makes addrman testable.
EthanHeilman