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-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
2017-01-04
net: set message deserialization version when it's actually time to deserialize
Cory Fields
2017-01-04
net: remove redundant max sendbuffer size check
Cory Fields
2017-01-04
net: make vRecvMsg a list so that we can use splice()
Cory Fields
2017-01-04
Merge #9283: A few more CTransactionRef optimizations
Wladimir J. van der Laan
2017-01-03
net: remove thread_interrupted catch
Cory Fields
2017-01-03
net: make net processing interruptible
Cory Fields
2017-01-03
Merge #9252: Release cs_main before calling ProcessNewBlock, or processing he...
Pieter Wuille
2016-12-30
Set peers as HB peers upon full block validation
Gregory Sanders
2016-12-26
Release cs_main before processing cmpctblock as header
Suhas Daftuar
2016-12-26
Release cs_main before calling ProcessNewBlock (cmpctblock handling)
Suhas Daftuar
2016-12-24
Un-expose mapArgs from utils.h
Matt Corallo
2016-12-23
Introduce (and use) an IsArgSet accessor method
Matt Corallo
2016-12-21
Convert COrphanTx to keep a CTransactionRef
Pieter Wuille
2016-12-21
Make AcceptToMemoryPool take CTransactionRef
Pieter Wuille
2016-12-21
Merge #8589: Inline CTxInWitness inside CTxIn
Wladimir J. van der Laan
2016-12-19
Merge #9352: Attempt reconstruction from all compact block announcements
Wladimir J. van der Laan
2016-12-16
If we don't allow free txs, always send a fee filter (take 2)
MarcoFalke
[prev]
[next]