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
2021-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
2021-02-27
scripted-diff: Update txorphanage naming convention
Anthony Towns
2021-02-27
txorphanage: Move functions and data into class
Anthony Towns
2021-02-26
denialofservices_tests: check txorphanage's AddTx
Anthony Towns
2021-02-26
move-only: Add txorphanage module
Anthony Towns
2021-02-12
net: remove CNode::m_inbound_onion defaults for explicitness
Jon Atack
2021-01-09
net_processing: split PeerManager into interface and implementation classes
Anthony Towns
2021-01-02
refactor: Remove nMyStartingHeight from CNode/Connman
MarcoFalke
2020-12-09
[net processing] Add m_ignores_incoming_txs to PeerManager and use internally
John Newbery
2020-10-27
Avoid calling CAddrMan::Connected() on block-relay-only peer addresses
Suhas Daftuar
2020-10-12
test: Remove unused nVersion=1 in p2p tests
MarcoFalke
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
[next]