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
2019-05-18
Have WalletBatch automatically flush every 1000 updates
Andrew Chow
2019-05-18
Add AddWatchOnlyWithDB, AddKeyOriginWithDB, AddCScriptWithDB functions
Andrew Chow
2019-05-18
Merge #15957: Show "No wallets available" in open menu instead of nothing
Jonas Schnelli
2019-05-18
Merge #15224: Add RNG strengthening (10ms once every minute)
Wladimir J. van der Laan
2019-05-17
scripted-diff: Rename LockAnnotation to LockAssertion
practicalswift
2019-05-17
Make sure the compile-time locking promises given via LockAnnotation:s hold a...
practicalswift
2019-05-17
Move LockAnnotation to make it reflect the truth
practicalswift
2019-05-17
Move LockAnnotation from threadsafety.h (imported code) to sync.h (our code)
practicalswift
2019-05-17
Merge #15999: init: Remove dead code in LoadChainTip
MarcoFalke
2019-05-17
Merge #16033: Hold cs_main when reading chainActive via getTipLocator(). Remo...
MarcoFalke
2019-05-16
Remove temporary method assumeLocked(). Remove LockingStateImpl. Remove redun...
practicalswift
2019-05-16
wallet: Use chain.lock() instead of temporary chain.assumeLocked()
practicalswift
2019-05-16
Merge #15970: Utils and libraries: fix static_assert for macro HAVE_THREAD_LOCAL
Wladimir J. van der Laan
2019-05-16
Merge #14047: Add HKDF_HMAC256_L32 and method to negate a private key
Wladimir J. van der Laan
2019-05-16
Merge #15990: Add tests and documentation for blocksonly
Wladimir J. van der Laan
2019-05-16
Merge #15006: Add option to create an encrypted wallet
Wladimir J. van der Laan
2019-05-16
Merge #15870: wallet: Only fail rescan when blocks have actually been pruned
MarcoFalke
2019-05-16
Merge #15950: Do not construct out-of-bound pointers in SHA2 code
Wladimir J. van der Laan
2019-05-16
refactoring: IsInitialBlockDownload -> CChainState
James O'Beirne
2019-05-16
refactoring: FlushStateToDisk -> CChainState
James O'Beirne
2019-05-16
refactoring: introduce ChainstateActive()
James O'Beirne
2019-05-16
move-only: make the CChainState interface public
James O'Beirne
2019-05-16
Merge #15968: Fix portability issue with pthreads
Wladimir J. van der Laan
2019-05-15
netaddress: Update CNetAddr for ORCHIDv2
Carl Dong
2019-05-15
[doc] rpcwallet: Only fail rescan when blocks have been pruned
MarcoFalke
2019-05-15
Merge #14984: rpc: Speedup getrawmempool when verbose=true
MarcoFalke
2019-05-15
validation: Hold cs_main when reading chainActive in RewindBlockIndex
practicalswift
2019-05-14
[rpc] deriveaddresses: Correct descriptor checksum in RPCExamples
Chris Capobianco
2019-05-14
Merge #15777: [docs] Add doxygen comments for keypool classes
MarcoFalke
2019-05-14
Merge #15988: Add test for ArgsManager::GetChainName
MarcoFalke
2019-05-14
Disallow extended encoding for non-witness transactions (take 3)
MarcoFalke
2019-05-14
Merge #15855: [refactor] interfaces: Add missing LockAnnotation for cs_main
MarcoFalke
2019-05-13
Add option to create an encrypted wallet
Andrew Chow
2019-05-13
[refactor] interfaces: Add missing LockAnnotation for cs_main
MarcoFalke
2019-05-13
Merge #14364: doc: Clarify -blocksdir usage
MarcoFalke
2019-05-13
init: Remove dead code in LoadChainTip
MarcoFalke
2019-05-13
doc: Mention blocksonly in reduce-traffic.md, unhide option
MarcoFalke
2019-05-11
QA: add test for HKDF HMAC_SHA256 L32
Jonas Schnelli
2019-05-11
Add HKDF HMAC_SHA256 L=32 implementations
Jonas Schnelli
2019-05-10
Merge #14802: rpc: faster getblockstats using BlockUndo data
MarcoFalke
2019-05-10
rpc: faster getblockstats using BlockUndo data
Felix Weis
2019-05-10
Merge #15744: refactor: Extract ParseDescriptorRange
MarcoFalke
2019-05-10
Merge #15512: Add ChaCha20 encryption option (XOR)
Jonas Schnelli
2019-05-09
Give WalletModel::UnlockContext move semantics
Pieter Wuille
2019-05-09
Merge #15452: Replace CScriptID and CKeyID in CTxDestination with dedicated t...
Wladimir J. van der Laan
2019-05-09
net: Rename ::fRelayTxes to ::g_relay_txes
MarcoFalke
2019-05-08
Merge #15890: Doc: remove text about txes always relayed from -whitelist
MarcoFalke
2019-05-08
Merge #15971: validation: Add compile-time checking for negative locking requ...
MarcoFalke
2019-05-09
Merge #15880: utils and libraries: Replace deprecated Boost Filesystem functions
MeshCollider
2019-05-08
Show loaded wallets as disabled in open menu instead of nothing
MeshCollider
[prev]
[next]