index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
addrman.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[addrman] Ensure collisions eventually get resolved
Suhas Daftuar
2019-03-09
1
-0
/
+3
*
Use C++11 default member initializers
MarcoFalke
2019-01-05
1
-23
/
+7
*
Make addrman use its local RNG exclusively
Pieter Wuille
2018-12-12
1
-4
/
+1
*
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-1
/
+1
*
Merge #13115: addrman: Add Clang thread safety annotations for variables guar...
MarcoFalke
2018-10-09
1
-26
/
+27
|
\
|
*
Add missing locks and locking annotations for CAddrMan
practicalswift
2018-10-08
1
-26
/
+27
*
|
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
|
scripted-diff: Remove trailing whitespaces
João Barbosa
2018-07-24
1
-2
/
+2
|
/
*
Merge #12731: Support serialization as another type without casting
Wladimir J. van der Laan
2018-04-10
1
-1
/
+1
|
\
|
*
Support serialization as another type without casting
Pieter Wuille
2018-03-20
1
-1
/
+1
*
|
Fix typos
practicalswift
2018-03-21
1
-1
/
+1
|
/
*
Add test-before-evict discipline to addrman
Ethan Heilman
2018-03-06
1
-3
/
+40
*
Merge #10498: Use static_cast instead of C-style casts for non-fundamental types
MarcoFalke
2018-02-07
1
-1
/
+1
|
\
|
*
Use static_cast instead of C-style casts for non-fundamental types
practicalswift
2017-09-22
1
-1
/
+1
*
|
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
|
Merge #10493: Use range-based for loops (C++11) when looping over map elements
MarcoFalke
2017-11-30
1
-5
/
+5
|
\
\
|
*
|
Use range-based for loops (C++11) when looping over map elements
practicalswift
2017-10-09
1
-5
/
+5
|
|
/
*
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-6
/
+6
*
|
addrman: Add missing lock in Clear() (CAddrMan)
practicalswift
2017-10-31
1
-0
/
+1
|
/
*
when clearing addrman clear mapInfo and mapAddr
Gregory Sanders
2017-09-05
1
-0
/
+2
*
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-2
/
+2
*
Merge #9792: FastRandomContext improvements and switch to ChaCha20
Wladimir J. van der Laan
2017-04-24
1
-3
/
+8
|
\
|
*
Switch FastRandomContext to ChaCha20
Pieter Wuille
2017-03-29
1
-3
/
+8
*
|
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-04-01
1
-5
/
+7
|
/
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
Remove double brackets in addrman
Matt Corallo
2016-11-26
1
-18
/
+12
*
Fix AddrMan locking
Matt Corallo
2016-11-26
1
-13
/
+10
*
Get rid of nType and nVersion
Pieter Wuille
2016-11-07
1
-3
/
+3
*
Make GetSerializeSize a wrapper on top of CSizeComputer
Pieter Wuille
2016-11-07
1
-5
/
+0
*
Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-10-17
1
-0
/
+3
*
net: narrow include scope after moving to netaddress
Cory Fields
2016-07-31
1
-1
/
+1
*
Introduce enum ServiceFlags for service flags
Pieter Wuille
2016-06-13
1
-2
/
+2
*
Keep addrman's nService bits consistent with outbound observations
Pieter Wuille
2016-06-13
1
-0
/
+11
*
Do not increment nAttempts by more than one for every Good connection.
Gregory Maxwell
2016-05-26
1
-0
/
+8
*
Avoid counting failed connect attempts when probably offline.
Gregory Maxwell
2016-05-26
1
-3
/
+3
*
CAddrMan::Deserialize handle corrupt serializations better.
Patrick Strateman
2016-04-24
1
-0
/
+8
*
Merge #7212: Adds unittests for CAddrMan and CAddrinfo, removes source of non...
Wladimir J. van der Laan
2016-01-28
1
-8
/
+5
|
\
|
*
Increase test coverage for addrman and addrinfo
Ethan Heilman
2016-01-27
1
-8
/
+5
*
|
Add missing copyright headers
MarcoFalke
2016-01-05
1
-0
/
+1
|
/
*
Creates unittests for addrman, makes addrman testable.
EthanHeilman
2015-09-24
1
-4
/
+12
*
typofixes (found by misspell_fixer)
Veres Lajos
2015-08-10
1
-1
/
+1
*
make CAddrMan::size() return the correct type of size_t
Philip Kaufmann
2015-06-15
1
-1
/
+1
*
Comment edits and cleanup
BitcoinPRReadingGroup
2015-05-14
1
-3
/
+3
*
addrman: update comments
Pavel Vasin
2015-05-14
1
-2
/
+0
*
Non-grammatical language improvements
Luke Dashjr
2015-05-02
1
-1
/
+1
*
Bugfix: Grammar fixes
Corinne Dashjr
2015-05-01
1
-3
/
+3
*
nLastTry is only used for addrman entries
Pieter Wuille
2015-04-19
1
-6
/
+7
*
Scale up addrman
Pieter Wuille
2015-03-23
1
-10
/
+10
*
Always use a 50% chance to choose between tried and new entries
Pieter Wuille
2015-03-23
1
-3
/
+3
*
Make addrman's bucket placement deterministic.
Pieter Wuille
2015-03-23
1
-60
/
+107
[next]