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
2024-02-15
refactor: De-globalize g_signals
TheCharlatan
2023-12-14
fuzz: Limit p2p fuzz targets to MAX_PROTOCOL_MESSAGE_LENGTH
MarcoFalke
2023-12-06
fuzz: Detect deadlocks in process_message
dergoegge
2023-11-30
Remove unused version.h include
MarcoFalke
2023-11-30
Remove unused CDataStream
MarcoFalke
2023-08-18
assumeutxo cleanup: Move IsInitialBlockDownload & NotifyHeaderTip to Chainsta...
Ryan Ofsky
2023-07-13
scripted-diff: Use new FUZZ_TARGET macro everywhere
MarcoFalke
2023-05-26
fuzz: Change LIMIT_TO_MESSAGE_TYPE from a compile-time to a run-time setting
MarcoFalke
2023-05-09
refactor: Replace string chain name constants with ChainTypes
TheCharlatan
2023-01-19
Merge bitcoin/bitcoin#26686: fuzz: Enable erlay setting in process_message(s)...
MarcoFalke
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-12
[fuzz] Enable erlay in process_message(s) targets
dergoegge
2022-11-28
Merge bitcoin/bitcoin#26295: Replace global g_cs_orphans lock with local
glozow
2022-11-23
fuzz: Move-only net utils
MarcoFalke
2022-10-17
p2p: Announce reconciliation support
Gleb Naumenko
2022-10-07
Remove unnecessary includes of txorphange.h
Anthony Towns
2022-09-15
net: drop cs_sendProcessing
Anthony Towns
2022-09-15
net: add NetEventsInterface::g_msgproc_mutex
Anthony Towns
2022-07-12
move-only: InitializeNode to handshake helper
MacroFake
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
[next]