index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
fuzz
/
process_message.cpp
Age
Commit message (
Expand
)
Author
2021-12-01
refactor: Set fSuccessfullyConnected in FillNode
MarcoFalke
2021-11-19
scripted-diff: Use clang-tidy syntax for C++ named arguments
MarcoFalke
2021-07-19
scripted-diff: Revert "fuzz: Add Temporary debug assert for oss-fuzz issue"
MarcoFalke
2021-06-17
fuzz: Add Temporary debug assert for oss-fuzz issue
MarcoFalke
2021-04-22
net: Restrict period when cs_vNodes mutex is locked
Hennadii Stepanov
2021-03-23
fuzz: Style fixups
MarcoFalke
2021-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
2021-03-04
Merge #21148: Split orphan handling from net_processing into txorphanage
Wladimir J. van der Laan
2021-02-26
move-only: Add txorphanage module
Anthony Towns
2021-02-22
scripted-diff: Rename MakeFuzzingContext to MakeNoLogFileContext
MarcoFalke
2021-02-11
fuzz: version handshake
MarcoFalke
2021-02-11
fuzz: Fail if message type is not fuzzed
MarcoFalke
2021-02-11
fuzz: Count message type fuzzers before main()
MarcoFalke
2021-02-03
fuzz: Avoid extraneous copy of input data, using Span<>
MarcoFalke
2021-01-23
fuzz: Avoid initializing version to less than MIN_PEER_PROTO_VERSION
MarcoFalke
2021-01-21
Merge #20946: fuzz: Consolidate fuzzing TestingSetup initialization
MarcoFalke
2021-01-21
fuzz: Consolidate fuzzing TestingSetup initialization
Carl Dong
2021-01-13
fuzz: Use mocktime in process_message* fuzz targets
MarcoFalke
2021-01-07
fuzz: net permission flags in net processing
MarcoFalke
2021-01-02
fuzz: Use ConsumeNode in process_message target
MarcoFalke
2021-01-02
refactor: Remove nMyStartingHeight from CNode/Connman
MarcoFalke
2020-12-16
fuzz: Call SendMessages after ProcessMessage to increase coverage
MarcoFalke
2020-12-10
fuzz: Link all targets once
MarcoFalke
2020-11-07
test: Mock IBD in net_processing fuzzers
MarcoFalke
2020-09-07
p2p: Unify Send and Receive protocol versions
Hennadii Stepanov
2020-09-07
scripted-diff: [net processing] Rename PeerLogicValidation to PeerManager
John Newbery
2020-09-07
[net_processing] Pass chainparams to PeerLogicValidation constructor
John Newbery
2020-09-02
scripted-diff: Rename `OUTBOUND` ConnectionType to `OUTBOUND_FULL_RELAY`
Amiti Uttarwar
2020-08-21
[net_processing] Move ProcessMessage to PeerLogicValidation
John Newbery
2020-08-07
[net/refactor] Add block relay only connections to ConnectionType enum
Amiti Uttarwar
2020-08-07
[net/refactor] Introduce an enum to distinguish type of connection
Amiti Uttarwar
2020-07-14
refactor: replace CConnman pointers by references in net_processing.cpp
Sebastian Falbesoner
2020-06-19
net: Use mockable time for ping/pong, add tests
MarcoFalke
2020-06-16
net: Remove dead logging code
MarcoFalke
2020-06-04
Merge #19053: refactor: replace CNode pointers by references within net_proce...
MarcoFalke
2020-06-03
Merge #18875: fuzz: Stop nodes in process_message* fuzzers
MarcoFalke
2020-06-02
refactor: replace CNode pointers by references within net_processing.{h,cpp}
Sebastian Falbesoner
2020-05-21
net: Pass chainman into PeerLogicValidation
MarcoFalke
2020-05-12
fuzz: Stop nodes in process_message* fuzzers
MarcoFalke
2020-05-11
fuzz: Give CNode ownership to ConnmanTestMsg in process_message fuzz harness
MarcoFalke
2020-04-24
fuzz: Remove enumeration of expected deserialization exceptions in ProcessMes...
practicalswift
2020-04-15
fuzz: Disable debug log file
MarcoFalke
2020-04-06
scripted-diff: Replace strCommand with msg_type
MarcoFalke
2020-03-12
refactor: Remove mempool global from net
MarcoFalke
2020-03-11
tests: Add fuzzing harness for ProcessMessage(...)
practicalswift