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
2018-12-12
Make addrman use its local RNG exclusively
Pieter Wuille
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-10-09
Merge #13115: addrman: Add Clang thread safety annotations for variables guar...
MarcoFalke
2018-10-08
Add missing locks and locking annotations for CAddrMan
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-24
scripted-diff: Remove trailing whitespaces
João Barbosa
2018-04-10
Merge #12731: Support serialization as another type without casting
Wladimir J. van der Laan
2018-03-21
Fix typos
practicalswift
2018-03-20
Support serialization as another type without casting
Pieter Wuille
2018-03-06
Add test-before-evict discipline to addrman
Ethan Heilman
2018-02-07
Merge #10498: Use static_cast instead of C-style casts for non-fundamental types
MarcoFalke
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-30
Merge #10493: Use range-based for loops (C++11) when looping over map elements
MarcoFalke
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-10-31
addrman: Add missing lock in Clear() (CAddrMan)
practicalswift
2017-10-09
Use range-based for loops (C++11) when looping over map elements
practicalswift
2017-09-22
Use static_cast instead of C-style casts for non-fundamental types
practicalswift
2017-09-05
when clearing addrman clear mapInfo and mapAddr
Gregory Sanders
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
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
[next]