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-06-08
Merge #19069: refactor: replace pointers by references within tx_verify.{h,cpp}
MarcoFalke
2020-06-05
Merge #18758: Remove unused boost/thread
fanquake
2020-06-04
Merge #19053: refactor: replace CNode pointers by references within net_proce...
MarcoFalke
2020-06-04
refactor: Specify boost/thread/thread.hpp explicitly
Hennadii Stepanov
2020-06-03
Merge #18875: fuzz: Stop nodes in process_message* fuzzers
MarcoFalke
2020-06-02
refactor: replace CNode pointers by references within net_processing.{h,cpp}
Sebastian Falbesoner
2020-05-31
Merge #18994: tests: Add fuzzing harnesses for functions in script/
MarcoFalke
2020-05-31
Merge #16564: test: Always define the raii_event_tests test suite
MarcoFalke
2020-05-30
tests: Add fuzzing harness for functions in script/sign.h
practicalswift
2020-05-30
tests: Add fuzzing harness for functions in script/sigcache.h
practicalswift
2020-05-30
tests: Add fuzzing harness for functions in script/interpreter.h
practicalswift
2020-05-30
tests: Add fuzzing harness for functions in script/descriptor.h
practicalswift
2020-05-30
tests: Add fuzzing harness for functions in script/bitcoinconsensus.h
practicalswift
2020-05-30
tests: Fill fuzzing coverage gaps for functions in script/script.h, script/sc...
practicalswift
2020-05-29
Merge #18926: test: Pass ArgsManager into getarg_tests
MarcoFalke
2020-05-29
tests: Add fuzzing helper functions ConsumeDataStream, ConsumeTxDestination a...
practicalswift
2020-05-28
scripted-diff: replace gArgs with argsman
glowang
2020-05-28
Create a local class inherited from BasicTestingSetup with a localized args m...
glowang
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
refactor: replace pointers by references within tx_verify.{h,cpp}
Sebastian Falbesoner
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
fuzz: Stop nodes in process_message* fuzzers
MarcoFalke
2020-05-12
test: use p2p constants in denial of service tests
fanquake
2020-05-11
fuzz: Give CNode ownership to ConnmanTestMsg in process_message fuzz harness
MarcoFalke
[next]