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
Age
Commit message (
Expand
)
Author
2021-03-09
Merge #21397: fuzz: Bump FuzzedDataProvider.h
MarcoFalke
2021-03-09
fuzz: Bump FuzzedDataProvider.h
MarcoFalke
2021-03-09
Merge #21370: Use C++11 member initializer in CNodeState
fanquake
2021-03-09
Merge #18842: wallet: Mark replaced tx to not be in the mempool anymore
MarcoFalke
2021-03-09
Merge #20536: wallet: Error with "Transaction too large" if the funded tx wil...
Samuel Dobson
2021-03-08
Merge bitcoin-core/gui#233: qt test: Don't bind to regtest port
MarcoFalke
2021-03-08
Merge #21371: fuzz: fix gcc Woverloaded-virtual build warnings
MarcoFalke
2021-03-07
Merge bitcoin-core/gui#221: qt, refactor: rpcconsole translatable string fixe...
MarcoFalke
2021-03-07
Merge #19771: net: Replace enum CConnMan::NumConnections with enum class Conn...
MarcoFalke
2021-03-07
Merge bitcoin-core/gui#166: refactor: Use enum type as switch argument in *Ta...
MarcoFalke
2021-03-07
Merge #21334: test: Additional (refactored) BIP9 tests
MarcoFalke
2021-03-07
wallet: Mark replaced tx to not be in the mempool anymore
MarcoFalke
2021-03-06
qt test: Don't bind to regtest port
Andrew Chow
2021-03-06
Merge #21209: build: use newer source for libnatpmp
fanquake
2021-03-05
fuzz: fix gcc Woverloaded-virtual build warnings
Jon Atack
2021-03-05
Use C++11 member initializer in CNodeState
MarcoFalke
2021-03-05
Merge bitcoin-core/gui#217: qt: Make warning label look clickable
MarcoFalke
2021-03-05
Merge #21364: fuzz: Avoid -Wreturn-type warnings
fanquake
2021-03-05
Merge #21246: doc: Correction for VerifyTaprootCommitment comments
fanquake
2021-03-04
fuzz: Avoid -Wreturn-type warnings
practicalswift
2021-03-04
net: Replace enum CConnMan::NumConnections with enum class ConnectionDirection
Luke Dashjr
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-04
build: compile libnatpmp with -DNATPMP_STATICLIB on Windows
fanquake
2021-03-03
validation: CVerifyDB::VerifyDB: Use locking annotation
Carl Dong
2021-03-03
validation: Use existing chain member in CChainState::LoadGenesisBlock
Carl Dong
2021-03-03
validation: Use existing chain member in CChainState::AcceptBlock
Carl Dong
2021-03-03
validation: Pass in chain to FindBlockPos+SaveBlockToDisk
Carl Dong
2021-03-03
validation: Use *this in CChainState::ActivateBestChainStep
Carl Dong
2021-03-03
validation: Pass in chainstate to CTxMemPool::check
Carl Dong
2021-03-03
Merge #20406: util: Avoid invalid integer negation in FormatMoney and ValueFr...
Wladimir J. van der Laan
2021-03-03
Make tx relay data structure use std::chrono types
Pieter Wuille
2021-03-03
Make all Poisson delays use std::chrono types
Pieter Wuille
2021-03-03
Convert block/header sync timeouts to std::chrono types
Pieter Wuille
2021-03-03
Change all ping times to std::chrono types
Pieter Wuille
2021-03-03
Merge #20877: netinfo: user help and argument parsing improvements
Wladimir J. van der Laan
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-02
torcontrol: Move TorControlReply, TorControlConnection and TorController to i...
practicalswift
[next]