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
2017-04-24
Merge #9792: FastRandomContext improvements and switch to ChaCha20
Wladimir J. van der Laan
2017-04-01
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-03-29
Switch FastRandomContext to ChaCha20
Pieter Wuille
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-11-26
Remove double brackets in addrman
Matt Corallo
2016-11-26
Fix AddrMan locking
Matt Corallo
2016-11-07
Get rid of nType and nVersion
Pieter Wuille
2016-11-07
Make GetSerializeSize a wrapper on top of CSizeComputer
Pieter Wuille
2016-10-17
Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-07-31
net: narrow include scope after moving to netaddress
Cory Fields
2016-06-13
Introduce enum ServiceFlags for service flags
Pieter Wuille
2016-06-13
Keep addrman's nService bits consistent with outbound observations
Pieter Wuille
2016-05-26
Do not increment nAttempts by more than one for every Good connection.
Gregory Maxwell
2016-05-26
Avoid counting failed connect attempts when probably offline.
Gregory Maxwell
2016-04-24
CAddrMan::Deserialize handle corrupt serializations better.
Patrick Strateman
2016-01-28
Merge #7212: Adds unittests for CAddrMan and CAddrinfo, removes source of non...
Wladimir J. van der Laan
2016-01-27
Increase test coverage for addrman and addrinfo
Ethan Heilman
2016-01-05
Add missing copyright headers
MarcoFalke
2015-09-24
Creates unittests for addrman, makes addrman testable.
EthanHeilman
2015-08-10
typofixes (found by misspell_fixer)
Veres Lajos
2015-06-15
make CAddrMan::size() return the correct type of size_t
Philip Kaufmann
2015-05-14
Comment edits and cleanup
BitcoinPRReadingGroup
2015-05-14
addrman: update comments
Pavel Vasin
2015-05-02
Non-grammatical language improvements
Luke Dashjr
2015-05-01
Bugfix: Grammar fixes
Corinne Dashjr
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
[next]