aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/connman.cpp
AgeCommit message (Expand)Author
2024-01-09fuzz: fix `connman` initializationbrunoerg
2024-01-05fuzz: set `nMaxOutboundLimit` in connman targetbrunoerg
2023-12-06Merge bitcoin/bitcoin#27581: net: Continuous ASMap health checkAndrew Chow
2023-10-30net/rpc: Makes CConnman::GetAddedNodeInfo able to return only non-connected a...Sergi Delgado Segura
2023-10-04fuzz: Let fuzzers use filter options in GetAddr/GetAddressesFabian Jahr
2023-10-02rpc: addnode arg to use BIP324 v2 p2pdhruv
2023-09-12[refactor] Add CChainParams member to CConnmanTheCharlatan
2023-07-22fuzz: use `ConnmanTestMsg` in `connman`brunoerg
2023-07-13scripted-diff: Use new FUZZ_TARGET macro everywhereMarcoFalke
2023-05-09scripted-diff: Remove unused chainparamsbase includesTheCharlatan
2023-04-19move-only: Extract common/args and common/config.cpp from util/systemTheCharlatan
2023-03-27[net] Pass nRecvFloodSize to CNodedergoegge
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-11-17[fuzz] Move ConsumeNetAddr to fuzz/util/net.hdergoegge
2022-04-20[net] Move asmap into NetGroupManagerJohn Newbery
2022-01-23Merge bitcoin/bitcoin#24021: Rename and move PoissonNextSend functionsfanquake
2022-01-13[net processing] Move PoissonNextSendInbound to PeerManagerJohn Newbery
2022-01-11fuzz: non-addrman fuzz tests: override-able check ratioVasil Dimov
2021-12-02Merge bitcoin/bitcoin#23636: Remove GetAdjustedTime from init.cppMarcoFalke
2021-11-30Replace addrman.h include with forward decl in net.hMarcoFalke
2021-11-19scripted-diff: Use clang-tidy syntax for C++ named argumentsMarcoFalke
2021-11-12fuzz: replace every fuzzer-controlled loop with a LIMITED_WHILE loopAndrew Poelstra
2021-09-28scripted-diff: Rename CAddrMan to AddrManAmiti Uttarwar
2021-08-27[addrman] Set m_asmap in CAddrMan initializer listJohn Newbery
2021-08-25[net] Remove CConnMan::SetAsmap()John Newbery
2021-08-12[addrman] Make addrman consistency checks a runtime optionJohn Newbery
2021-08-05[addrman] Add deterministic argument to CAddrMan ctorJohn Newbery
2021-05-24Merge bitcoin/bitcoin#21186: net/net processing: Move addr data into net_proc...fanquake
2021-05-19p2p: allow CConnman::GetAddresses() by network, add doxygenJon Atack
2021-04-30[refactor] Remove unused ForEachNodeThen() templateJohn Newbery
2021-03-20[net] remove CConnman::AddNewAddressesJohn Newbery
2021-03-20[net] remove CConnman::MarkAddressGoodJohn Newbery
2021-03-20[net] remove CConnman::SetServicesJohn Newbery
2021-03-20[net] Construct addrman outside connmanJohn Newbery
2021-03-04net: Replace enum CConnMan::NumConnections with enum class ConnectionDirectionLuke Dashjr
2021-03-04Merge #21003: test: Move MakeNoLogFileContext to libtest_util, and use it in ...fanquake
2021-03-03Make all Poisson delays use std::chrono typesPieter Wuille
2021-03-03Move MakeNoLogFileContext to common libtest_util, and use it in benchMarcoFalke
2021-02-22scripted-diff: Rename MakeFuzzingContext to MakeNoLogFileContextMarcoFalke
2021-01-21fuzz: Consolidate fuzzing TestingSetup initializationCarl Dong
2021-01-11fuzz: Introduce CallOneOf helper to replace switch-caseMarcoFalke
2021-01-02fuzz: Use ConsumeWeakEnum for ServiceFlagsMarcoFalke
2021-01-02refactor: Remove nMyStartingHeight from CNode/ConnmanMarcoFalke
2020-12-15Merge #20560: fuzz: Link all targets onceMarcoFalke
2020-12-15Merge #20437: fuzz: Avoid time-based "non-determinism" in fuzzing harnesses b...MarcoFalke
2020-12-13net: remove SetMaxOutboundTimeframefanquake
2020-12-13net: remove SetMaxOutboundTargetfanquake
2020-12-10Simplify and clarify extra outbound peer countingSuhas Daftuar
2020-12-10fuzz: Link all targets onceMarcoFalke
2020-12-01fuzz: Avoid time-based "non-determinism" in fuzzing harnesses by using mocked...practicalswift