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
/
addrman.cpp
Age
Commit message (
Expand
)
Author
2014-10-27
Merge pull request #5119
Pieter Wuille
2014-10-24
Update comments in addrman to be doxygen compatible
Michael Ford
2014-10-22
boost: split stream classes out of serialize.h
Cory Fields
2014-09-19
Apply clang-format on some infrequently-updated files
Pieter Wuille
2014-09-05
Improve readability of CAddrInfo::IsTerrible
Teran McKinney
2014-08-18
addrman: Do not propagate obviously poor addresses onto the network
Jeff Garzik
2014-01-23
Remove redundant .c_str()s
Wladimir J. van der Laan
2013-12-25
Changed Get64(.) to GetLow64()
Thomas Holenstein
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-09-18
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2012-12-18
Split off hash.h from util.h
Pieter Wuille
2012-09-18
Trim trailing whitespace for src/*.{h,cpp}
Jeff Garzik
2012-08-18
fix a comment in addrman.cpp
Philip Kaufmann
2012-05-18
Update License in File Headers
Fordy
2012-05-09
Clean up warnings
Pieter Wuille
2012-05-05
Fix addrman crashes
Pieter Wuille
2012-05-05
Add extra asserts to addrman
Pieter Wuille
2012-04-17
Further reduce header dependencies
Pieter Wuille
2012-04-15
Fix loop index var types, fixing many minor sign comparison warnings
Jeff Garzik
2012-04-15
fix warnings: '&&' within '||' [-Wlogical-op-parentheses]
Wladimir J. van der Laan
2012-02-24
CAddrMan: stochastic address manager
Pieter Wuille