index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
denialofservice_tests.cpp
Age
Commit message (
Expand
)
Author
2020-09-22
Merge #17785: p2p: Unify Send and Receive protocol versions
Wladimir J. van der Laan
2020-09-08
Do not pass chain params to CheckForStaleTipAndEvictPeers twice
MarcoFalke
2020-09-07
p2p: Unify Send and Receive protocol versions
Hennadii Stepanov
2020-09-07
[net processing] Move Misbehaving() to PeerManager
John Newbery
2020-09-07
scripted-diff: [net processing] Rename PeerLogicValidation to PeerManager
John Newbery
2020-09-07
[net_processing] Pass chainparams to PeerLogicValidation constructor
John Newbery
2020-09-02
[trivial] Small style updates
Amiti Uttarwar
2020-09-02
scripted-diff: Rename `OUTBOUND` ConnectionType to `OUTBOUND_FULL_RELAY`
Amiti Uttarwar
2020-08-28
Merge #19607: [p2p] Add Peer struct for per-peer data in net processing
Wladimir J. van der Laan
2020-08-12
[net_processing] Change PeerLogicValidation to hold a connman reference
John Newbery
2020-08-12
[net processing] Move misbehavior tracking state to Peer
John Newbery
2020-08-07
[net/refactor] Introduce an enum to distinguish type of connection
Amiti Uttarwar
2020-07-21
Make test DoS_mapOrphans deterministic
David Reikher
2020-07-15
[tests] Remove unnecessary cs_mains in denialofservice_tests
Matt Corallo
2020-07-14
test: update tests for peer discouragement
Jon Atack
2020-07-11
net: rename DEFAULT_BANSCORE_THRESHOLD to DISCOURAGEMENT_THRESHOLD
Jon Atack
2020-07-11
net: remove -banscore configuration option
Jon Atack
2020-07-03
Clean up separated ban/discourage interface
Pieter Wuille
2020-07-03
Replace automatic bans with discouragement filter
Pieter Wuille
2020-05-21
net: Pass chainman into PeerLogicValidation
MarcoFalke
2020-05-12
test: use p2p constants in denial of service tests
fanquake
2020-03-29
net: Add missing cs_vNodes lock
MarcoFalke
2020-03-25
Merge #18134: Replace std::to_string with locale-independent alternative
Wladimir J. van der Laan
2020-03-14
Replace std::to_string with locale-independent alternative
Ben Woosley
2020-03-12
refactor: Remove mempool global from net
MarcoFalke
2020-02-17
[lib] add scheduler to node context
Amiti Uttarwar
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
scripted-diff: Replace CCriticalSection with RecursiveMutex
MarcoFalke
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-10-02
p2p: Remove BIP61 reject messages
MarcoFalke
2019-09-04
Add 2 outbound block-relay-only connections
Suhas Daftuar
2019-07-09
Move various SigningProviders to signingprovider.{cpp,h}
Andrew Chow
2019-07-09
scripted-diff: rename CBasicKeyStore to FillableSigningProvider
Andrew Chow
2019-06-26
tests: Reduce compilation time and unneccessary recompiles by removing unused...
practicalswift
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-05-09
Merge #15452: Replace CScriptID and CKeyID in CTxDestination with dedicated t...
Wladimir J. van der Laan
2019-05-03
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-04-29
Replace CScriptID and CKeyID in CTxDestination with dedicated types
Gregory Sanders
2019-04-11
scripted-diff: Bump copyright headers in test, bench
MarcoFalke
2019-04-11
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2019-01-16
net: move BanMan to its own files
Cory Fields
2019-01-16
banman: pass in default ban time as a parameter
Cory Fields
2019-01-16
banman: pass the banfile path in
Cory Fields
2019-01-16
banman: create and split out banman
Cory Fields
2019-01-16
tests: remove member connman/peerLogic in TestingSetup
Cory Fields
2018-12-14
Merge #14935: tests: Test for expected return values when calling functions r...
MarcoFalke
2018-12-13
test: Make g_insecure_rand_ctx thread_local
MarcoFalke
2018-12-13
tests: Test for expected return values when calling functions returning a suc...
practicalswift
2018-12-12
Make unit tests use the insecure_rand_ctx exclusively
Pieter Wuille
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
[next]