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
/
test
/
denialofservice_tests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Dogecoin: Update coinbase maturity
Ross Nicoll
2021-05-20
1
-1
/
+1
*
Avoid calling CAddrMan::Connected() on block-relay-only peer addresses
Suhas Daftuar
2020-10-27
1
-5
/
+5
*
test: Remove unused nVersion=1 in p2p tests
MarcoFalke
2020-10-12
1
-5
/
+0
*
Merge #17785: p2p: Unify Send and Receive protocol versions
Wladimir J. van der Laan
2020-09-22
1
-5
/
+5
|
\
|
*
p2p: Unify Send and Receive protocol versions
Hennadii Stepanov
2020-09-07
1
-5
/
+5
*
|
Do not pass chain params to CheckForStaleTipAndEvictPeers twice
MarcoFalke
2020-09-08
1
-8
/
+7
|
/
*
[net processing] Move Misbehaving() to PeerManager
John Newbery
2020-09-07
1
-5
/
+4
*
scripted-diff: [net processing] Rename PeerLogicValidation to PeerManager
John Newbery
2020-09-07
1
-5
/
+5
*
[net_processing] Pass chainparams to PeerLogicValidation constructor
John Newbery
2020-09-07
1
-4
/
+8
*
[trivial] Small style updates
Amiti Uttarwar
2020-09-02
1
-2
/
+2
*
scripted-diff: Rename `OUTBOUND` ConnectionType to `OUTBOUND_FULL_RELAY`
Amiti Uttarwar
2020-09-02
1
-2
/
+2
*
Merge #19607: [p2p] Add Peer struct for per-peer data in net processing
Wladimir J. van der Laan
2020-08-28
1
-16
/
+4
|
\
|
*
[net processing] Move misbehavior tracking state to Peer
John Newbery
2020-08-12
1
-16
/
+4
*
|
[net_processing] Change PeerLogicValidation to hold a connman reference
John Newbery
2020-08-12
1
-4
/
+4
|
/
*
[net/refactor] Introduce an enum to distinguish type of connection
Amiti Uttarwar
2020-08-07
1
-5
/
+5
*
Make test DoS_mapOrphans deterministic
David Reikher
2020-07-21
1
-1
/
+19
*
[tests] Remove unnecessary cs_mains in denialofservice_tests
Matt Corallo
2020-07-15
1
-9
/
+9
*
test: update tests for peer discouragement
Jon Atack
2020-07-14
1
-49
/
+5
*
net: rename DEFAULT_BANSCORE_THRESHOLD to DISCOURAGEMENT_THRESHOLD
Jon Atack
2020-07-11
1
-5
/
+5
*
net: remove -banscore configuration option
Jon Atack
2020-07-11
1
-5
/
+3
*
Clean up separated ban/discourage interface
Pieter Wuille
2020-07-03
1
-9
/
+9
*
Replace automatic bans with discouragement filter
Pieter Wuille
2020-07-03
1
-6
/
+0
*
net: Pass chainman into PeerLogicValidation
MarcoFalke
2020-05-21
1
-5
/
+5
*
test: use p2p constants in denial of service tests
fanquake
2020-05-12
1
-3
/
+3
*
net: Add missing cs_vNodes lock
MarcoFalke
2020-03-29
1
-1
/
+0
*
Merge #18134: Replace std::to_string with locale-independent alternative
Wladimir J. van der Laan
2020-03-25
1
-1
/
+2
|
\
|
*
Replace std::to_string with locale-independent alternative
Ben Woosley
2020-03-14
1
-1
/
+2
*
|
refactor: Remove mempool global from net
MarcoFalke
2020-03-12
1
-5
/
+5
|
/
*
[lib] add scheduler to node context
Amiti Uttarwar
2020-02-17
1
-5
/
+5
*
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: test: Move setup_common to test library
MarcoFalke
2019-11-06
1
-1
/
+1
*
p2p: Remove BIP61 reject messages
MarcoFalke
2019-10-02
1
-5
/
+5
*
Add 2 outbound block-relay-only connections
Suhas Daftuar
2019-09-04
1
-6
/
+6
*
Move various SigningProviders to signingprovider.{cpp,h}
Andrew Chow
2019-07-09
1
-1
/
+2
*
scripted-diff: rename CBasicKeyStore to FillableSigningProvider
Andrew Chow
2019-07-09
1
-1
/
+1
*
tests: Reduce compilation time and unneccessary recompiles by removing unused...
practicalswift
2019-06-26
1
-0
/
+2
*
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-06-02
1
-1
/
+0
*
Merge #15452: Replace CScriptID and CKeyID in CTxDestination with dedicated t...
Wladimir J. van der Laan
2019-05-09
1
-3
/
+3
|
\
|
*
Replace CScriptID and CKeyID in CTxDestination with dedicated types
Gregory Sanders
2019-04-29
1
-3
/
+3
*
|
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-05-03
1
-2
/
+2
|
/
*
scripted-diff: Bump copyright headers in test, bench
MarcoFalke
2019-04-11
1
-1
/
+1
*
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2019-04-11
1
-1
/
+1
*
net: move BanMan to its own files
Cory Fields
2019-01-16
1
-0
/
+1
*
banman: pass in default ban time as a parameter
Cory Fields
2019-01-16
1
-3
/
+3
*
banman: pass the banfile path in
Cory Fields
2019-01-16
1
-3
/
+3
*
banman: create and split out banman
Cory Fields
2019-01-16
1
-19
/
+22
*
tests: remove member connman/peerLogic in TestingSetup
Cory Fields
2019-01-16
1
-5
/
+33
*
Merge #14935: tests: Test for expected return values when calling functions r...
MarcoFalke
2018-12-14
1
-13
/
+13
|
\
|
*
tests: Test for expected return values when calling functions returning a suc...
practicalswift
2018-12-13
1
-13
/
+13
[next]