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
Age
Commit message (
Expand
)
Author
2020-05-17
Merge #18938: tests: Fill fuzzing coverage gaps for functions in consensus/va...
MarcoFalke
2020-05-15
Merge #18781: Add templated GetRandDuration<>
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-14
test: Remove const to work around compiler error on xenial
Wladimir J. van der Laan
2020-05-14
Merge #18742: miner: Avoid stack-use-after-return in validationinterface
fanquake
2020-05-13
miner: Avoid stack-use-after-return in validationinterface
MarcoFalke
2020-05-13
test: Remove UninterruptibleSleep from test and replace it by SyncWithValidat...
MarcoFalke
2020-05-13
test: Add unregister_validation_interface_race test
MarcoFalke
2020-05-12
test: use p2p constants in denial of service tests
fanquake
2020-05-11
Merge #18216: test, build: Enable -Werror=sign-compare
fanquake
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-08
test: Fix outstanding -Wsign-compare errors
Ben Woosley
2020-05-06
Merge #18512: Improve asmap checks and add sanity check
Wladimir J. van der Laan
2020-05-06
Merge #18853: wallet: Fix typo in assert that is compile-time true
Wladimir J. van der Laan
2020-05-06
Merge #18806: net: remove is{Empty,Full} flags from CBloomFilter, clarify CVE...
fanquake
2020-05-04
wallet: Fix typo in assert that is compile-time true
MarcoFalke
2020-05-04
Merge #18783: tests: Add fuzzing harness for MessageSign, MessageVerify and o...
MarcoFalke
2020-05-04
Merge #18859: Remove CCoinsViewCache::GetValueIn(...)
MarcoFalke
2020-05-03
Remove CCoinsViewCache::GetValueIn(...)
practicalswift
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-30
test: Add test for GetRandMillis and GetRandMicros
MarcoFalke
2020-04-30
Merge #18825: test: fix message for ECC_InitSanityCheck test
MarcoFalke
2020-04-30
Merge #18780: validation: add const for minimum witness commitment size
fanquake
2020-04-30
test: fix message for ECC_InitSanityCheck test
fanquake
2020-04-29
Merge #18736: test: Add fuzzing harnesses for various classes/functions in util/
MarcoFalke
2020-04-29
test: add test for witness commitment index
fanquake
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
test: Add CreateWalletFromFile test
Russell Yanofsky
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 #18410: Docs: Improve commenting for coins.cpp|h
Wladimir J. van der Laan
2020-04-22
Merge #18612: script: Remove undocumented and unused operator+
Wladimir J. van der Laan
2020-04-21
[docs] use consistent naming for possible_overwrite
John Newbery
[next]