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.h
Age
Commit message (
Expand
)
Author
2020-10-12
Change transaction request logic to use txrequest
Pieter Wuille
2020-09-30
Merge #19498: Tidy up ProcessOrphanTx
MarcoFalke
2020-09-08
Do not pass chain params to CheckForStaleTipAndEvictPeers twice
MarcoFalke
2020-09-07
ProcessOrphanTx: Move AddToCompactExtraTransactions call into ProcessOrphanTx
John Newbery
2020-09-07
[net processing] Move Misbehaving() to PeerManager
John Newbery
2020-09-07
[net_processing] Move SendBlockTransactions into PeerManager
John Newbery
2020-09-07
[net processing] Move MaybePunishPeerForTx to PeerManager
John Newbery
2020-09-07
[net processing] Move ProcessOrphanTx to PeerManager
John Newbery
2020-09-07
[net processing] Move MaybePunishNodeForBlock into PeerManager
John Newbery
2020-09-07
[net processing] Move ProcessHeadersMessage to PeerManager
John Newbery
2020-09-07
[whitespace] tidy up indentation after scripted diff
John Newbery
2020-09-07
scripted-diff: [net processing] Rename PeerLogicValidation to PeerManager
John Newbery
2020-09-07
[net_processing] Pass chainparams to PeerLogicValidation constructor
John Newbery
2020-09-07
[move only] Collect all private members of PeerLogicValidation together
John Newbery
2020-08-28
Merge #19607: [p2p] Add Peer struct for per-peer data in net processing
Wladimir J. van der Laan
2020-08-21
[net_processing] Move ProcessMessage to PeerLogicValidation
John Newbery
2020-08-12
[net_processing] Change PeerLogicValidation to hold a connman reference
John Newbery
2020-08-12
scripted-diff: rename misbehavior members
John Newbery
2020-07-24
Merge #19472: [net processing] Reduce cs_main scope in MaybeDiscourageAndDisc...
Wladimir J. van der Laan
2020-07-19
Add support for tx-relay via wtxid
Suhas Daftuar
2020-07-14
[net/net processing] check banman pointer before dereferencing
John Newbery
2020-07-11
net: rename DEFAULT_BANSCORE_THRESHOLD to DISCOURAGEMENT_THRESHOLD
Jon Atack
2020-07-11
[net processing] Only call MaybeDiscourageAndDisconnect from SendMessages
John Newbery
2020-07-03
Clean up separated ban/discourage interface
Pieter Wuille
2020-06-02
refactor: replace CNode pointers by references within net_processing.{h,cpp}
Sebastian Falbesoner
2020-05-21
net: Pass chainman into PeerLogicValidation
MarcoFalke
2020-05-08
[init] Add -peerblockfilters option
Jim Posen
2020-04-29
Merge #18038: P2P: Mempool tracks locally submitted transactions to improve w...
fanquake
2020-04-23
[p2p] Reattempt initial send of unbroadcast transactions
Amiti Uttarwar
2020-03-29
net: Add missing cs_vNodes lock
MarcoFalke
2020-03-19
Merge #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved si...
Wladimir J. van der Laan
2020-03-12
refactor: Remove mempool global from net
MarcoFalke
2020-03-11
[validation interface] Remove vtxConflicted from BlockConnected
John Newbery
2020-01-29
Use rolling bloom filter of recent block tx's for AlreadyHave() check
Suhas Daftuar
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
scripted-diff: Replace CCriticalSection with RecursiveMutex
MarcoFalke
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-10-29
[validation] Add CValidationState subclasses
John Newbery
2019-10-02
p2p: Remove BIP61 reject messages
MarcoFalke
2019-07-24
refactor : use RelayTransaction in BroadcastTransaction utility
Antoine Riard
2019-06-06
Move DEFAULT_PEERBLOOMFILTERS from validation.h to net_processing.h
Matt Corallo
2019-01-16
banman: create and split out banman
Cory Fields
2018-09-30
Merge #14331: doxygen: Fix member comments
MarcoFalke
2018-09-27
Merge #14027: Skip stale tip checking if outbound connections are off or if r...
MarcoFalke
2018-09-26
doxygen: Fix member comments
MarcoFalke
2018-09-07
p2p: Disable BIP 61 by default
MarcoFalke
2018-08-26
Add compile time checking for all cs_main runtime locking assertions
practicalswift
2018-08-23
Skip stale tip checking if outbound connections are off or if reindexing.
Gregory Maxwell
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-13
Merge #13417: [net] Tighten scope in net_processing
Pieter Wuille
[next]