aboutsummaryrefslogtreecommitdiff
path: root/src/test/denialofservice_tests.cpp
AgeCommit message (Expand)Author
2021-04-18scripted-diff: Modify unit tests to use the ArgsManager in the BasicTestingSe...Kiminuo
2021-04-14test: Reset mocktime in the common setupMarcoFalke
2021-04-02test: make sure non-IP peers get discouraged and disconnectedVasil Dimov
2021-04-02test: also check disconnect in denialofservice_tests/peer_discouragementVasil Dimov
2021-04-02test: use pointers in denialofservice_tests/peer_discouragementVasil Dimov
2021-03-22[net] remove fUpdateConnectionTime from FinalizeNodeJohn Newbery
2021-03-20[net_processing] Keep addrman reference in PeerManagerJohn Newbery
2021-03-20[net] Construct addrman outside connmanJohn Newbery
2021-03-11scripted-diff: remove MakeUnique<T>()fanquake
2021-02-27scripted-diff: Update txorphanage naming conventionAnthony Towns
2021-02-27txorphanage: Move functions and data into classAnthony Towns
2021-02-26denialofservices_tests: check txorphanage's AddTxAnthony Towns
2021-02-26move-only: Add txorphanage moduleAnthony Towns
2021-02-12net: remove CNode::m_inbound_onion defaults for explicitnessJon Atack
2021-01-09net_processing: split PeerManager into interface and implementation classesAnthony Towns
2021-01-02refactor: Remove nMyStartingHeight from CNode/ConnmanMarcoFalke
2020-12-09[net processing] Add m_ignores_incoming_txs to PeerManager and use internallyJohn Newbery
2020-10-27Avoid calling CAddrMan::Connected() on block-relay-only peer addressesSuhas Daftuar
2020-10-12test: Remove unused nVersion=1 in p2p testsMarcoFalke
2020-09-22Merge #17785: p2p: Unify Send and Receive protocol versionsWladimir J. van der Laan
2020-09-08Do not pass chain params to CheckForStaleTipAndEvictPeers twiceMarcoFalke
2020-09-07p2p: Unify Send and Receive protocol versionsHennadii Stepanov
2020-09-07[net processing] Move Misbehaving() to PeerManagerJohn Newbery
2020-09-07scripted-diff: [net processing] Rename PeerLogicValidation to PeerManagerJohn Newbery
2020-09-07[net_processing] Pass chainparams to PeerLogicValidation constructorJohn Newbery
2020-09-02[trivial] Small style updatesAmiti Uttarwar
2020-09-02scripted-diff: Rename `OUTBOUND` ConnectionType to `OUTBOUND_FULL_RELAY`Amiti Uttarwar
2020-08-28Merge #19607: [p2p] Add Peer struct for per-peer data in net processingWladimir J. van der Laan
2020-08-12[net_processing] Change PeerLogicValidation to hold a connman referenceJohn Newbery
2020-08-12[net processing] Move misbehavior tracking state to PeerJohn Newbery
2020-08-07[net/refactor] Introduce an enum to distinguish type of connectionAmiti Uttarwar
2020-07-21Make test DoS_mapOrphans deterministicDavid Reikher
2020-07-15[tests] Remove unnecessary cs_mains in denialofservice_testsMatt Corallo
2020-07-14test: update tests for peer discouragementJon Atack
2020-07-11net: rename DEFAULT_BANSCORE_THRESHOLD to DISCOURAGEMENT_THRESHOLDJon Atack
2020-07-11net: remove -banscore configuration optionJon Atack
2020-07-03Clean up separated ban/discourage interfacePieter Wuille
2020-07-03Replace automatic bans with discouragement filterPieter Wuille
2020-05-21net: Pass chainman into PeerLogicValidationMarcoFalke
2020-05-12test: use p2p constants in denial of service testsfanquake
2020-03-29net: Add missing cs_vNodes lockMarcoFalke
2020-03-25Merge #18134: Replace std::to_string with locale-independent alternativeWladimir J. van der Laan
2020-03-14Replace std::to_string with locale-independent alternativeBen Woosley
2020-03-12refactor: Remove mempool global from netMarcoFalke
2020-02-17[lib] add scheduler to node contextAmiti Uttarwar
2020-01-15scripted-diff: Bump copyright of files changed in 2020MarcoFalke
2020-01-15scripted-diff: Replace CCriticalSection with RecursiveMutexMarcoFalke
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke
2019-10-02p2p: Remove BIP61 reject messagesMarcoFalke
2019-09-04Add 2 outbound block-relay-only connectionsSuhas Daftuar