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
...
*
|
|
|
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
|
*
|
|
|
Cache most-recently-connected compact block
Matt Corallo
2017-01-05
1
-9
/
+22
|
*
|
|
|
Cache most-recently-announced block's shared_ptr
Matt Corallo
2017-01-05
1
-11
/
+40
|
*
|
|
|
Relay compact block messages prior to full block connection
Matt Corallo
2017-01-05
1
-0
/
+33
|
*
|
|
|
Make CBlockIndex*es in net_processing const
Matt Corallo
2017-01-04
1
-24
/
+24
*
|
|
|
|
Merge #9441: Net: Massive speedup. Net locks overhaul
Pieter Wuille
2017-01-13
1
-48
/
+30
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
net: remove cs_vRecvMsg
Cory Fields
2017-01-12
1
-1
/
+0
|
*
|
|
|
net: add a flag to indicate when a node's send buffer is full
Cory Fields
2017-01-12
1
-4
/
+2
|
*
|
|
|
net: add a flag to indicate when a node's process queue is full
Cory Fields
2017-01-12
1
-0
/
+2
|
*
|
|
|
net: add a new message queue for the message processor
Cory Fields
2017-01-12
1
-15
/
+10
|
*
|
|
|
net: rework the way that the messagehandler sleeps
Cory Fields
2017-01-12
1
-23
/
+25
|
*
|
|
|
net: remove useless comments
Cory Fields
2017-01-12
1
-8
/
+0
|
*
|
|
|
net: set message deserialization version when it's actually time to deserialize
Cory Fields
2017-01-04
1
-0
/
+1
|
*
|
|
|
net: remove redundant max sendbuffer size check
Cory Fields
2017-01-04
1
-7
/
+0
|
*
|
|
|
net: make vRecvMsg a list so that we can use splice()
Cory Fields
2017-01-04
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge #9261: Add unstored orphans with rejected parents to recentRejects
Wladimir J. van der Laan
2017-01-12
1
-0
/
+3
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Add unstored orphans with rejected parents to recentRejects
Alex Morcos
2016-12-03
1
-0
/
+3
*
|
|
|
Break addnode out from the outbound connection limits.
Gregory Maxwell
2017-01-05
1
-0
/
+2
|
|
/
/
|
/
|
|
*
|
|
Merge #9283: A few more CTransactionRef optimizations
Wladimir J. van der Laan
2017-01-04
1
-14
/
+17
|
\
\
\
|
*
|
|
Convert COrphanTx to keep a CTransactionRef
Pieter Wuille
2016-12-21
1
-12
/
+13
|
*
|
|
Make AcceptToMemoryPool take CTransactionRef
Pieter Wuille
2016-12-21
1
-3
/
+5
|
|
|
/
|
|
/
|
*
|
|
net: remove thread_interrupted catch
Cory Fields
2017-01-03
1
-3
/
+0
*
|
|
net: make net processing interruptible
Cory Fields
2017-01-03
1
-14
/
+19
*
|
|
Merge #9252: Release cs_main before calling ProcessNewBlock, or processing he...
Pieter Wuille
2017-01-03
1
-4
/
+22
|
\
\
\
|
*
|
|
Release cs_main before processing cmpctblock as header
Suhas Daftuar
2016-12-26
1
-2
/
+9
|
*
|
|
Release cs_main before calling ProcessNewBlock (cmpctblock handling)
Suhas Daftuar
2016-12-26
1
-2
/
+13
|
|
/
/
*
|
|
Un-expose mapArgs from utils.h
Matt Corallo
2016-12-24
1
-1
/
+1
[prev]
[next]