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
/
net.cpp
Age
Commit message (
Expand
)
Author
2021-03-17
refactor: post Optional<> removal cleanups
fanquake
2021-03-15
scripted-diff: remove Optional & nullopt
fanquake
2021-02-22
scripted-diff: Rename MakeFuzzingContext to MakeNoLogFileContext
MarcoFalke
2021-01-21
fuzz: Consolidate fuzzing TestingSetup initialization
Carl Dong
2021-01-11
fuzz: Introduce CallOneOf helper to replace switch-case
MarcoFalke
2021-01-02
fuzz: Add ConsumeWeakEnum helper, Extract ALL_NET_PERMISSION_FLAGS
MarcoFalke
2021-01-02
refactor: Remove nMyStartingHeight from CNode/Connman
MarcoFalke
2020-12-17
fuzz: replace CNode code with fuzz/util.h::ConsumeNode()
Jon Atack
2020-12-15
Merge #20560: fuzz: Link all targets once
MarcoFalke
2020-12-15
Merge #20437: fuzz: Avoid time-based "non-determinism" in fuzzing harnesses b...
MarcoFalke
2020-12-10
fuzz: Link all targets once
MarcoFalke
2020-12-04
net: Assume that SetCommonVersion is called at most once per peer
MarcoFalke
2020-12-01
fuzz: Avoid time-based "non-determinism" in fuzzing harnesses by using mocked...
practicalswift
2020-11-20
net: Treat raw message bytes as uint8_t
MarcoFalke
2020-11-20
Merge #20056: net: Use Span in ReceiveMsgBytes
Wladimir J. van der Laan
2020-11-12
fuzz: Use ConsumeRandomLengthBitVector(...) in src/test/fuzz/connman and src/...
practicalswift
2020-10-03
test: Add tests for CNode::ConnectedThroughNetwork
Hennadii Stepanov
2020-10-02
net: Use Span in ReceiveMsgBytes
MarcoFalke
2020-09-07
p2p: Unify Send and Receive protocol versions
Hennadii Stepanov
2020-09-02
[refactor] Restructure logic to check for addr relay.
Amiti Uttarwar
2020-09-02
scripted-diff: Rename `OUTBOUND` ConnectionType to `OUTBOUND_FULL_RELAY`
Amiti Uttarwar
2020-08-27
tests: Add fuzzing harness for CNode
practicalswift