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-26
Merge bitcoin-core/gui#183: Add include for std::bind.
MarcoFalke
2021-01-26
Merge #21000: fuzz: Add UBSan suppressions needed for fuzz tests to not warn ...
MarcoFalke
2021-01-26
refactor: remove straggling boost::mutex usage
fanquake
2021-01-25
fuzz: Avoid -fsanitize=integer warnings in fuzzing harnesses
practicalswift
2021-01-25
Merge #18710: Add local thread pool to CCheckQueue
Wladimir J. van der Laan
2021-01-21
Merge #20932: refactor: Replace fs::absolute calls with AbsPathJoin calls
MarcoFalke
2021-01-21
Merge #20946: fuzz: Consolidate fuzzing TestingSetup initialization
MarcoFalke
2021-01-21
fuzz: Initialize a full TestingSetup where appropriate
Carl Dong
2021-01-21
fuzz: Consolidate fuzzing TestingSetup initialization
Carl Dong
2021-01-15
Replace fs::absolute calls with AbsPathJoin calls
Kiminuo
2021-01-15
Merge #20908: fuzz: Use mocktime in process_message* fuzz targets
MarcoFalke
2021-01-14
Merge #20828: fuzz: Introduce CallOneOf helper to replace switch-case
MarcoFalke
2021-01-13
Merge #20811: refactor: move net_processing implementation details out of header
Wladimir J. van der Laan
2021-01-13
fuzz: Use mocktime in process_message* fuzz targets
MarcoFalke
2021-01-13
Add include for std::bind.
sinetek
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
fuzz: Introduce CallOneOf helper to replace switch-case
MarcoFalke
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-09
net_processing: split PeerManager into interface and implementation classes
Anthony Towns
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
[next]