aboutsummaryrefslogtreecommitdiff
path: root/src/test/util/net.h
AgeCommit message (Expand)Author
2021-12-10Merge bitcoin/bitcoin#19499: p2p: Make timeout mockable and type safe, speed ...MarcoFalke
2021-12-06p2p: Make timeout mockable and type safe, speed up testMarcoFalke
2021-11-24scripted-diff: rename node vector/mutex members in CConnmanSebastian Falbesoner
2021-10-07p2p: Use mocktime for ping timeoutMarcoFalke
2021-07-06refactor: move GetRandomNodeEvictionCandidates() to test utilitiesJon Atack
2021-06-13test: add ALL_NETWORKS to test utilitiesJon Atack
2021-05-12scripted-diff: rename NetPermissionFlags enumeratorsJon Atack
2021-04-14Avoid use of low file descriptor ids (which may be in use) in FuzzedSock and ...practicalswift
2021-03-16test: add I2P test for a runaway SAM proxyVasil Dimov
2021-01-02fuzz: Use ConsumeWeakEnum for ServiceFlagsMarcoFalke
2021-01-02fuzz: Add ConsumeWeakEnum helper, Extract ALL_NET_PERMISSION_FLAGSMarcoFalke
2021-01-02fuzz: [refactor] Extract ALL_CONNECTION_TYPES constantMarcoFalke
2020-11-20net: Treat raw message bytes as uint8_tMarcoFalke
2020-10-02net: Use Span in ReceiveMsgBytesMarcoFalke
2020-04-05fuzz: Add process_messages harnessMarcoFalke