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
/
net_processing.cpp
Age
Commit message (
Expand
)
Author
2017-02-14
Merge #9720: net: fix banning and disallow sending messages before receiving ...
Wladimir J. van der Laan
2017-02-13
net: require a verack before responding to anything else
Cory Fields
2017-02-13
net: parse reject earlier
Cory Fields
2017-02-13
net: correctly ban before the handshake is complete
Cory Fields
2017-02-10
Move CNode::addrLocal access behind locked accessors
Matt Corallo
2017-02-10
Move CNode::addrName accesses behind locked accessors
Matt Corallo
2017-02-10
Make nTimeBestReceived atomic
Matt Corallo
2017-02-10
Move [clean|str]SubVer writes/copyStats into a lock
Matt Corallo
2017-02-10
net: fix a few races. Credit @TheBlueMatt
Cory Fields
2017-02-07
Merge #9604: [Trivial] add comment about setting peer as HB peer.
Wladimir J. van der Laan
2017-02-06
Merge #9659: Net: Turn some methods and params/variables const
Wladimir J. van der Laan
2017-02-02
net: Disallow sending messages until the version handshake is complete
Cory Fields
2017-02-02
net: deserialize the entire version message locally
Cory Fields
2017-02-02
Dont deserialize nVersion into CNode, should fix #9212
Matt Corallo
2017-01-31
Net: pass interruptMsgProc as const where possible
Jorge Timón
2017-01-31
Net: Make CNetMsgMaker more const
Jorge Timón
2017-01-27
Refactor: Remove using namespace <xxx> from src/*.cpp.
Karl-Johan Alm
2017-01-26
Merge #9594: Send final alert message to older peers after connecting.
Wladimir J. van der Laan
2017-01-20
[Trivial] add comment about setting peer as HB peer.
John Newbery
2017-01-20
Do not shadow local variable named `tx`.
Pavel Janík
2017-01-20
Send final alert message to older peers after connecting.
Gregory Maxwell
2017-01-19
Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compa...
Wladimir J. van der Laan
2017-01-16
Add braces around AddToCompactExtraTransactions
Matt Corallo
2017-01-16
Merge #9561: Wake message handling thread when we receive a new block
Pieter Wuille
2017-01-15
Merge #9400: Set peers as HB peers upon full block validation
Pieter Wuille
2017-01-15
Merge #9486: Make peer=%d log prints consistent
Wladimir J. van der Laan
2017-01-14
Wake message handling thread when we receive a new block
Matt Corallo
2017-01-13
Merge #9375: Relay compact block messages prior to full block connection
Pieter Wuille
2017-01-13
Make most_recent_compact_block a pointer to a const
Matt Corallo
2017-01-13
Merge #9441: Net: Massive speedup. Net locks overhaul
Pieter Wuille
2017-01-12
net: remove cs_vRecvMsg
Cory Fields
2017-01-12
net: add a flag to indicate when a node's send buffer is full
Cory Fields
2017-01-12
net: add a flag to indicate when a node's process queue is full
Cory Fields
2017-01-12
net: add a new message queue for the message processor
Cory Fields
2017-01-12
net: rework the way that the messagehandler sleeps
Cory Fields
2017-01-12
net: remove useless comments
Cory Fields
2017-01-12
Merge #9261: Add unstored orphans with rejected parents to recentRejects
Wladimir J. van der Laan
2017-01-11
Call ActivateBestChain without cs_main/with most_recent_block
Matt Corallo
2017-01-10
Consider all (<100k memusage) txn for compact-block-extra-txn cache
Matt Corallo
2017-01-10
Consider all orphan txn for compact-block-extra-txn cache
Matt Corallo
2017-01-10
Use replaced transactions in compact block reconstruction
Matt Corallo
2017-01-10
Keep shared_ptrs to recently-replaced txn for compact blocks
Matt Corallo
2017-01-07
Make peer id logging consistent ("peer=%d" instead of "peer %d")
Matt Corallo
2017-01-05
Avoid holding cs_most_recent_block while calling ReadBlockFromDisk
Matt Corallo
2017-01-05
Break addnode out from the outbound connection limits.
Gregory Maxwell
2017-01-05
Ensure we meet the BIP 152 old-relay-types response requirements
Matt Corallo
2017-01-05
Cache most-recently-connected compact block
Matt Corallo
2017-01-05
Cache most-recently-announced block's shared_ptr
Matt Corallo
2017-01-05
Relay compact block messages prior to full block connection
Matt Corallo
2017-01-04
Make CBlockIndex*es in net_processing const
Matt Corallo
[next]