aboutsummaryrefslogtreecommitdiff
path: root/src/net_processing.h
Commit message (Expand)AuthorAgeFilesLines
* Avoid calling CAddrMan::Connected() on block-relay-only peer addressesSuhas Daftuar2020-10-271-1/+1
* Change transaction request logic to use txrequestPieter Wuille2020-10-121-0/+8
* Merge #19498: Tidy up ProcessOrphanTxMarcoFalke2020-09-301-2/+1
|\
| * ProcessOrphanTx: Move AddToCompactExtraTransactions call into ProcessOrphanTxJohn Newbery2020-09-071-2/+1
* | Do not pass chain params to CheckForStaleTipAndEvictPeers twiceMarcoFalke2020-09-081-1/+1
|/
* [net processing] Move Misbehaving() to PeerManagerJohn Newbery2020-09-071-0/+7
* [net_processing] Move SendBlockTransactions into PeerManagerJohn Newbery2020-09-071-0/+3
* [net processing] Move MaybePunishPeerForTx to PeerManagerJohn Newbery2020-09-071-0/+8
* [net processing] Move ProcessOrphanTx to PeerManagerJohn Newbery2020-09-071-0/+2
* [net processing] Move MaybePunishNodeForBlock into PeerManagerJohn Newbery2020-09-071-0/+14
* [net processing] Move ProcessHeadersMessage to PeerManagerJohn Newbery2020-09-071-0/+4
* [whitespace] tidy up indentation after scripted diffJohn Newbery2020-09-071-1/+1
* scripted-diff: [net processing] Rename PeerLogicValidation to PeerManagerJohn Newbery2020-09-071-2/+2
* [net_processing] Pass chainparams to PeerLogicValidation constructorJohn Newbery2020-09-071-3/+4
* [move only] Collect all private members of PeerLogicValidation togetherJohn Newbery2020-09-071-10/+13
* Merge #19607: [p2p] Add Peer struct for per-peer data in net processingWladimir J. van der Laan2020-08-281-1/+1
|\
| * scripted-diff: rename misbehavior membersJohn Newbery2020-08-121-1/+1
* | [net_processing] Move ProcessMessage to PeerLogicValidationJohn Newbery2020-08-211-0/+7
* | [net_processing] Change PeerLogicValidation to hold a connman referenceJohn Newbery2020-08-121-2/+2
|/
* Merge #19472: [net processing] Reduce cs_main scope in MaybeDiscourageAndDisc...Wladimir J. van der Laan2020-07-241-1/+1
|\
| * [net processing] Only call MaybeDiscourageAndDisconnect from SendMessagesJohn Newbery2020-07-111-1/+1
* | Add support for tx-relay via wtxidSuhas Daftuar2020-07-191-1/+1
* | [net/net processing] check banman pointer before dereferencingJohn Newbery2020-07-141-0/+1
* | net: rename DEFAULT_BANSCORE_THRESHOLD to DISCOURAGEMENT_THRESHOLDJon Atack2020-07-111-0/+2
|/
* Clean up separated ban/discourage interfacePieter Wuille2020-07-031-1/+1
* refactor: replace CNode pointers by references within net_processing.{h,cpp}Sebastian Falbesoner2020-06-021-2/+2
* net: Pass chainman into PeerLogicValidationMarcoFalke2020-05-211-1/+3
* [init] Add -peerblockfilters optionJim Posen2020-05-081-0/+1
* Merge #18038: P2P: Mempool tracks locally submitted transactions to improve w...fanquake2020-04-291-0/+2
|\
| * [p2p] Reattempt initial send of unbroadcast transactionsAmiti Uttarwar2020-04-231-0/+2
* | net: Add missing cs_vNodes lockMarcoFalke2020-03-291-0/+1
|/
* Merge #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved si...Wladimir J. van der Laan2020-03-191-1/+1
|\
| * [validation interface] Remove vtxConflicted from BlockConnectedJohn Newbery2020-03-111-1/+1
* | refactor: Remove mempool global from netMarcoFalke2020-03-121-3/+6
|/
* Use rolling bloom filter of recent block tx's for AlreadyHave() checkSuhas Daftuar2020-01-291-0/+1
* scripted-diff: Bump copyright of files changed in 2020MarcoFalke2020-01-151-1/+1
* scripted-diff: Replace CCriticalSection with RecursiveMutexMarcoFalke2020-01-151-1/+1
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* [validation] Add CValidationState subclassesJohn Newbery2019-10-291-1/+1
* p2p: Remove BIP61 reject messagesMarcoFalke2019-10-021-7/+3
* refactor : use RelayTransaction in BroadcastTransaction utilityAntoine Riard2019-07-241-0/+3
* Move DEFAULT_PEERBLOOMFILTERS from validation.h to net_processing.hMatt Corallo2019-06-061-0/+1
* banman: create and split out banmanCory Fields2019-01-161-1/+3
* Merge #14331: doxygen: Fix member commentsMarcoFalke2018-09-301-1/+1
|\
| * doxygen: Fix member commentsMarcoFalke2018-09-261-1/+1
* | Merge #14027: Skip stale tip checking if outbound connections are off or if r...MarcoFalke2018-09-271-1/+4
|\ \ | |/ |/|
| * Skip stale tip checking if outbound connections are off or if reindexing.Gregory Maxwell2018-08-231-1/+4
* | p2p: Disable BIP 61 by defaultMarcoFalke2018-09-071-1/+1
* | Add compile time checking for all cs_main runtime locking assertionspracticalswift2018-08-261-1/+1
|/
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1