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-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
2021-06-13
p2p, refactor: rename vEvictionCandidates to eviction_candidates
Jon Atack
2021-06-13
p2p, refactor: improve constness in ProtectEvictionCandidatesByRatio()
Jon Atack
2021-06-13
test: add ALL_NETWORKS to test utilities
Jon Atack
2021-06-13
test: speed up and simplify peer_eviction_test
Jon Atack
2021-06-13
fuzz: Call const member functions in addrman fuzz test only once
MarcoFalke
2021-06-13
Merge bitcoin/bitcoin#22102: Remove `Warning:` from warning message printed f...
MarcoFalke
2021-06-12
GUI: Add keyboard shortcuts for other context menus
Luke Dashjr
2021-06-12
GUI: Restore keyboard shortcuts for context menu entries
Luke Dashjr
2021-06-12
Add support for SIGHASH_DEFAULT in RPCs, and make it default
Pieter Wuille
[next]