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-06-22
Opportunistically use bech32m change addresses if available
Andrew Chow
2021-06-22
Add OutputType::BECH32M
Andrew Chow
2021-06-22
Limit LegacyScriptPubKeyMan address types
Andrew Chow
2021-06-22
Merge bitcoin/bitcoin#22308: wallet: Add missing BlockUntilSyncedToCurrentChain
MarcoFalke
2021-06-22
add missing atomic include
MarcoFalke
2021-06-22
wallet: Add missing BlockUntilSyncedToCurrentChain
MarcoFalke
2021-06-21
Merge bitcoin/bitcoin#21056: rpc: Add a `-rpcwaittimeout` parameter to limit ...
W. J. van der Laan
2021-06-21
Merge bitcoin/bitcoin#19033: http: Release work queue after event base finish
W. J. van der Laan
2021-06-21
Merge bitcoin/bitcoin#22147: p2p: Protect last outbound HB compact block peer
W. J. van der Laan
2021-06-18
fuzz: add missing ECCVerifyHandle to base_encode_decode
Andrew Poelstra
2021-06-18
Merge bitcoin/bitcoin#20923: signet miner followups
W. J. van der Laan
2021-06-18
Merge bitcoin/bitcoin#21365: Basic Taproot signing support for descriptor wal...
Samuel Dobson
2021-06-17
Merge bitcoin/bitcoin#22271: fuzz: Assert roundtrip equality for `CPubKey`
MarcoFalke
2021-06-17
Merge bitcoin/bitcoin#20516: Well-defined CAddress disk serialization, and ad...
W. J. van der Laan
2021-06-17
fuzz: Assert roundtrip equality for `CPubKey`
Sebastian Falbesoner
2021-06-17
Merge bitcoin/bitcoin#22268: fuzz: Add temporary debug assert for oss-fuzz issue
MarcoFalke
2021-06-17
fuzz: Add Temporary debug assert for oss-fuzz issue
MarcoFalke
2021-06-17
fuzz: Speed up crypto fuzz target
MarcoFalke
2021-06-17
Merge bitcoin/bitcoin#21935: Enable external signer support by default, reduc...
fanquake
2021-06-16
gui: misc external signer fixes and translation hints
Sjors Provoost
2021-06-16
refactor: make ExternalSigner NetworkArg() and m_chain private
Sjors Provoost
2021-06-16
refactor: reduce #ifdef ENABLE_EXTERNAL_SIGNER usage
Sjors Provoost
2021-06-16
refactor: clean up external_signer.h includes
Sjors Provoost
2021-06-16
fuzz: fix fuzz binary linking order
Sjors Provoost
2021-06-16
Merge bitcoin/bitcoin#22144: Randomize message processing peer order
fanquake
2021-06-15
Merge bitcoin-core/gui#362: Add keyboard shortcuts to context menus
Hennadii Stepanov
2021-06-14
refactor: Make CAddrMan::cs non-recursive
Hennadii Stepanov
2021-06-14
Add AssertLockHeld to CAddrMan private functions
Hennadii Stepanov
2021-06-14
Add thread safety annotations to CAddrMan public functions
Hennadii Stepanov
2021-06-14
refactor: Avoid recursive locking in CAddrMan::Clear
Hennadii Stepanov
2021-06-14
refactor: Apply consistent pattern for CAddrMan::Check usage
Hennadii Stepanov
2021-06-14
refactor: Avoid recursive locking in CAddrMan::Check
Hennadii Stepanov
2021-06-14
refactor: Fix CAddrMan::Check style
Hennadii Stepanov
2021-06-14
Make CAddrMan::Check private
Hennadii Stepanov
2021-06-14
refactor: Avoid recursive locking in CAddrMan::size
Hennadii Stepanov
2021-06-14
test: Drop excessive locking in CAddrManTest::SimConnFail
Hennadii Stepanov
2021-06-14
Merge bitcoin/bitcoin#21261: p2p: update inbound eviction protection for mult...
W. J. van der Laan
2021-06-14
test: add combined I2P/onion/localhost eviction protection tests
Jon Atack
2021-06-14
test: add tests for inbound eviction protection of I2P peers
Jon Atack
2021-06-14
p2p: extend inbound eviction protection by network to I2P peers
Jon Atack
2021-06-14
test: add combined onion/localhost eviction protection coverage
Jon Atack
2021-06-14
p2p: remove unused m_is_onion member from NodeEvictionCandidate struct
Jon Atack
2021-06-14
p2p: remove unused CompareLocalHostTimeConnected()
Jon Atack
2021-06-14
p2p: remove unused CompareOnionTimeConnected()
Jon Atack
2021-06-14
p2p: update ProtectEvictionCandidatesByRatio() doxygen docs
Jon Atack
2021-06-14
p2p: make ProtectEvictionCandidatesByRatio() fully ratio-based
Jon Atack
2021-06-14
Bugfix: GUI: Use a different shortcut for "1 d&ay" banning, due to conflict w...
Luke Dashjr
2021-06-13
test: remove combined onion/localhost eviction protection tests
Jon Atack
2021-06-13
p2p: add CompareNodeNetworkTime() comparator struct
Jon Atack
2021-06-13
p2p: add m_network to NodeEvictionCandidate struct
Jon Atack
[next]