aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-05-29Merge #17956: gui: Disable unavailable context menu items in transactions tabJonas Schnelli
2020-05-29Merge #17918: qt: Hide non PKHash-Addresses in signing address bookJonas Schnelli
2020-05-29Merge #17908: qt: Remove QFont warnings with QT_QPA_PLATFORM=minimalJonas Schnelli
2020-05-29Merge #17597: qt: Fix height of QR-less ReceiveRequestDialogJonas Schnelli
2020-05-29Merge #16432: qt: Add privacy to the Overview pageJonas Schnelli
2020-05-28Add missing QPainterPath includeAndrew Chow
2020-05-28Merge #18700: Fix locking on WSL using flock instead of fcntlWladimir J. van der Laan
2020-05-28validation: use std::chrono in IsCurrentForFeeEstimation()fanquake
2020-05-28validation: use std::chrono in CChainState::FlushStateToDisk()fanquake
2020-05-28scripted-diff: replace gArgs with argsmanglowang
2020-05-28Create a local class inherited from BasicTestingSetup with a localized args m...glowang
2020-05-28Get rid of -Wthread-safety-precise warningsHennadii Stepanov
2020-05-28Use template function instead of void* parameterHennadii Stepanov
2020-05-28refactor: Rename LockGuard to StdLockGuard for consistency with StdMutexHennadii Stepanov
2020-05-28Add thread safety annotated wrapper for std::mutexHennadii Stepanov
2020-05-28Remove g_rpc_chain globalRussell Yanofsky
2020-05-28refactor: replace RegisterWalletRPCCommands with GetWalletRPCCommandsRussell Yanofsky
2020-05-27Merge #16127: More thread safety annotation coverageMarcoFalke
2020-05-27walletdb: Remove unsed boost/threadMarcoFalke
2020-05-27doc: Fix unrelated typos reported by codespellMarcoFalke
2020-05-27Merge #19004: refactor: Replace const char* to std::stringMarcoFalke
2020-05-27Merge #19073: Remove outdated comment about DER encodingfanquake
2020-05-27qt: Add privacy feature to Overview pageHennadii Stepanov
2020-05-27Merge #18918: wallet: Move salvagewallet into wallettoolSamuel Dobson
2020-05-26wallet: Make PeriodicFlush uninterruptibleMarcoFalke
2020-05-26[net processing] Message handling for getcfilters.Jim Posen
2020-05-26[indexes] Fix default [de]serialization of BlockFilter.Jim Posen
2020-05-26[refactor] Pass CNode and CConnman by referenceJohn Newbery
2020-05-26Remove outdated comment about DER encodingElichai Turkel
2020-05-27logging: thread safety annotationsAnthony Towns
2020-05-26refactor: replace pointers by references within tx_verify.{h,cpp}Sebastian Falbesoner
2020-05-26Merge #19032: Serialization improvements: final stepWladimir J. van der Laan
2020-05-26util/system.cpp: add thread safety annotations for dir_locksAnthony Towns
2020-05-26Merge #18881: Prevent UB in DeleteLock() functionMarcoFalke
2020-05-26Merge #19056: rpc: Make gettxoutsetinfo/GetUTXOStats interruptibleMarcoFalke
2020-05-26Merge #18867: tests: Add fuzzing harness for CCoinsViewCacheMarcoFalke
2020-05-26Merge #19010: net processing: Add support for getcfheadersMarcoFalke
2020-05-25[trivial/doc] Fix comment typeAmiti Uttarwar
2020-05-25[doc] Update unbroadcast description in RPC resultsAmiti Uttarwar
2020-05-25[trivial] Remove misleading 'const'Amiti Uttarwar
2020-05-25[doc] Provide rationale for randomization in scheduling.Amiti Uttarwar
2020-05-25[mempool] Don't throw expected error message when upgradingAmiti Uttarwar
2020-05-25Move RecoverKeysOnlyFilter into RecoverDataBaseFileAndrew Chow
2020-05-25Move RecoverDatabaseFile and RecoverKeysOnlyFilter into salvage.{cpp/h}Andrew Chow
2020-05-25Make BerkeleyBatch::Recover and WalletBatch::RecoverKeysOnlyFilter standaloneAndrew Chow
2020-05-25Expose a version of ReadKeyValue and use it in RecoverKeysOnlyFilterAndrew Chow
2020-05-25Move BerkeleyEnvironment::Salvage into BerkeleyBatch::RecoverAndrew Chow
2020-05-25walletdb: remove fAggressive from SalvageAndrew Chow
2020-05-25walletdb: don't automatically salvage when corruption is detectedAndrew Chow
2020-05-25wallet: remove -salvagewalletAndrew Chow