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-12-29
Merge #20377: fuzz: Fill various small fuzzing gaps
MarcoFalke
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-21
fuzz: Update FuzzedDataProvider.h from upstream (LLVM)
practicalswift
2020-12-20
inline non-member functions with body in fuzzing headers
Patrick Strateman
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
2020-12-15
Merge #20560: fuzz: Link all targets once
MarcoFalke
2020-12-15
Merge #20616: Check CJDNS address is valid
Wladimir J. van der Laan
2020-12-15
Merge #20437: fuzz: Avoid time-based "non-determinism" in fuzzing harnesses b...
MarcoFalke
2020-12-14
Check if Cjdns address is valid
Lucas Ontivero
2020-12-14
build: Add option --enable-danger-fuzz-link-all
MarcoFalke
2020-12-13
net: remove SetMaxOutboundTimeframe
fanquake
2020-12-13
net: remove SetMaxOutboundTarget
fanquake
2020-12-13
Merge #20588: Remove unused and confusing CTransaction constructor
fanquake
2020-12-11
Merge #19858: Periodically make block-relay connections and sync headers
MarcoFalke
2020-12-10
[skip ci] sync: Check precondition in LEAVE_CRITICAL_SECTION() macro
Hennadii Stepanov
2020-12-10
sync: Improve CheckLastCritical()
Hennadii Stepanov
2020-12-10
Simplify and clarify extra outbound peer counting
Suhas Daftuar
2020-12-10
fuzz: Link all targets once
MarcoFalke
2020-12-09
[net processing] Add m_ignores_incoming_txs to PeerManager and use internally
John Newbery
2020-12-08
test: Add new ChainTestingSetup and use it
Carl Dong
2020-12-07
test: Remove no longer needed MakeChain calls
Russell Yanofsky
2020-12-07
Remove unused and confusing CTransaction constructor
MarcoFalke
2020-12-07
refactor: Replace uses ChainActive() in interfaces/chain.cpp
Russell Yanofsky
2020-12-07
refactor: Get rid of more redundant chain methods
Russell Yanofsky
2020-12-07
Merge #18766: Disable fee estimation in blocksonly mode (by removing the fee ...
MarcoFalke
2020-12-07
Merge #20138: net: Assume that SetCommonVersion is called at most once per peer
MarcoFalke
2020-12-06
Don't make "in" parameters look like "out"/"in-out" parameters: pass by ref t...
practicalswift
2020-12-04
net: Assume that SetCommonVersion is called at most once per peer
MarcoFalke
2020-12-03
Remove the remaining fee estimation globals
Antoine Poinsot
2020-12-02
Merge #20530: lint, refactor: Update cppcheck linter to c++17 and improve exp...
fanquake
2020-12-02
Merge #20507: sync: print proper lock order location when double lock is dete...
MarcoFalke
2020-12-01
refactor: Improve use of explicit keyword
Fabian Jahr
2020-12-01
fuzz: Avoid time-based "non-determinism" in fuzzing harnesses by using mocked...
practicalswift
2020-12-01
Merge #20425: fuzz: Make CAddrMan fuzzing harness deterministic
MarcoFalke
2020-12-01
Merge #20222: refactor: CTxMempool constructor clean up
MarcoFalke
2020-11-30
Merge #20499: Remove obsolete NODISCARD ifdef forest. Use [[nodiscard]] (C++17).
MarcoFalke
2020-11-30
Merge #20491: refactor: Drop noop gcc version checks
fanquake
2020-11-26
sync: use HasReason() in double lock tests
Vasil Dimov
2020-11-26
scripted-diff: Use [[nodiscard]] (C++17) instead of NODISCARD
practicalswift
2020-11-25
Merge #19337: sync: detect double lock from the same thread
Wladimir J. van der Laan
[next]