aboutsummaryrefslogtreecommitdiff
path: root/src/test/denialofservice_tests.cpp
AgeCommit message (Expand)Author
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
2021-05-24scripted-diff: Change `ArgsManager.GetDataDirPath()` to `ArgsManager.GetDataD...Kiminuo
2021-04-18scripted-diff: Modify unit tests to use the ArgsManager in the BasicTestingSe...Kiminuo
2021-04-14test: Reset mocktime in the common setupMarcoFalke
2021-04-02test: make sure non-IP peers get discouraged and disconnectedVasil Dimov
2021-04-02test: also check disconnect in denialofservice_tests/peer_discouragementVasil Dimov
2021-04-02test: use pointers in denialofservice_tests/peer_discouragementVasil Dimov
2021-03-22[net] remove fUpdateConnectionTime from FinalizeNodeJohn Newbery
2021-03-20[net_processing] Keep addrman reference in PeerManagerJohn Newbery
2021-03-20[net] Construct addrman outside connmanJohn Newbery
2021-03-11scripted-diff: remove MakeUnique<T>()fanquake
2021-02-27scripted-diff: Update txorphanage naming conventionAnthony Towns
2021-02-27txorphanage: Move functions and data into classAnthony Towns
2021-02-26denialofservices_tests: check txorphanage's AddTxAnthony Towns
2021-02-26move-only: Add txorphanage moduleAnthony Towns
2021-02-12net: remove CNode::m_inbound_onion defaults for explicitnessJon Atack
2021-01-09net_processing: split PeerManager into interface and implementation classesAnthony Towns
2021-01-02refactor: Remove nMyStartingHeight from CNode/ConnmanMarcoFalke
2020-12-09[net processing] Add m_ignores_incoming_txs to PeerManager and use internallyJohn Newbery
2020-10-27Avoid calling CAddrMan::Connected() on block-relay-only peer addressesSuhas Daftuar