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-07
Merge #21334: test: Additional (refactored) BIP9 tests
MarcoFalke
2021-03-04
fuzz: Avoid -Wreturn-type warnings
practicalswift
2021-03-04
Merge #21055: [Bundle 3/n] Prune remaining g_chainman usage in validation fun...
Wladimir J. van der Laan
2021-03-04
Merge #21003: test: Move MakeNoLogFileContext to libtest_util, and use it in ...
fanquake
2021-03-04
Merge #21358: fuzz: Add missing include (test/util/setup_common.h)
fanquake
2021-03-04
Merge #21015: Make all of net_processing (and some of net) use std::chrono types
fanquake
2021-03-04
Merge #21148: Split orphan handling from net_processing into txorphanage
Wladimir J. van der Laan
2021-03-04
fuzz: Add missing include (test/util/setup_common.h)
MarcoFalke
2021-03-03
Merge #20406: util: Avoid invalid integer negation in FormatMoney and ValueFr...
Wladimir J. van der Laan
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-03
tests: check never active versionbits
Anthony Towns
2021-03-03
tests: more helpful errors for failing versionbits tests
Anthony Towns
2021-03-03
Move MakeNoLogFileContext to common libtest_util, and use it in bench
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
util: Avoid invalid integer negation in ValueFromAmount: make ValueFromAmount...
practicalswift
2021-03-02
util: Avoid invalid integer negation in FormatMoney: make FormatMoney(const C...
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-27
scripted-diff: Update txorphanage naming convention
Anthony Towns
2021-02-27
txorphanage: Move functions and data into class
Anthony Towns
2021-02-26
denialofservices_tests: check txorphanage's AddTx
Anthony Towns
2021-02-26
move-only: Add txorphanage module
Anthony Towns
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
validation: Remove global ::LoadGenesisBlock
Carl Dong
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
[next]