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
2020-05-29
Merge #18424: qt: Use parent-child relation to manage lifetime of OptionsMode...
Jonas Schnelli
2020-05-29
Merge #18165: Consolidate service flag bit-to-name conversion to a shared ser...
Jonas Schnelli
2020-05-29
Merge #17993: gui: Balance/TxStatus polling update based on last block hash.
Jonas Schnelli
2020-05-29
Merge #17968: qt: Ensure that ModalOverlay is resized properly
Jonas Schnelli
2020-05-29
Merge #17956: gui: Disable unavailable context menu items in transactions tab
Jonas Schnelli
2020-05-29
Merge #17918: qt: Hide non PKHash-Addresses in signing address book
Jonas Schnelli
2020-05-29
Merge #17908: qt: Remove QFont warnings with QT_QPA_PLATFORM=minimal
Jonas Schnelli
2020-05-29
Merge #17597: qt: Fix height of QR-less ReceiveRequestDialog
Jonas Schnelli
2020-05-29
Merge #16432: qt: Add privacy to the Overview page
Jonas Schnelli
2020-05-28
Add missing QPainterPath include
Andrew Chow
2020-05-28
Merge #18700: Fix locking on WSL using flock instead of fcntl
Wladimir J. van der Laan
2020-05-28
Get rid of -Wthread-safety-precise warnings
Hennadii Stepanov
2020-05-28
Use template function instead of void* parameter
Hennadii Stepanov
2020-05-28
refactor: Rename LockGuard to StdLockGuard for consistency with StdMutex
Hennadii Stepanov
2020-05-28
Add thread safety annotated wrapper for std::mutex
Hennadii Stepanov
2020-05-27
Merge #16127: More thread safety annotation coverage
MarcoFalke
2020-05-27
Merge #19004: refactor: Replace const char* to std::string
MarcoFalke
2020-05-27
Merge #19073: Remove outdated comment about DER encoding
fanquake
2020-05-27
qt: Add privacy feature to Overview page
Hennadii Stepanov
2020-05-27
Merge #18918: wallet: Move salvagewallet into wallettool
Samuel Dobson
2020-05-26
Remove outdated comment about DER encoding
Elichai Turkel
2020-05-27
logging: thread safety annotations
Anthony Towns
2020-05-26
Merge #19032: Serialization improvements: final step
Wladimir J. van der Laan
2020-05-26
util/system.cpp: add thread safety annotations for dir_locks
Anthony Towns
2020-05-26
Merge #18881: Prevent UB in DeleteLock() function
MarcoFalke
2020-05-26
Merge #19056: rpc: Make gettxoutsetinfo/GetUTXOStats interruptible
MarcoFalke
2020-05-26
Merge #18867: tests: Add fuzzing harness for CCoinsViewCache
MarcoFalke
2020-05-26
Merge #19010: net processing: Add support for getcfheaders
MarcoFalke
2020-05-25
Move RecoverKeysOnlyFilter into RecoverDataBaseFile
Andrew Chow
2020-05-25
Move RecoverDatabaseFile and RecoverKeysOnlyFilter into salvage.{cpp/h}
Andrew Chow
2020-05-25
Make BerkeleyBatch::Recover and WalletBatch::RecoverKeysOnlyFilter standalone
Andrew Chow
2020-05-25
Expose a version of ReadKeyValue and use it in RecoverKeysOnlyFilter
Andrew Chow
2020-05-25
Move BerkeleyEnvironment::Salvage into BerkeleyBatch::Recover
Andrew Chow
2020-05-25
walletdb: remove fAggressive from Salvage
Andrew Chow
2020-05-25
walletdb: don't automatically salvage when corruption is detected
Andrew Chow
2020-05-25
wallet: remove -salvagewallet
Andrew Chow
2020-05-25
wallettool: Add a salvage command
Andrew Chow
2020-05-25
tests: Add fuzzing harness for CCoinsViewCache
practicalswift
2020-05-24
Remove old serialization primitives
Pieter Wuille
2020-05-24
Convert LimitedString to formatter
Pieter Wuille
2020-05-24
Convert wallet to new serialization
Pieter Wuille
2020-05-23
BlockTip struct created and connected to notifyHeaderTip and notifyBlockTip s...
furszy
2020-05-23
Added best block hash to the NotifyHeaderTip and NotifyBlockTip signals.
furszy
2020-05-23
qt: Add BitcoinUnits::formatWithPrivacy() function
Hennadii Stepanov
2020-05-24
Merge #18594: cli: display multiwallet balances in -getinfo
Samuel Dobson
2020-05-23
Merge #18698: Make g_chainman internal to validation
MarcoFalke
2020-05-22
rpc: Make gettxoutsetinfo/GetUTXOStats interruptible
MarcoFalke
2020-05-22
rpc: factor out RpcInterruptionPoint from dumptxoutset
MarcoFalke
2020-05-22
[net processing] Message handling for getcfheaders.
Jim Posen
2020-05-22
[doc] Add comment for m_headers_cache
John Newbery
[next]