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-27
Merge #16127: More thread safety annotation coverage
MarcoFalke
2020-05-27
Merge #19004: refactor: Replace const char* to std::string
MarcoFalke
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-22
refactor: Replace const char* to std::string
Calvin Kim
2020-05-21
validation: Make ProcessNewBlock*() members of ChainstateManager
MarcoFalke
2020-05-21
net: Pass chainman into PeerLogicValidation
MarcoFalke
2020-05-21
node: Add chainman alias for g_chainman
MarcoFalke
2020-05-21
Merge #18740: Remove g_rpc_node global
MarcoFalke
2020-05-20
Merge #18317: Serialization improvements step 6 (all except wallet/gui)
MarcoFalke
2020-05-19
test/checkqueue_tests: thread safety annotations
Anthony Towns
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-13
refactor: Remove g_rpc_node global
Russell Yanofsky
2020-05-13
refactor: Pass NodeContext to RPC and REST methods through util::Ref
Russell Yanofsky
2020-05-13
Add util::Ref class as temporary alternative for c++17 std::any
Russell Yanofsky
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
[next]