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
2022-05-18
Do not call global Params() when chainman is in scope
MacroFake
2022-05-18
Do not pass CChainParams& to PeerManager::make
MacroFake
2022-04-30
Merge bitcoin/bitcoin#24543: net processing: Move remaining globals into Peer...
MacroFake
2022-04-25
[tests] Move TxOrphange tests to orphange_tests.cpp
John Newbery
2022-04-22
Merge bitcoin/bitcoin#22910: net: Encapsulate asmap in NetGroupManager
fanquake
2022-04-20
[net] Move asmap into NetGroupManager
John Newbery
2022-04-20
[net processing] Move mapNodeState into PeerManagerImpl
dergoegge
2022-04-14
Remove not needed ArithToUint256 roundtrips in tests
MarcoFalke
2022-03-21
test: Limit scope of id global which is shared between subtests
MarcoFalke
2022-01-28
net: use Sock in CNode
Vasil Dimov
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-13
scripted-diff: Rename touched member variables
MarcoFalke
2021-12-13
Use mockable time for peer connection time
MarcoFalke
2021-12-13
refactor: Use type-safe std::chrono in net
MarcoFalke
2021-12-10
Merge bitcoin/bitcoin#19499: p2p: Make timeout mockable and type safe, speed ...
MarcoFalke
2021-12-06
Merge bitcoin/bitcoin#23614: test: add unit test for block-relay-only eviction
MarcoFalke
2021-12-06
p2p: Make timeout mockable and type safe, speed up test
MarcoFalke
2021-11-29
test: Add test for block relay only eviction
Martin Zumsande
2021-11-19
scripted-diff: Use clang-tidy syntax for C++ named arguments
MarcoFalke
2021-11-17
doc: Fix incorrect C++ named args
MarcoFalke
2021-10-07
p2p: Use mocktime for ping timeout
MarcoFalke
2021-07-30
Close minor startup race between main and scheduler threads
Larry Ruane
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
[next]