aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-15Merge #10833: Fix typosPieter Wuille
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
2017-07-14Remove confusing MAX_BLOCK_BASE_SIZE.Gregory Maxwell
2017-07-14Clarify entropy sourcePieter Wuille
2017-07-14Merge #10557: Make check to distinguish between orphan txs and old txs more e...Pieter Wuille
2017-07-14Merge #10806: build: verify that the assembler can handle crc32 functionsWladimir J. van der Laan
2017-07-13Use cpuid intrinsics instead of asm codePieter Wuille
2017-07-13Fix uninitialized atomic variablesJoão Barbosa
2017-07-13[utils] allow square brackets for ipv6 addresses in bitcoin-cliJohn Newbery
2017-07-13Properly forbid -salvagewallet and -zapwallettxes for multi wallet.Alex Morcos
2017-07-13build: verify that the assembler can handle crc32 functionsCory Fields
2017-07-13[Qt] migrate old fee slider value to new dropbownJonas Schnelli
2017-07-13[Qt] replace fee slider with a Dropdown, extend conf. targetsJonas Schnelli
2017-07-13Merge #10810: missing white space in function argJonas Schnelli
2017-07-12Merge #10780: Simplify "!foo || (foo && bar)" as "!foo || bar"Pieter Wuille
2017-07-13missing white space in function argLawrence Nahum
2017-07-12Merge #9804: Fixes subscript 0 (&var[0]) where should use (var.data()) instead.Pieter Wuille
2017-07-12Merge #10714: Avoid printing incorrect block indexing time due to uninitializ...Pieter Wuille
2017-07-12[refactor] move SplitHostPort() into utilstrencodingsJohn Newbery
2017-07-12getbalance example covers at least 6 confirmsGregory Sanders
2017-07-12Fix signed/unsigned comparison warning introduced in c8e29d7ff0.Matt Corallo
2017-07-12Adding assert to avoid a memory access violation inside of PartialMerkleTree:...Chris Stewart
2017-07-11Merge #10712: Add change output if necessary to reduce excess feeWladimir J. van der Laan
2017-07-11Fix rare edge case of paying too many fees when transaction has no change.Alex Morcos
2017-07-11Only reserve key for scriptChange once in CreateTransactionAlex Morcos
2017-07-11Merge #10786: Add PR description to merge commit in github-merge.pyWladimir J. van der Laan
2017-07-11Merge #10543: Change API to estimaterawfeeWladimir J. van der Laan
2017-07-11Merge #10651: Verify binaries from bitcoincore.org and bitcoin.orgWladimir J. van der Laan
2017-07-11Merge #10792: Replace MAX_OPCODE for OP_NOP10.Wladimir J. van der Laan
2017-07-11Merge #10190: [tests] mining functional tests (including regression test for ...Wladimir J. van der Laan
2017-07-11Merge #10589: More economical fee estimates for RBF and RPC options to controlWladimir J. van der Laan
2017-07-11Merge #10676: document script-based return fields for validateaddressWladimir J. van der Laan
2017-07-11Replace MAX_OPCODE for OP_NOP10.Mark Friedenbach
2017-07-11Merge #10179: Give CValidationInterface Support for calling notifications on ...Wladimir J. van der Laan