aboutsummaryrefslogtreecommitdiff
path: root/src/test/denialofservice_tests.cpp
AgeCommit message (Expand)Author
2024-06-20Merge bitcoin/bitcoin#29575: net_processing: make any misbehavior trigger imm...Ava Chow
2024-06-13refactor: remove warnings globalsstickies-v
2024-05-30net_processing: remove Misbehavior score and incrementsPieter Wuille
2024-05-30net_processing: make all Misbehaving increments = 100Pieter Wuille
2024-04-10Remove timedatastickies-v
2023-10-03scripted-diff: Rename connection limit variablesAmiti Uttarwar
2023-10-03net, refactor: move calculations for connection type limits into connmanAmiti Uttarwar
2023-09-12[refactor] Add CChainParams member to CConnmanTheCharlatan
2023-09-07net: add have_next_message argument to Transport::GetBytesToSend()Pieter Wuille
2023-08-23net: move message conversion to wire bytes from PushMessage to SocketSendDataPieter Wuille
2023-08-14Clean up things that include script/standard.hAndrew Chow
2023-08-06Merge bitcoin/bitcoin#27213: p2p: Diversify automatic outbound connections wi...fanquake
2023-08-03test: Add test for outbound protection by networkMartin Zumsande
2023-07-24[net processing] Introduce PeerManager optionsdergoegge
2023-06-14test: move remaining random test util code from setup_common to randomjonatack
2023-04-19move-only: Extract common/args and common/config.cpp from util/systemTheCharlatan
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-09-15net: drop cs_sendProcessingAnthony Towns
2022-09-15net: add NetEventsInterface::g_msgproc_mutexAnthony Towns
2022-09-01net: make CNode::m_permissionFlags constAnthony Towns
2022-07-14[net processing] Remove CNode::nLocalServicesJohn Newbery
2022-07-14[tests] Connect peer in outbound_slow_chain_eviction by sending p2p messagesJohn Newbery
2022-07-14[net processing] Add m_our_services and m_their_services to PeerJohn Newbery
2022-05-27Pass Peer& to Misbehaving()MacroFake
2022-05-18Do not call global Params() when chainman is in scopeMacroFake
2022-05-18Do not pass CChainParams& to PeerManager::makeMacroFake
2022-04-30Merge bitcoin/bitcoin#24543: net processing: Move remaining globals into Peer...MacroFake
2022-04-25[tests] Move TxOrphange tests to orphange_tests.cppJohn Newbery
2022-04-22Merge bitcoin/bitcoin#22910: net: Encapsulate asmap in NetGroupManagerfanquake
2022-04-20[net] Move asmap into NetGroupManagerJohn Newbery
2022-04-20[net processing] Move mapNodeState into PeerManagerImpldergoegge
2022-04-14Remove not needed ArithToUint256 roundtrips in testsMarcoFalke
2022-03-21test: Limit scope of id global which is shared between subtestsMarcoFalke
2022-01-28net: use Sock in CNodeVasil Dimov
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-13scripted-diff: Rename touched member variablesMarcoFalke
2021-12-13Use mockable time for peer connection timeMarcoFalke
2021-12-13refactor: Use type-safe std::chrono in netMarcoFalke
2021-12-10Merge bitcoin/bitcoin#19499: p2p: Make timeout mockable and type safe, speed ...MarcoFalke
2021-12-06Merge bitcoin/bitcoin#23614: test: add unit test for block-relay-only evictionMarcoFalke
2021-12-06p2p: Make timeout mockable and type safe, speed up testMarcoFalke
2021-11-29test: Add test for block relay only evictionMartin Zumsande
2021-11-19scripted-diff: Use clang-tidy syntax for C++ named argumentsMarcoFalke
2021-11-17doc: Fix incorrect C++ named argsMarcoFalke
2021-10-07p2p: Use mocktime for ping timeoutMarcoFalke
2021-07-30Close minor startup race between main and scheduler threadsLarry Ruane
2021-06-21banman: save the banlist in a JSON format on diskVasil Dimov
2021-06-12Merge bitcoin/bitcoin#21866: [Bundle 7/7] validation: Farewell, global Chains...fanquake
2021-06-10scripted-diff: test: Use existing chainman in unit testsCarl Dong
2021-06-09test: Use ConnmanTestMsg from test lib in denialofservice_testsMarcoFalke