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