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-06-21
banman: save the banlist in a JSON format on disk
Vasil Dimov
2021-06-12
Merge bitcoin/bitcoin#21866: [Bundle 7/7] validation: Farewell, global Chains...
fanquake
2021-06-10
scripted-diff: test: Use existing chainman in unit tests
Carl Dong
2021-06-09
test: Use ConnmanTestMsg from test lib in denialofservice_tests
MarcoFalke
2021-05-24
scripted-diff: Change `ArgsManager.GetDataDirPath()` to `ArgsManager.GetDataD...
Kiminuo
2021-04-18
scripted-diff: Modify unit tests to use the ArgsManager in the BasicTestingSe...
Kiminuo
2021-04-14
test: Reset mocktime in the common setup
MarcoFalke
2021-04-02
test: make sure non-IP peers get discouraged and disconnected
Vasil Dimov
2021-04-02
test: also check disconnect in denialofservice_tests/peer_discouragement
Vasil Dimov
2021-04-02
test: use pointers in denialofservice_tests/peer_discouragement
Vasil Dimov
2021-03-22
[net] remove fUpdateConnectionTime from FinalizeNode
John Newbery
2021-03-20
[net_processing] Keep addrman reference in PeerManager
John Newbery
2021-03-20
[net] Construct addrman outside connman
John Newbery
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
[next]