aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-07-17Ensure that ECDSA constant sizes are correctly-sizedJack Grigg
2017-07-17Remove redundant `= 0` initialisationsJack Grigg
2017-07-17Specify ECDSA constant sizes as constantsJack Grigg
2017-07-17Add commentsJack Grigg
2017-07-17Fix potential overflows in ECDSA DER parsersJack Grigg
2017-07-17Merge #10831: Batch flushing operations to the walletdb during top up and inc...Wladimir J. van der Laan
2017-07-17Merge #10832: init: Factor out AppInitLockDataDirectory and fix startup core ...Wladimir J. van der Laan
2017-07-17Print one log message per keypool top-up, not one per key.Gregory Maxwell
2017-07-17Increase wallet default keypool size to 1000.Gregory Maxwell
2017-07-17Pushdown walletdb though CWallet::AddKeyPubKey to avoid flushes.Gregory Maxwell
2017-07-17Merge #10834: Remove declaration of unused method: void UpdatedTransaction(co...MarcoFalke
2017-07-17init: Factor out AppInitLockDataDirectoryWladimir J. van der Laan
2017-07-17Merge #10837: Fix resource leak on error in GetDevURandomWladimir J. van der Laan
2017-07-17Merge #10706: Improve wallet fee logic and fix GUI bugsWladimir J. van der Laan
2017-07-17Merge #10330: [wallet] fix zapwallettxes interaction with persistent mempoolMarcoFalke
2017-07-16Merge #10842: Fix incorrect Doxygen tag (@ince → @since). Doxygen parameter...MarcoFalke
2017-07-16Merge #10739: test: Move variable `state` down where it is usedMarcoFalke
2017-07-16Fix incorrect Doxygen tag (@ince → @since). Make Doxygen parameter names ma...practicalswift
2017-07-16Merge #10735: Avoid static analyzer warnings regarding uninitialized argumentsPieter Wuille
2017-07-16Merge #10844: Use range based for loopPieter Wuille
2017-07-16Merge #10840: Remove duplicate includePieter Wuille
2017-07-16Merge #10820: Use cpuid intrinsics instead of asm codePieter Wuille
2017-07-16Use range based for loopRené Nyffenegger
2017-07-16Remove duplicate includepracticalswift
2017-07-16Pushdown walletdb object through GenerateNewKey/DeriveNewChildKey.Gregory Maxwell
2017-07-15Merge #10235: Track keypool entries as internal vs external in memoryPieter Wuille
2017-07-15Merge #10812: [utils] Allow bitcoin-cli's -rpcconnect option to be used with ...Pieter Wuille
2017-07-15Fix resource leakDag Robole
2017-07-15[logs] fix zapwallettxes startup logsJohn Newbery
2017-07-15Merge #10760: Avoid dereference-of-casted-pointerPieter Wuille
2017-07-15[wallet] fix zapwallettxes interaction with persistent mempoolJohn Newbery
2017-07-15Merge #10807: getbalance example covers at least 6 confirmsPieter Wuille
2017-07-15Remove declaration of unused function: void UpdatedTransaction(const uint256 &)practicalswift
2017-07-15Fix typospracticalswift
2017-07-15Avoid static analyzer warnings regarding uninitialized argumentspracticalswift
2017-07-14Properly bound check conf_target in wallet RPC callsAlex Morcos
2017-07-14Remove checking of mempool min fee from estimateSmartFee.Alex Morcos
2017-07-14Make QT fee displays use GetMinimumFee instead of estimateSmartFeeAlex Morcos
2017-07-14Use CoinControl to pass custom fee setting from QT.Alex Morcos
2017-07-14Refactor to use CoinControl in GetMinimumFee and FeeBumperAlex Morcos
2017-07-14Make CoinControl a required argument to CreateTransactionAlex Morcos
2017-07-14Merge #10769: [Qt] replace fee slider with a Dropdown, extend conf. targetsPieter Wuille
2017-07-14Merge #10816: Properly forbid -salvagewallet and -zapwallettxes for multi wal...Pieter Wuille
2017-07-14Clarify *(--.end()) iterator semantics in CWallet::TopUpKeyPoolMatt Corallo
2017-07-14Meet code style on lines changed in the previous commitMatt Corallo
2017-07-14Track keypool entries as internal vs external in memoryMatt Corallo
2017-07-14Merge #10808: Avoid some new gcc warnings in 15Pieter Wuille
2017-07-14Explicitly initialize prevector::_union to avoid new warningMatt Corallo
2017-07-14Merge #10618: Remove confusing MAX_BLOCK_BASE_SIZE.Pieter Wuille
2017-07-14Merge #10819: Fix uninitialized atomic variablesPieter Wuille