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
2023-05-18
Merge bitcoin/bitcoin#27556: wallet: fix deadlock in bdb read write operation
Andrew Chow
2023-05-18
Merge bitcoin/bitcoin#27689: doc: remove mention of glibc 2.10+
fanquake
2023-05-17
index: Enable reindex-chainstate with active indexes
Martin Zumsande
2023-05-17
index: Use first block from locator instead of looking for fork point
Martin Zumsande
2023-05-17
doc: remove mention of glibc 2.10+
fanquake
2023-05-16
qt, test: Add missed header
Hennadii Stepanov
2023-05-16
Merge bitcoin/bitcoin#27041: Build: Improve handling of suppressed logging in...
fanquake
2023-05-15
walletdb: Remove unused CreateMockWalletDatabase
Andrew Chow
2023-05-15
test: add coverage for wallet read write db deadlock
furszy
2023-05-15
walletdb: scope bdb::EraseRecords under a single db txn
furszy
2023-05-15
wallet: bugfix, GetNewCursor() misses to provide batch ptr to BerkeleyCursor
furszy
2023-05-15
Merge bitcoin/bitcoin#26715: Introduce `MockableDatabase` for wallet unit tests
fanquake
2023-05-11
Merge bitcoin/bitcoin#27610: Improve performance of p2p inv to send queues
fanquake
2023-05-11
Merge bitcoin/bitcoin#27125: refactor, kernel: Decouple ArgsManager from bloc...
fanquake
2023-05-10
Merge bitcoin/bitcoin#19690: util: improve FindByte() performance
Andrew Chow
2023-05-10
refactor, blockstorage: Replace stopafterblockimport arg
TheCharlatan
2023-05-10
refactor, blockstorage: Replace blocksdir arg
TheCharlatan
2023-05-10
refactor, BlockManager: Replace fastprune from arg with options
TheCharlatan
2023-05-10
refactor/iwyu: Complete includes for blockmanager_args
TheCharlatan
2023-05-10
refactor: Move functions to BlockManager methods
TheCharlatan
2023-05-10
zmq: Pass lambda to zmq's ZMQPublishRawBlockNotifier
TheCharlatan
2023-05-10
Merge bitcoin/bitcoin#27605: refactor: Replace global find_value function wit...
Andrew Chow
2023-05-10
Merge bitcoin/bitcoin#27611: refactor: Use ChainType enum exhaustively
fanquake
2023-05-10
refactor: Declare g_zmq_notification_interface as unique_ptr
TheCharlatan
2023-05-10
refactor: Use ChainType enum exhaustively
TheCharlatan
2023-05-10
net_processing: Boost inv trickle rate
Anthony Towns
2023-05-10
txmempool: have CompareDepthAndScore sort missing txs first
Anthony Towns
2023-05-09
Temporarily work around gcc-13 warning bug in interfaces_tests
MarcoFalke
2023-05-09
p2p: Avoid prematurely clearing download state for other peers
Suhas Daftuar
2023-05-09
Fix clang-tidy performance-unnecessary-copy-initialization warnings
MarcoFalke
2023-05-09
Remove unused find_value global function
MarcoFalke
2023-05-09
scripted-diff: Use UniValue::find_value method
MarcoFalke
2023-05-09
Add UniValue::find_value method
MarcoFalke
2023-05-09
Merge bitcoin/bitcoin#27491: refactor: Move chain constants to the util library
fanquake
2023-05-09
Merge bitcoin/bitcoin#27594: refactor: Remove unused GetTimeMillis
fanquake
2023-05-09
scripted-diff: Remove unused chainparamsbase includes
TheCharlatan
2023-05-09
Add missing definitions in prep for scripted diff
TheCharlatan
2023-05-09
refactor: Replace string chain name constants with ChainTypes
TheCharlatan
2023-05-09
Merge bitcoin/bitcoin#27575: Introduce platform-agnostic `ALWAYS_INLINE` macro
fanquake
2023-05-09
refactor: Introduce ChainType getters for ArgsManager
TheCharlatan
2023-05-09
refactor: Create chaintype files
TheCharlatan
2023-05-08
Merge bitcoin/bitcoin#26076: Switch hardened derivation marker to h
Andrew Chow
2023-05-08
refactor: Remove unused GetTimeMillis
MarcoFalke
2023-05-06
Merge bitcoin/bitcoin#17860: fuzz: BIP 30, CVE-2018-17144
fanquake
2023-05-06
Merge bitcoin/bitcoin#27405: util: Use steady clock instead of system clock t...
fanquake
2023-05-05
util: improve streams.h:FindByte() performance
Larry Ruane
2023-05-05
[bench] add streams findbyte
gzhao408
2023-05-05
fuzz: BIP 42, BIP 30, CVE-2018-17144
MarcoFalke
2023-05-05
Move LoadVerifyActivateChainstate to ChainTestingSetup
MarcoFalke
2023-05-04
scripted-diff: Use platform-agnostic `ALWAYS_INLINE` macro
Hennadii Stepanov
[next]