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
*
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
*
Switch addrman key from vector to uint256
Pieter Wuille
2015-03-23
1
-6
/
+15
*
Fix all header defines
Pavel JanÃk
2014-11-03
1
-3
/
+3
*
Update comments in addrman to be doxygen compatible
Michael Ford
2014-10-24
1
-115
/
+124
*
Remove some unnecessary c_strs() in logging and the GUI
Philip Kaufmann
2014-09-09
1
-1
/
+1
*
Rename IMPLEMENT_SERIALIZE to ADD_SERIALIZE_METHODS
Pieter Wuille
2014-09-02
1
-2
/
+2
*
Merge pull request #4737
Pieter Wuille
2014-09-01
1
-4
/
+6
|
\
|
*
Use CSizeComputer to avoid counting sizes in SerializationOp
Pieter Wuille
2014-08-31
1
-5
/
+2
|
*
rework overhauled serialization methods to non-static
Kamil Domanski
2014-08-31
1
-7
/
+7
|
*
overhaul serialization code
Kamil Domanski
2014-08-31
1
-6
/
+11
*
|
add missing header end comments
Philip Kaufmann
2014-08-28
1
-2
/
+2
|
/
*
Break up CAddrMan's IMPLEMENT_SERIALIZE
Pieter Wuille
2014-07-16
1
-129
/
+131
*
move rand functions from util to new random.h/.cpp
Philip Kaufmann
2014-07-09
1
-0
/
+1
*
add GetRandBytes() as wrapper for RAND_bytes()
Philip Kaufmann
2014-07-09
1
-3
/
+1
*
Move network-time related functions to timedata.cpp/h
Wladimir J. van der Laan
2014-06-25
1
-0
/
+1
*
Remove redundant c_str
R E Broadley
2014-05-22
1
-2
/
+2
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-16
/
+17
*
re-work -debug switch handling
Philip Kaufmann
2013-10-30
1
-2
/
+2
*
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2013-09-18
1
-3
/
+3
*
Trim trailing whitespace for src/*.{h,cpp}
Jeff Garzik
2012-09-18
1
-1
/
+1
*
Bugfix: Correct English grammar regarding "'s"
Luke Dashjr
2012-08-01
1
-4
/
+4
*
Bugfix: Fix a variety of misspellings
Luke Dashjr
2012-08-01
1
-1
/
+1
*
Fix a few typos
fanquake
2012-06-29
1
-2
/
+2
*
Update License in File Headers
Fordy
2012-05-18
1
-1
/
+1
*
Split synchronization mechanisms from util.{h,cpp}
Pieter Wuille
2012-05-11
1
-0
/
+1
[next]