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
2021-01-12
Merge #20495: sync: Use decltype(auto) return type for WITH_LOCK
fanquake
2021-01-11
Merge #20787: Use C++17 std::array deduction for OUTPUT_TYPES, ALL_FEE_ESTIMA...
fanquake
2021-01-11
Merge #20852: net: allow CSubNet of non-IP networks
Wladimir J. van der Laan
2021-01-11
Merge #20480: Replace boost::variant with std::variant
fanquake
2021-01-10
net: allow CSubNet of non-IP networks
Vasil Dimov
2021-01-10
Merge #20881: fuzz: net permission flags in net processing
MarcoFalke
2021-01-08
fuzz: Add missing muhash registration
MarcoFalke
2021-01-07
fuzz: net permission flags in net processing
MarcoFalke
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-07
Merge #20584: Declare de facto const reference variables/member functions as ...
MarcoFalke
2021-01-05
Merge #19846: build: enable unused member function diagnostic
MarcoFalke
2021-01-05
Replace boost::variant with std::variant
MarcoFalke
2021-01-04
doc: fix various typos
Ikko Ashimine
2021-01-03
Merge #20760: test: Set correct nValue for multi-op-return policy check
MarcoFalke
2021-01-03
refactor: Use C++17 std::array deduction for ALL_FEE_ESTIMATE_HORIZONS
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-24
test: Set correct nValue for multi-op-return policy check
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-21
test: Add MuHash3072 unit tests
Fabian Jahr
2020-12-20
inline non-member functions with body in fuzzing headers
Patrick Strateman
2020-12-17
net: add CNode::IsInboundOnion() public getter and unit tests
Jon Atack
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
Merge #20248: test: fix length of R check in key_signature_tests
Wladimir J. van der Laan
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-16
Merge #20477: net: Add unit testing of node eviction logic
MarcoFalke
2020-12-16
Assert eviction at >= 29 candidates. Assert non-eviction at <= 20 candidates.
practicalswift
2020-12-16
test: Add unit testing of node eviction logic
practicalswift
[next]