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
2021-03-12
[net processing] Add ChainSyncTimeoutState default initializers
John Newbery
2021-03-12
[net processing] Remove CNodeState ctor body
John Newbery
2021-03-12
Merge #21394: [doc] Improve comment about protected peers
fanquake
2021-03-11
Merge #21270: [Bundle 4/n] Prune g_chainman usage in validation-adjacent modules
Wladimir J. van der Laan
2021-03-09
[net processing] Remove unused CNode.address member
John Newbery
2021-03-08
[doc] Improve comment about protected peers
Amiti Uttarwar
2021-03-08
net_processing: Add review-only assertion to PeerManager
Carl Dong
2021-03-08
scripted-diff: net_processing: Use existing chainman
Carl Dong
2021-03-08
net_processing: Move some static functions to PeerManager
Carl Dong
2021-03-05
Use C++11 member initializer in CNodeState
MarcoFalke
2021-03-04
Merge #21055: [Bundle 3/n] Prune remaining g_chainman usage in validation fun...
Wladimir J. van der Laan
2021-03-04
Merge #21015: Make all of net_processing (and some of net) use std::chrono types
fanquake
2021-03-03
validation: Pass in chainstate to CTxMemPool::check
Carl Dong
2021-03-03
Make tx relay data structure use std::chrono types
Pieter Wuille
2021-03-03
Make all Poisson delays use std::chrono types
Pieter Wuille
2021-03-03
Convert block/header sync timeouts to std::chrono types
Pieter Wuille
2021-03-03
Change all ping times to std::chrono types
Pieter Wuille
2021-02-27
net_processing: move AddToCompactExtraTransactions into PeerManagerImpl
Anthony Towns
2021-02-27
txorphanage: Move functions and data into class
Anthony Towns
2021-02-27
txorphanage: Extract EraseOrphansForBlock
Anthony Towns
2021-02-27
net_processing: drop AddOrphanTx
Anthony Towns
2021-02-26
txorphanage: Extract OrphanageAddTx
Anthony Towns
2021-02-26
txorphanage: Extract GetOrphanTx
Anthony Towns
2021-02-26
txorphanage: Extract HaveOrphanTx
Anthony Towns
2021-02-26
txorphanage: Extract AddChildrenToWorkSet
Anthony Towns
2021-02-26
txorphanage: Add lock annotations
Anthony Towns
2021-02-26
move-only: Add txorphanage module
Anthony Towns
2021-02-22
Merge #20845: net: Log to net debug in MaybeDiscourageAndDisconnect except fo...
MarcoFalke
2021-02-20
Merge #20750: [Bundle 2/n] Prune g_chainman usage in mempool-related validati...
MarcoFalke
2021-02-19
Merge #21187: Net processing: Only call PushAddress() from net_processing
MarcoFalke
2021-02-18
scripted-diff: Invoke ::AcceptToMemoryPool with chainstate
Carl Dong
2021-02-18
[net] Move checks from GetLocalAddrForPeer to caller
John Newbery
2021-02-18
[net] Change AdvertiseLocal to GetLocalAddrForPeer
John Newbery
2021-02-17
Merge #21188: scripted-diff: Remove redundant lock annotations in net processing
MarcoFalke
2021-02-16
net: Log to net debug in MaybeDiscourageAndDisconnect except for noban and ma...
MarcoFalke
2021-02-15
scripted-diff: rename ping members
John Newbery
2021-02-15
[net processing] Move ping data fields to net processing
John Newbery
2021-02-15
[net processing] Move ping timeout logic to net processing
John Newbery
2021-02-15
[net processing] Move send ping message logic into function
John Newbery
2021-02-15
[net processing] Add Peer& arg to MaybeDiscourageAndDisconnect()
John Newbery
2021-02-15
scripted-diff: Remove shadowing lock annotations
MarcoFalke
2021-02-15
Merge #20942: [refactor] Move some net_processing globals into PeerManagerImpl
MarcoFalke
2021-02-11
Merge #21062: refactor: return MempoolAcceptResult from ATMP
MarcoFalke
2021-02-11
Merge #21043: net: Avoid UBSan warning in ProcessMessage(...)
MarcoFalke
2021-02-09
[refactor] return MempoolAcceptResult
gzhao408
2021-02-02
doc: refer to BIPs 339/155 in feature negotiation
Jon Atack
2021-02-02
Merge #19509: Per-Peer Message Capture
MarcoFalke
2021-02-02
net: Avoid UBSan warning in ProcessMessage(...)
practicalswift
2021-02-01
Merge #20749: [Bundle 1/n] Prune g_chainman usage related to ::LookupBlockIndex
Wladimir J. van der Laan
2021-01-30
net_processing: simplify MaybeSetPeerAsAnnouncingHeaderAndIDs args
Anthony Towns
[next]