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
2020-05-26
Merge #19032: Serialization improvements: final step
Wladimir J. van der Laan
2020-05-25
tests: Add fuzzing harness for CCoinsViewCache
practicalswift
2020-05-24
Convert LimitedString to formatter
Pieter Wuille
2020-05-23
Merge #18698: Make g_chainman internal to validation
MarcoFalke
2020-05-22
tests: Don't limit fuzzing inputs to 1 MB for afl-fuzz (now: ∞ ∀ fuzzers)
practicalswift
2020-05-21
net: Pass chainman into PeerLogicValidation
MarcoFalke
2020-05-14
Switch from Optional<T> to std::optional<T> (C++17). Run clang-format.
practicalswift
2020-05-14
tests: Fill fuzzing coverage gaps for functions in util/translation.h
practicalswift
2020-05-14
tests: Fill fuzzing coverage gaps for functions in consensus/validation.h
practicalswift
2020-05-14
tests: Fill fuzzing coverage gaps for functions in primitives/block.h
practicalswift
2020-05-09
fuzz: use std::optional for sep_pos variable
Harris
2020-05-08
fuzz: fix vector size problem in system fuzzer
Harris
2020-05-06
Merge #18512: Improve asmap checks and add sanity check
Wladimir J. van der Laan
2020-05-06
Merge #18806: net: remove is{Empty,Full} flags from CBloomFilter, clarify CVE...
fanquake
2020-05-04
Merge #18783: tests: Add fuzzing harness for MessageSign, MessageVerify and o...
MarcoFalke
2020-05-02
Merge #18413: script: prevent UB when computing abs value for num opcode seri...
fanquake
2020-04-30
tests: Clarify how we avoid hitting the signed integer overflow in CFeeRate::...
practicalswift
2020-04-30
tests: Add fuzzing harness for IsRBFOptIn(...)
practicalswift
2020-04-30
tests: Add fuzzing harness for CBlockPolicyEstimator
practicalswift
2020-04-28
net: remove is{Empty,Full} flags from CBloomFilter, clarify CVE fix
Sebastian Falbesoner
2020-04-27
tests: Add fuzzing harness for MessageSign, MessageVerify and other functions...
practicalswift
2020-04-26
tests: Add fuzzing coverage for JSONRPCTransactionError(...) and RPCErrorFrom...
practicalswift
2020-04-26
tests: Add fuzzing coverage for TransactionErrorString(...)
practicalswift
2020-04-26
tests: Add fuzzing coverage for ParseFixedPoint(...)
practicalswift
2020-04-26
tests: Add fuzzing coverage for FormatHDKeypath(...) and WriteHDKeypath(...)
practicalswift
2020-04-26
tests: Add fuzzing coverage for CHECK_NONFATAL(...)
practicalswift
2020-04-26
tests: Add fuzzing coverage for StringForFeeReason(...)
practicalswift
2020-04-26
tests: Add fuzzing harness for functions in system.h (ArgsManager)
practicalswift
2020-04-25
Merge #18744: test: Add fuzzing harnesses for various classes/functions in pr...
MarcoFalke
2020-04-24
fuzz: Remove enumeration of expected deserialization exceptions in ProcessMes...
practicalswift
2020-04-24
tests: Add fuzzing harness for functions in primitives/transaction.h
practicalswift
2020-04-22
tests: Add fuzzing harness for functions in primitives/block.h
practicalswift
2020-04-22
Merge #18612: script: Remove undocumented and unused operator+
Wladimir J. van der Laan
2020-04-20
Merge #18190: tests: Add fuzzing harness for Golomb-Rice coding (GolombRiceEn...
MarcoFalke
2020-04-20
tests: Add fuzzing harness for Golomb-Rice coding (GolombRiceEncode/GolombRic...
practicalswift
2020-04-17
Merge #18682: fuzz: http_request workaround for libevent < 2.1.1
MarcoFalke
2020-04-17
fuzz: http_request workaround for libevent < 2.1.1
Sebastian Falbesoner
2020-04-17
Merge #18673: scripted-diff: Sort test includes
MarcoFalke
2020-04-17
Merge #18664: fuzz: fix unused variable compiler warning
MarcoFalke
2020-04-17
fuzz: fix unused variable compiler warning
Jon Atack
2020-04-17
refactor: Remove unused methods CBloomFilter::reset()/clear()
Sebastian Falbesoner
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
scripted-diff: Sort test includes
MarcoFalke
2020-04-15
fuzz: Disable debug log file
MarcoFalke
2020-04-15
script: Remove undocumented and unused operator+
MarcoFalke
2020-04-09
Merge #18529: Add fuzzer version of randomized prevector test
MarcoFalke
2020-04-09
script: prevent UB when computing abs value for num opcode serialize
pierrenn
2020-04-08
Add asmap_direct fuzzer that tests Interpreter directly
Pieter Wuille
2020-04-08
Make asmap Interpreter errors fatal and fuzz test it
Pieter Wuille
2020-04-09
Merge #18363: tests: Add fuzzing harness for HTTPRequest, libevent's evhttp a...
MarcoFalke
[next]