index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-05-27
logging: thread safety annotations
Anthony Towns
2020-05-26
util/system.cpp: add thread safety annotations for dir_locks
Anthony Towns
2020-05-19
test/checkqueue_tests: thread safety annotations
Anthony Towns
2020-05-19
rpc/blockchain.cpp: thread safety annotations for latestblock
Anthony Towns
2020-05-19
net: fMsgProcWake use LOCK instead of lock_guard
Anthony Towns
2020-05-19
wallet/wallet.h: Remove mutexScanning which was only protecting a single atom...
Anthony Towns
2020-05-06
rpc/blockchain.cpp: Remove g_utxosetscan mutex that is only protecting a sing...
Anthony Towns
2020-05-06
Merge #18741: guix: Make source tarball using git-archive
fanquake
2020-05-06
Merge #9381: Remove CWalletTx merging logic from AddToWallet
Samuel Dobson
2020-05-05
Merge #18885: contrib: Move optimize-pngs.py script to the maintainer repo
MarcoFalke
2020-05-05
Merge #18879: valgrind: remove outdated suppressions
MarcoFalke
2020-05-05
contrib: Remove optimize-pngs.py script, which lives in the maintainer repo
MarcoFalke
2020-05-05
Merge #18782: wallet: Make sure no DescriptorScriptPubKeyMan or WalletDescrip...
Samuel Dobson
2020-05-05
valgrind : remove duplicate BCLog::Logger suppression
fanquake
2020-05-05
valgrind: remove rest_blockhash_by_height suppression
fanquake
2020-05-05
Merge #18088: build: ensure we aren't using GNU extensions
fanquake
2020-05-04
rel-builds: Specify core.abbrev for git-rev-parse
Carl Dong
2020-05-04
Merge #18443: lockedpool: avoid sensitive data in core files (FreeBSD)
Wladimir J. van der Laan
2020-05-04
Merge #18699: wallet: Avoid translating RPC errors
Wladimir J. van der Laan
2020-05-04
Merge #18786: init: Remove boost from ThreadImport
Wladimir J. van der Laan
2020-05-04
Merge #18783: tests: Add fuzzing harness for MessageSign, MessageVerify and o...
MarcoFalke
2020-05-04
Merge #18859: Remove CCoinsViewCache::GetValueIn(...)
MarcoFalke
2020-05-04
Merge #15768: gui: Add close window shortcut
Jonas Schnelli
2020-05-03
Remove CCoinsViewCache::GetValueIn(...)
practicalswift
2020-05-03
Merge #18855: tests: feature_backwards_compatibility.py test downgrade after ...
MarcoFalke
2020-05-03
Merge #18839: test: Fix intermittent issues
MarcoFalke
2020-05-03
Merge #18617: test: add factor option to adjust test timeouts
MarcoFalke
2020-05-02
tests: feature_backwards_compatibility.py test downgrade after upgrade
Andrew Chow
2020-05-03
test: add factor option to adjust test timeouts
Harris
2020-05-02
Merge #18413: script: prevent UB when computing abs value for num opcode seri...
fanquake
2020-05-01
Merge #18828: test: Strip down previous releases boilerplate
MarcoFalke
2020-05-01
build: Accomodate makensis v2.x
Carl Dong
2020-05-01
guix: Remove logical cores requirement
Carl Dong
2020-05-01
lint: Also enable source statements for non-gitian
Carl Dong
2020-05-01
rel-builds: Directly deploy win installer to OUTDIR
Carl Dong
2020-05-01
test: Fix p2p_leak intermittent issue
MarcoFalke
2020-05-01
test: Fix intermittent p2p_segwit issue
MarcoFalke
2020-05-01
wallet: Remove trailing whitespace from potential translation strings
MarcoFalke
2020-05-01
wallet: Report full error message in wallettool
MarcoFalke
2020-05-01
wallet: Avoid translating RPC errors when creating txs
MarcoFalke
2020-05-01
wallet: Avoid translating RPC errors when loading wallets
MarcoFalke
2020-05-01
Get rid of BindWallet
Russell Yanofsky
2020-05-01
Merge #16426: Reverse cs_main, cs_wallet lock order and reduce cs_main locking
MarcoFalke
2020-05-01
Disable CWalletTx copy constructor
Russell Yanofsky
2020-05-01
Avoid copying CWalletTx in LoadToWallet
Russell Yanofsky
2020-05-01
Get rid of unneeded CWalletTx::Init parameter
Russell Yanofsky
2020-05-01
Remove CWalletTx merging logic from AddToWallet
Russell Yanofsky
2020-04-30
[wallet] Remove locked_chain from CWallet, its RPCs and tests
Antoine Riard
2020-04-30
[wallet] Move methods from Chain::Lock interface to simple Chain
Antoine Riard
2020-04-30
[wallet] Move getBlockHash from Chain::Lock interface to simple Chain
Antoine Riard
[next]