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
/
net_processing.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #2417 from patricklodder/1.14-serialize-getheaders
Patrick Lodder
2021-08-09
1
-6
/
+37
|
\
|
*
Reduce getheaders spam by serializing getheader requests per peer
Patrick Lodder
2021-07-22
1
-6
/
+37
*
|
Initial back end framework to separate wallet and relay fees + dust.
Michi Lumin
2021-07-30
1
-2
/
+2
|
/
*
fix: Disconnect stalling peers after timeout of header sync
p-j01
2021-06-14
1
-2
/
+36
*
Don't re-check AuxPoW when sending data to peers
Shibe
2021-02-08
1
-6
/
+6
*
Update QT client messages and translations to Doge equivalents (#1429)
Ross Nicoll
2019-03-25
1
-1
/
+1
*
Re-introduce alert functionality (#1470)
Ross Nicoll
2018-09-19
1
-7
/
+58
*
Clean up RPC tests (#1465)
Ross Nicoll
2018-09-19
1
-1
/
+1
*
Modify chain consensus parameters to be height aware (#1396)
Ross Nicoll
2018-09-19
1
-21
/
+21
*
Stop sending a Bitcoin alert to Dogecoin clients
Ross Nicoll
2018-09-19
1
-4
/
+4
*
Merge AuxPoW support from Namecore
Ross Nicoll
2018-09-19
1
-3
/
+3
*
Annotate work to be done to Dogecoin-ify
Ross Nicoll
2018-09-19
1
-0
/
+2
*
Merge #9720: net: fix banning and disallow sending messages before receiving ...
Wladimir J. van der Laan
2017-02-14
1
-49
/
+68
|
\
|
*
net: require a verack before responding to anything else
Cory Fields
2017-02-13
1
-0
/
+7
|
*
net: parse reject earlier
Cory Fields
2017-02-13
1
-26
/
+24
|
*
net: correctly ban before the handshake is complete
Cory Fields
2017-02-13
1
-23
/
+37
*
|
Move CNode::addrLocal access behind locked accessors
Matt Corallo
2017-02-10
1
-2
/
+2
*
|
Move CNode::addrName accesses behind locked accessors
Matt Corallo
2017-02-10
1
-1
/
+1
*
|
Make nTimeBestReceived atomic
Matt Corallo
2017-02-10
1
-1
/
+1
*
|
Move [clean|str]SubVer writes/copyStats into a lock
Matt Corallo
2017-02-10
1
-3
/
+8
*
|
net: fix a few races. Credit @TheBlueMatt
Cory Fields
2017-02-10
1
-1
/
+1
|
/
*
Merge #9604: [Trivial] add comment about setting peer as HB peer.
Wladimir J. van der Laan
2017-02-07
1
-1
/
+9
|
\
|
*
[Trivial] add comment about setting peer as HB peer.
John Newbery
2017-01-20
1
-1
/
+9
*
|
Merge #9659: Net: Turn some methods and params/variables const
Wladimir J. van der Laan
2017-02-06
1
-9
/
+9
|
\
\
|
*
|
Net: pass interruptMsgProc as const where possible
Jorge Timón
2017-01-31
1
-4
/
+4
|
*
|
Net: Make CNetMsgMaker more const
Jorge Timón
2017-01-31
1
-5
/
+5
*
|
|
net: Disallow sending messages until the version handshake is complete
Cory Fields
2017-02-02
1
-3
/
+3
*
|
|
net: deserialize the entire version message locally
Cory Fields
2017-02-02
1
-27
/
+34
*
|
|
Dont deserialize nVersion into CNode, should fix #9212
Matt Corallo
2017-02-02
1
-6
/
+8
|
/
/
*
|
Refactor: Remove using namespace <xxx> from src/*.cpp.
Karl-Johan Alm
2017-01-27
1
-53
/
+51
*
|
Merge #9594: Send final alert message to older peers after connecting.
Wladimir J. van der Laan
2017-01-26
1
-0
/
+6
|
\
\
|
*
|
Send final alert message to older peers after connecting.
Gregory Maxwell
2017-01-20
1
-0
/
+6
|
|
/
*
/
Do not shadow local variable named `tx`.
Pavel Janík
2017-01-20
1
-2
/
+2
|
/
*
Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compa...
Wladimir J. van der Laan
2017-01-19
1
-4
/
+31
|
\
|
*
Add braces around AddToCompactExtraTransactions
Matt Corallo
2017-01-16
1
-2
/
+4
|
*
Consider all (<100k memusage) txn for compact-block-extra-txn cache
Matt Corallo
2017-01-10
1
-1
/
+4
|
*
Consider all orphan txn for compact-block-extra-txn cache
Matt Corallo
2017-01-10
1
-0
/
+2
|
*
Use replaced transactions in compact block reconstruction
Matt Corallo
2017-01-10
1
-2
/
+2
|
*
Keep shared_ptrs to recently-replaced txn for compact blocks
Matt Corallo
2017-01-10
1
-2
/
+22
*
|
Merge #9561: Wake message handling thread when we receive a new block
Pieter Wuille
2017-01-16
1
-0
/
+1
|
\
\
|
*
|
Wake message handling thread when we receive a new block
Matt Corallo
2017-01-14
1
-0
/
+1
*
|
|
Merge #9400: Set peers as HB peers upon full block validation
Pieter Wuille
2017-01-15
1
-27
/
+28
|
\
\
\
|
*
|
|
Set peers as HB peers upon full block validation
Gregory Sanders
2016-12-30
1
-27
/
+28
*
|
|
|
Merge #9486: Make peer=%d log prints consistent
Wladimir J. van der Laan
2017-01-15
1
-3
/
+3
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Make peer id logging consistent ("peer=%d" instead of "peer %d")
Matt Corallo
2017-01-07
1
-3
/
+3
*
|
|
|
Merge #9375: Relay compact block messages prior to full block connection
Pieter Wuille
2017-01-13
1
-41
/
+161
|
\
\
\
\
|
*
|
|
|
Make most_recent_compact_block a pointer to a const
Matt Corallo
2017-01-13
1
-2
/
+2
|
*
|
|
|
Call ActivateBestChain without cs_main/with most_recent_block
Matt Corallo
2017-01-11
1
-4
/
+14
|
|
/
/
/
|
*
|
|
Avoid holding cs_most_recent_block while calling ReadBlockFromDisk
Matt Corallo
2017-01-05
1
-8
/
+13
|
*
|
|
Ensure we meet the BIP 152 old-relay-types response requirements
Matt Corallo
2017-01-05
1
-0
/
+30
[next]