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
Age
Commit message (
Expand
)
Author
2021-01-07
Merge #19055: Add MuHash3072 implementation
Wladimir J. van der Laan
2021-01-07
Merge #20789: fuzz: Rework strong and weak net enum fuzzing
MarcoFalke
2021-01-03
Merge #20765: fuzz: check that certain script TxoutType are nonstandard
MarcoFalke
2021-01-02
fuzz: Use ConsumeWeakEnum for ServiceFlags
MarcoFalke
2021-01-02
fuzz: Add ConsumeWeakEnum helper, Extract ALL_NET_PERMISSION_FLAGS
MarcoFalke
2021-01-02
fuzz: [refactor] Extract ALL_CONNECTION_TYPES constant
MarcoFalke
2021-01-02
fuzz: Use ConsumeNode in process_message target
MarcoFalke
2021-01-02
fuzz: Use ConsumeNode in process_messages target
MarcoFalke
2021-01-02
refactor: Remove nMyStartingHeight from CNode/Connman
MarcoFalke
2021-01-02
Merge #20210: net: assert CNode::m_inbound_onion is inbound in ctor, add gett...
MarcoFalke
2020-12-31
Merge #20813: scripted-diff: Bump copyright headers
MarcoFalke
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-12-31
fuzz: Remove duplicate ALL_OUTPUT_TYPE array
MarcoFalke
2020-12-31
fuzz: Bump FuzzedDataProvider.h
MarcoFalke
2020-12-29
Merge #20377: fuzz: Fill various small fuzzing gaps
MarcoFalke
2020-12-28
fuzz: check that certain script TxoutType are nonstandard
Michael Dietz
2020-12-27
fuzz: Add coverage for CDataStream consumer
practicalswift
2020-12-27
Merge #20674: fuzz: Call SendMessages after ProcessMessage to increase coverage
fanquake
2020-12-25
Merge #19972: fuzz: Add fuzzing harness for node eviction logic
MarcoFalke
2020-12-24
fuzz: Check that NULL_DATA is unspendable
MarcoFalke
2020-12-22
fuzz: Add MuHash consistency fuzz test
Fabian Jahr
2020-12-21
fuzz: Update FuzzedDataProvider.h from upstream (LLVM)
practicalswift
2020-12-21
test: Add MuHash3072 fuzz test
Fabian Jahr
2020-12-20
inline non-member functions with body in fuzzing headers
Patrick Strateman
2020-12-17
test, fuzz: fix constructing CNode with invalid inbound_onion
Jon Atack
2020-12-17
fuzz: replace CNode code with fuzz/util.h::ConsumeNode()
Jon Atack
2020-12-16
fuzz: Fill various small fuzzing gaps
practicalswift
2020-12-16
fuzz: Call SendMessages after ProcessMessage to increase coverage
MarcoFalke
2020-12-16
tests: Add fuzzing harness for node eviction logic
practicalswift
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-14
build: Add option --enable-danger-fuzz-link-all
MarcoFalke
2020-12-13
net: remove SetMaxOutboundTimeframe
fanquake
2020-12-13
net: remove SetMaxOutboundTarget
fanquake
2020-12-13
Merge #20588: Remove unused and confusing CTransaction constructor
fanquake
2020-12-10
Simplify and clarify extra outbound peer counting
Suhas Daftuar
2020-12-10
fuzz: Link all targets once
MarcoFalke
2020-12-07
Remove unused and confusing CTransaction constructor
MarcoFalke
2020-12-04
net: Assume that SetCommonVersion is called at most once per peer
MarcoFalke
2020-12-01
refactor: Improve use of explicit keyword
Fabian Jahr
2020-12-01
fuzz: Avoid time-based "non-determinism" in fuzzing harnesses by using mocked...
practicalswift
2020-12-01
Merge #20425: fuzz: Make CAddrMan fuzzing harness deterministic
MarcoFalke
2020-11-30
Merge #20499: Remove obsolete NODISCARD ifdef forest. Use [[nodiscard]] (C++17).
MarcoFalke
2020-11-26
scripted-diff: Use [[nodiscard]] (C++17) instead of NODISCARD
practicalswift
2020-11-25
Drop noop gcc version checks
Hennadii Stepanov
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-19
fuzz: Make addrman fuzzing harness deterministic
practicalswift
2020-11-12
fuzz: Use ConsumeRandomLengthBitVector(...) in src/test/fuzz/connman and src/...
practicalswift
2020-11-12
tests: Add fuzzing harness for CAddrMan
practicalswift
[next]