aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-04-28refactor TxToJSON() and ScriptPubKeyToJSON()jonnynewbs
2017-04-27Merge #10075: Remove unused C++ code not covered by unit testsWladimir J. van der Laan
2017-04-27Merge #10283: Cleanup: reduce to one GetMinimumFee call signaturePieter Wuille
2017-04-26Merge #10280: [test] Unit test amount.h/amount.cppMarcoFalke
2017-04-26cleanup: reduce to one GetMinimumFee call signatureAlex Morcos
2017-04-26Remove unused C++ code not covered by unit testspracticalswift
2017-04-26[test] Unit test amount.h/amount.cppJimmy Song
2017-04-26Merge #9614: [wallet] [refactor] Simplify getbalance implementationWladimir J. van der Laan
2017-04-26[wallet] Remove unneeded legacy getbalance codeRussell Yanofsky
2017-04-26[wallet] Add GetLegacyBalance method to simplify getbalance RPCRussell Yanofsky
2017-04-26Merge #9743: Fix several potential issues found by sanitizersWladimir J. van der Laan
2017-04-26Merge #10278: [test] Add Unit Test for GetListenPortWladimir J. van der Laan
2017-04-26Merge #9930: Trivial: Correct indentation and bracingWladimir J. van der Laan
2017-04-25[test] Add Unit Test for GetListenPortJimmy Song
2017-04-25Merge #10265: [wallet] [moveonly] Check non-null pindex before potentially re...Wladimir J. van der Laan
2017-04-25Merge #10263: Trivial: fix fee estimate write error log messageWladimir J. van der Laan
2017-04-25Merge #10270: Remove Clang workaround for Boost 1.46Wladimir J. van der Laan
2017-04-25[wallet] Make sure pindex is non-null before possibly referencing in LogPrint...Karl-Johan Alm
2017-04-25Prevent warning: variable 'x' is uninitializedPavel Janík
2017-04-25Remove Clang workaround for Boost 1.46fanquake
2017-04-24Merge #10249: Switch CCoinsMap from boost to std unordered_mapPieter Wuille
2017-04-24Merge #9951: Wallet database handling abstractions/simplificationsWladimir J. van der Laan
2017-04-24Merge #9792: FastRandomContext improvements and switch to ChaCha20Wladimir J. van der Laan
2017-04-23Trivial: fix fee estimate write error log messageCryptAxe
2017-04-23Merge #10258: Fixed typo in documentation for merkleblock.hMarcoFalke
2017-04-22Fixed typo in documentation for merkleblock.hMikerah
2017-04-21Merge #10201: pass Consensus::Params& to ReceivedBlockTransactions()Wladimir J. van der Laan
2017-04-21wallet: Add comment describing the various classes in walletdb.hWladimir J. van der Laan
2017-04-21Fix some empty vector referencesPieter Wuille
2017-04-21Switch CCoinsMap from boost to std unordered_mapPieter Wuille
2017-04-21Add support for std::unordered_{map,set} to memusage.hPieter Wuille
2017-04-21Merge #10228: build: regenerate bitcoin-config.h as necessaryWladimir J. van der Laan
2017-04-21Merge #10242: [qt] Don't call method on null WalletModel objectWladimir J. van der Laan
2017-04-20Merge #10181: Include cleanupWladimir J. van der Laan
2017-04-20[qt] Don't call method on null WalletModel objectRussell Yanofsky
2017-04-20Merge #9942: Refactor CBlockPolicyEstimatorWladimir J. van der Laan
2017-04-20wallet: Make IsDummy private in CWalletDBWrapperWladimir J. van der Laan
2017-04-20wallet: CWalletDB CDB composition not inheritanceWladimir J. van der Laan
2017-04-20wallet: Reduce references to global bitdb environmentWladimir J. van der Laan
2017-04-20wallet: Get rid of fFileBackedWladimir J. van der Laan
2017-04-20wallet: Introduce database handle wrapperWladimir J. van der Laan
2017-04-20fix tsan: utiltime race on nMockTimePieter Wuille
2017-04-20fix ubsan: bitcoin-tx: not initialize context before IsFullyValidPieter Wuille
2017-04-20Merge #10231: [Qt] Reduce a significant cs_main lock freezeWladimir J. van der Laan
2017-04-20Add missing <atomic> header in clientmodel.hJonas Schnelli
2017-04-20Merge #10143: [net] Allow disconnectnode RPC to be called with node idWladimir J. van der Laan
2017-04-20Set both time/height header caches at the same timeJonas Schnelli
2017-04-20Declare headers height/time cache mutable, re-set the methods constJonas Schnelli
2017-04-19Update the remaining blocks left in modaloverlay at init.Jonas Schnelli
2017-04-19Reduce cs_main locks during modal overlay by adding an atomic cacheJonas Schnelli