aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/process_messages.cpp
Commit message (Expand)AuthorAgeFilesLines
* test: Mock IBD in net_processing fuzzersMarcoFalke2020-11-071-0/+6
* p2p: Unify Send and Receive protocol versionsHennadii Stepanov2020-09-071-1/+1
* scripted-diff: [net processing] Rename PeerLogicValidation to PeerManagerJohn Newbery2020-09-071-1/+1
* scripted-diff: Rename `OUTBOUND` ConnectionType to `OUTBOUND_FULL_RELAY`Amiti Uttarwar2020-09-021-1/+1
* [net/refactor] Add AddrFetch connections to ConnectionType enumAmiti Uttarwar2020-08-071-1/+1
* [net/refactor] Add block relay only connections to ConnectionType enumAmiti Uttarwar2020-08-071-3/+2
* [net/refactor] Add feeler connections to ConnectionType enumAmiti Uttarwar2020-08-071-1/+1
* [net/refactor] Add manual connections to ConnectionType enumAmiti Uttarwar2020-08-071-1/+1
* [net/refactor] Introduce an enum to distinguish type of connectionAmiti Uttarwar2020-08-071-2/+2
* Merge #18937: refactor: s/command/msg_type/ in CNetMsgMaker and CSerializedNe...MarcoFalke2020-06-191-1/+1
|\
| * refactor: s/command/msg_type/ in CNetMsgMaker and CSerializedNetMsgSebastian Falbesoner2020-05-111-1/+1
* | fuzz: Stop nodes in process_message* fuzzersMarcoFalke2020-05-121-1/+2
|/
* fuzz: Disable debug log fileMarcoFalke2020-04-151-2/+7
* fuzz: Add process_messages harnessMarcoFalke2020-04-051-0/+75