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-03-03
Make all Poisson delays use std::chrono types
Pieter Wuille
2021-03-03
Change all ping times to std::chrono types
Pieter Wuille
2021-03-03
Merge #19203: net: Add regression fuzz harness for CVE-2017-18350. Add Fuzzed...
MarcoFalke
2021-03-02
fuzz: Add FUZZED_SOCKET_FAKE_LATENCY mode to FuzzedSock to allow for fuzzing ...
practicalswift
2021-03-02
fuzz: Add fuzzing harness for Socks5(...)
practicalswift
2021-03-02
tests: Add fuzzing harness for TorController
practicalswift
2021-03-01
net: extend CNetAddr::SetSpecial() to support I2P
Vasil Dimov
2021-02-25
Merge #21264: fuzz: Two scripted diff renames
MarcoFalke
2021-02-24
test: Replace accidentally placed bit-OR with logical-OR
Hennadii Stepanov
2021-02-23
Merge #16546: External signer support - Wallet Box edition
Wladimir J. van der Laan
2021-02-23
Merge #19698: test: apply strict verification flags for transaction tests and...
Wladimir J. van der Laan
2021-02-22
scripted-diff: Rename MakeFuzzingContext to MakeNoLogFileContext
MarcoFalke
2021-02-22
scripted-diff: Rename PROVIDE_MAIN_FUNCTION -> PROVIDE_FUZZ_MAIN_FUNCTION
MarcoFalke
2021-02-22
Merge #21202: [validation] Two small clang lock annotation improvements
MarcoFalke
2021-02-21
configure: add --enable-external-signer
Sjors Provoost
2021-02-20
Merge #20750: [Bundle 2/n] Prune g_chainman usage in mempool-related validati...
MarcoFalke
2021-02-19
Merge #21211: test: Move P2WSH_OP_TRUE to shared test library
MarcoFalke
2021-02-19
Merge #21187: Net processing: Only call PushAddress() from net_processing
MarcoFalke
2021-02-19
Merge #21226: build: Fix fuzz binary compilation under windows
MarcoFalke
2021-02-18
Fix fuzz binary compilation under windows
Dan Benjamin
2021-02-18
scripted-diff: Invoke ::AcceptToMemoryPool with chainstate
Carl Dong
2021-02-18
validation: Pass in chainstate to ::CheckSequenceLocks
Carl Dong
2021-02-18
scripted-diff: Invoke ::CheckFinalTx with chain tip
Carl Dong
2021-02-18
Avoid comparision of integers with different signs
Jonas Schnelli
2021-02-18
Merge #19809: log: Prefix log messages with function name and source code loc...
Wladimir J. van der Laan
2021-02-18
[net] Change AdvertiseLocal to GetLocalAddrForPeer
John Newbery
2021-02-18
Merge #19136: wallet: add parent_desc to getaddressinfo
Samuel Dobson
2021-02-18
Merge #20429: refactor: replace (sizeof(a)/sizeof(a[0])) with C++17 std::size
MarcoFalke
2021-02-17
[doc] Add a note about where lock annotations should go.
Amiti Uttarwar
2021-02-17
[validation] Move the lock annotation from function definition to declaration
Amiti Uttarwar
2021-02-17
Merge #21110: util: remove Boost posix_time usage from GetTime*
Wladimir J. van der Laan
2021-02-17
test: Move P2WSH_OP_TRUE to shared test library
MarcoFalke
2021-02-17
Merge #21121: [test] Small unit test improvements, including helper to make m...
MarcoFalke
2021-02-17
time: add runtime sanity check
Cory Fields
2021-02-17
Merge #21159: test: fix sign comparison warning in socket tests
fanquake
2021-02-16
[test] Throw error instead of segfaulting in failure scenario
Amiti Uttarwar
2021-02-16
[test] Introduce a unit test helper to create a valid mempool transaction.
Amiti Uttarwar
2021-02-16
Merge #19806: validation: UTXO snapshot activation
Wladimir J. van der Laan
2021-02-16
Merge #20721: Net: Move ping data to net_processing
fanquake
2021-02-16
Merge #21185: fuzz: Remove expensive and redundant muhash from crypto fuzz ta...
MarcoFalke
2021-02-15
scripted-diff: rename ping members
John Newbery
2021-02-15
fuzz: Remove expensive and redundant muhash from crypto fuzz target
MarcoFalke
2021-02-12
net: remove CNode::m_inbound_onion defaults for explicitness
Jon Atack
2021-02-12
net: make CNode::m_inbound_onion public, drop getter, update tests
Jon Atack
2021-02-12
test: Add tests with maleated snapshot data
Fabian Jahr
2021-02-12
tests: add snapshot activation test
James O'Beirne
2021-02-12
tests: add deterministic chain generation unittest fixture
James O'Beirne
2021-02-12
simplify ChainstateManager::SnapshotBlockhash() return semantics
James O'Beirne
2021-02-12
chainparams: add allowed assumeutxo values
James O'Beirne
2021-02-12
Merge #21064: refactor: use std::shared_mutex & remove Boost Thread
Wladimir J. van der Laan
[next]