aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-06-05Merge #15976: refactor: move methods under CChainState (pt. 1)Wladimir J. van der Laan
2019-06-03Merge #16044: qt: fix opening bitcoin.conf via Preferences on macOSWladimir J. van der Laan
2019-06-03Merge #16090: Qt: Add vertical spacer to peer detail widgetWladimir J. van der Laan
2019-06-03Merge #16122: gui: Enable console line edit on setClientModelWladimir J. van der Laan
2019-06-03qt: fix opening bitcoin.conf via Preferences on macOS; see #15409shannon1916
2019-06-02gui: Set progressDialog to nullptrJoão Barbosa
2019-05-30gui: Enable console line edit on setClientModelJoão Barbosa
2019-05-29Merge #15703: Update secp256k1 subtree to latest upstreamWladimir J. van der Laan
2019-05-29Merge #16046: util: Add type safe GetTimeWladimir J. van der Laan
2019-05-29Merge #16056: mempool: remove unused magic number from consistency checkWladimir J. van der Laan
2019-05-29Merge #16113: gui: move coin control "OK" to the right hand side of the dialogJonas Schnelli
2019-05-29Merge #15741: Batch write imported stuff in importmultiMeshCollider
2019-05-28gui: move coin control OK to the rightfanquake
2019-05-28wallet: Pass WalletBatch to CWallet::UnsetWalletFlagJoão Barbosa
2019-05-28Apply the batch treatment to CWallet::SetAddressBook via ImportScriptPubKeysBen Woosley
2019-05-28Move some of ProcessImport into CWallet::Import*Ben Woosley
2019-05-26Exceptions should be caught by reference, not by value.Kristaps Kaupe
2019-05-26Add vertical spacerJosu Goñi
2019-05-25Remove global symbols: Avoid using the global namespace if possiblepracticalswift
2019-05-23util: Add type safe GetTimeMarcoFalke
2019-05-23Merge #16034: refactoring: Rename LockAnnotation to LockAssertion and add run...MarcoFalke
2019-05-23Merge #16024: [rpc] deriveaddresses: Correction of descriptor checksum in RPC...MarcoFalke
2019-05-22Merge #16063: rpc: Mention getwalletinfo where a rescan is triggeredMarcoFalke
2019-05-22Merge #16073: refactor: Improve CRollingBloomFilter::reset by using std::fillWladimir J. van der Laan
2019-05-22refactor: Improve CRollingBloomFilter::reset by using std::fillJoão Barbosa
2019-05-22bench: Add benchmark for CRollingBloomFilter::resetJoão Barbosa
2019-05-22Merge #16015: validation: Hold cs_main when reading chainActive in RewindBloc...MarcoFalke
2019-05-22rpc: Mention getwalletinfo where a rescan is triggeredJoão Barbosa
2019-05-22RPC: Hint for importmulti in help output of importpubkey and importaddressKristaps Kaupe
2019-05-21Merge #13555: Tests: parameterize adjustment period in versionbits_computeblo...MarcoFalke
2019-05-20parameterize hard coded numbers referring to miner conf windowJordan Baczuk
2019-05-20mempool: remove unused magic number from consistency checkGregory Sanders
2019-05-20Merge #16021: p2p: Avoid logging transaction decode errors to stderrWladimir J. van der Laan
2019-05-20Merge #16001: Give WalletModel::UnlockContext move semanticsMeshCollider
2019-05-19Merge #12980: Allow quicker shutdowns during LoadBlockIndex()Jonas Schnelli
2019-05-18Batch writes for importmultiAndrew Chow
2019-05-18Have WalletBatch automatically flush every 1000 updatesAndrew Chow
2019-05-18Add AddWatchOnlyWithDB, AddKeyOriginWithDB, AddCScriptWithDB functionsAndrew Chow
2019-05-18Merge #15957: Show "No wallets available" in open menu instead of nothingJonas Schnelli
2019-05-18Merge #15224: Add RNG strengthening (10ms once every minute)Wladimir J. van der Laan
2019-05-17scripted-diff: Rename LockAnnotation to LockAssertionpracticalswift
2019-05-17Make sure the compile-time locking promises given via LockAnnotation:s hold a...practicalswift
2019-05-17Move LockAnnotation to make it reflect the truthpracticalswift
2019-05-17Move LockAnnotation from threadsafety.h (imported code) to sync.h (our code)practicalswift
2019-05-17Merge #15999: init: Remove dead code in LoadChainTipMarcoFalke
2019-05-17Merge #16033: Hold cs_main when reading chainActive via getTipLocator(). Remo...MarcoFalke
2019-05-16Remove temporary method assumeLocked(). Remove LockingStateImpl. Remove redun...practicalswift
2019-05-16wallet: Use chain.lock() instead of temporary chain.assumeLocked()practicalswift
2019-05-16Merge #15970: Utils and libraries: fix static_assert for macro HAVE_THREAD_LOCALWladimir J. van der Laan
2019-05-16Merge #14047: Add HKDF_HMAC256_L32 and method to negate a private keyWladimir J. van der Laan