aboutsummaryrefslogtreecommitdiff
path: root/src/test/denialofservice_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Dogecoin: Update coinbase maturityRoss Nicoll2021-05-201-1/+1
* Avoid calling CAddrMan::Connected() on block-relay-only peer addressesSuhas Daftuar2020-10-271-5/+5
* test: Remove unused nVersion=1 in p2p testsMarcoFalke2020-10-121-5/+0
* Merge #17785: p2p: Unify Send and Receive protocol versionsWladimir J. van der Laan2020-09-221-5/+5
|\
| * p2p: Unify Send and Receive protocol versionsHennadii Stepanov2020-09-071-5/+5
* | Do not pass chain params to CheckForStaleTipAndEvictPeers twiceMarcoFalke2020-09-081-8/+7
|/
* [net processing] Move Misbehaving() to PeerManagerJohn Newbery2020-09-071-5/+4
* scripted-diff: [net processing] Rename PeerLogicValidation to PeerManagerJohn Newbery2020-09-071-5/+5
* [net_processing] Pass chainparams to PeerLogicValidation constructorJohn Newbery2020-09-071-4/+8
* [trivial] Small style updatesAmiti Uttarwar2020-09-021-2/+2
* scripted-diff: Rename `OUTBOUND` ConnectionType to `OUTBOUND_FULL_RELAY`Amiti Uttarwar2020-09-021-2/+2
* Merge #19607: [p2p] Add Peer struct for per-peer data in net processingWladimir J. van der Laan2020-08-281-16/+4
|\
| * [net processing] Move misbehavior tracking state to PeerJohn Newbery2020-08-121-16/+4
* | [net_processing] Change PeerLogicValidation to hold a connman referenceJohn Newbery2020-08-121-4/+4
|/
* [net/refactor] Introduce an enum to distinguish type of connectionAmiti Uttarwar2020-08-071-5/+5
* Make test DoS_mapOrphans deterministicDavid Reikher2020-07-211-1/+19
* [tests] Remove unnecessary cs_mains in denialofservice_testsMatt Corallo2020-07-151-9/+9
* test: update tests for peer discouragementJon Atack2020-07-141-49/+5
* net: rename DEFAULT_BANSCORE_THRESHOLD to DISCOURAGEMENT_THRESHOLDJon Atack2020-07-111-5/+5
* net: remove -banscore configuration optionJon Atack2020-07-111-5/+3
* Clean up separated ban/discourage interfacePieter Wuille2020-07-031-9/+9
* Replace automatic bans with discouragement filterPieter Wuille2020-07-031-6/+0
* net: Pass chainman into PeerLogicValidationMarcoFalke2020-05-211-5/+5
* test: use p2p constants in denial of service testsfanquake2020-05-121-3/+3
* net: Add missing cs_vNodes lockMarcoFalke2020-03-291-1/+0
* Merge #18134: Replace std::to_string with locale-independent alternativeWladimir J. van der Laan2020-03-251-1/+2
|\
| * Replace std::to_string with locale-independent alternativeBen Woosley2020-03-141-1/+2
* | refactor: Remove mempool global from netMarcoFalke2020-03-121-5/+5
|/
* [lib] add scheduler to node contextAmiti Uttarwar2020-02-171-5/+5
* 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: test: Move setup_common to test libraryMarcoFalke2019-11-061-1/+1
* p2p: Remove BIP61 reject messagesMarcoFalke2019-10-021-5/+5
* Add 2 outbound block-relay-only connectionsSuhas Daftuar2019-09-041-6/+6
* Move various SigningProviders to signingprovider.{cpp,h}Andrew Chow2019-07-091-1/+2
* scripted-diff: rename CBasicKeyStore to FillableSigningProviderAndrew Chow2019-07-091-1/+1
* tests: Reduce compilation time and unneccessary recompiles by removing unused...practicalswift2019-06-261-0/+2
* Make reasoning about dependencies easier by not including unused dependenciespracticalswift2019-06-021-1/+0
* Merge #15452: Replace CScriptID and CKeyID in CTxDestination with dedicated t...Wladimir J. van der Laan2019-05-091-3/+3
|\
| * Replace CScriptID and CKeyID in CTxDestination with dedicated typesGregory Sanders2019-04-291-3/+3
* | scripted-diff: replace chainActive -> ::ChainActive()James O'Beirne2019-05-031-2/+2
|/
* scripted-diff: Bump copyright headers in test, benchMarcoFalke2019-04-111-1/+1
* scripted-diff: Rename test_bitcoin to test/setup_commonMarcoFalke2019-04-111-1/+1
* net: move BanMan to its own filesCory Fields2019-01-161-0/+1
* banman: pass in default ban time as a parameterCory Fields2019-01-161-3/+3
* banman: pass the banfile path inCory Fields2019-01-161-3/+3
* banman: create and split out banmanCory Fields2019-01-161-19/+22
* tests: remove member connman/peerLogic in TestingSetupCory Fields2019-01-161-5/+33
* Merge #14935: tests: Test for expected return values when calling functions r...MarcoFalke2018-12-141-13/+13
|\
| * tests: Test for expected return values when calling functions returning a suc...practicalswift2018-12-131-13/+13