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.h
Age
Commit message (
Expand
)
Author
2015-04-19
nLastTry is only used for addrman entries
Pieter Wuille
2015-03-23
Scale up addrman
Pieter Wuille
2015-03-23
Always use a 50% chance to choose between tried and new entries
Pieter Wuille
2015-03-23
Make addrman's bucket placement deterministic.
Pieter Wuille
2015-03-23
Switch addrman key from vector to uint256
Pieter Wuille
2014-11-03
Fix all header defines
Pavel JanÃk
2014-10-24
Update comments in addrman to be doxygen compatible
Michael Ford
2014-09-09
Remove some unnecessary c_strs() in logging and the GUI
Philip Kaufmann
2014-09-02
Rename IMPLEMENT_SERIALIZE to ADD_SERIALIZE_METHODS
Pieter Wuille
2014-09-01
Merge pull request #4737
Pieter Wuille
2014-08-31
Use CSizeComputer to avoid counting sizes in SerializationOp
Pieter Wuille
2014-08-31
rework overhauled serialization methods to non-static
Kamil Domanski
2014-08-31
overhaul serialization code
Kamil Domanski
2014-08-28
add missing header end comments
Philip Kaufmann
2014-07-16
Break up CAddrMan's IMPLEMENT_SERIALIZE
Pieter Wuille
2014-07-09
move rand functions from util to new random.h/.cpp
Philip Kaufmann
2014-07-09
add GetRandBytes() as wrapper for RAND_bytes()
Philip Kaufmann
2014-06-25
Move network-time related functions to timedata.cpp/h
Wladimir J. van der Laan
2014-05-22
Remove redundant c_str
R E Broadley
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-10-30
re-work -debug switch handling
Philip Kaufmann
2013-09-18
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2012-09-18
Trim trailing whitespace for src/*.{h,cpp}
Jeff Garzik
2012-08-01
Bugfix: Correct English grammar regarding "'s"
Luke Dashjr
2012-08-01
Bugfix: Fix a variety of misspellings
Luke Dashjr
2012-06-29
Fix a few typos
fanquake
2012-05-18
Update License in File Headers
Fordy
2012-05-11
Split synchronization mechanisms from util.{h,cpp}
Pieter Wuille
2012-05-09
Clean up warnings
Pieter Wuille
2012-05-05
Bugfix: store source address in addrman
Pieter Wuille
2012-04-09
Use scoped locks instead of CRITICAL_BLOCK
Pieter Wuille
2012-03-26
Begin doxygen-compatible comments
Pieter Wuille
2012-02-24
CAddrMan: stochastic address manager
Pieter Wuille
[prev]