aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-05-24Fix bumpfee rpc "errors" return valueRussell Yanofsky
2017-05-23Merge #9539: [net] Avoid initialization to a value that is never readWladimir J. van der Laan
2017-05-23Merge #10295: [qt] Move some WalletModel functions into CWalletWladimir J. van der Laan
2017-05-23Merge #9571: RPC: getblockchaininfo returns BIP signaling statisticsWladimir J. van der Laan
2017-05-23Merge #10421: [qt] Remove excess logic: Prefer "return foo;" to "if (foo) { r...Wladimir J. van der Laan
2017-05-23Merge #10372: Add perf counter data to GetStrongRandBytes state in schedulerWladimir J. van der Laan
2017-05-23Merge #10410: Fix importwallet edge case rescan bugWladimir J. van der Laan
2017-05-22Add perf counter data to GetStrongRandBytes state in schedulerMatt Corallo
2017-05-22Add internal method to add new random data to our internal RNG stateMatt Corallo
2017-05-22Merge #10390: [wallet] remove minimum total fee optionWladimir J. van der Laan
2017-05-22Merge #10415: [tests] Speed up fuzzing by ~200x when using afl-fuzzWladimir J. van der Laan
2017-05-22Merge #10424: Populate services in GetLocalAddressWladimir J. van der Laan
2017-05-22Merge #10431: Prevent shadowing the global dustRelayFeeMarcoFalke
2017-05-19Merge #10429: tests: fix spurious addrman test failureWladimir J. van der Laan
2017-05-19[Trivial] Add BITCOIN_FS_H endif footer in fs.hAhmad Kazi
2017-05-19Prevent shadowing the global dustRelayFee.Pavel Janík
2017-05-19[test] Speed up fuzzing by ~200x when using afl-fuzzpracticalswift
2017-05-19tests: fix spurious addrman test failureCory Fields
2017-05-18Populate services in GetLocalAddressAlex Morcos
2017-05-18Merge #8329: Consensus: MOVEONLY: Move functions for tx verificationWladimir J. van der Laan
2017-05-18[qt] Remove excess logicpracticalswift
2017-05-18Merge #10408: Net: Improvements to Tor control port parserWladimir J. van der Laan
2017-05-18Merge #9697: [Qt] simple fee bumper with user verificationJonas Schnelli
2017-05-18Merge #9750: Bloomfilter: parameter variables made constantWladimir J. van der Laan
2017-05-17Merge #10061: [net] Added SetSocketNoDelay() utility functionPieter Wuille
2017-05-17Merge #10395: Replace boost::function with std::function (C++11)Pieter Wuille
2017-05-17Merge #8384: Add witness data output to TxInError messagesPieter Wuille
2017-05-17Merge #10196: Bugfix: PrioritiseTransaction updates the mempool tx counterPieter Wuille
2017-05-17Merge #10199: Better fee estimatesPieter Wuille
2017-05-17Make more json-like output from estimaterawfeeAlex Morcos
2017-05-17Add witness data output to TxInError messagesGregory Sanders
2017-05-17Add missing LOCK2 in CWallet::GetAvailableBalanceRussell Yanofsky
2017-05-17Merge #10388: Output line to debug.log when IsInitialBlockDownload latches to...Wladimir J. van der Laan
2017-05-17[test] Move some tests from qt -> walletRussell Yanofsky
2017-05-17[qt] Move some WalletModel functions into CWalletRussell Yanofsky
2017-05-17[test] Add tests for some walletmodel functionsRussell Yanofsky
2017-05-17Merge #10319: Remove unused argument from MarkBlockAsInFlight(...)Wladimir J. van der Laan
2017-05-17Merge #10405: tests: Correct testcase in script_tests.json for large number O...Wladimir J. van der Laan
2017-05-17Merge #10413: Fix docs (there's no rpc command setpaytxfee)Wladimir J. van der Laan
2017-05-17Add query options to listunspent rpc callPedro Branco
2017-05-17Merge #10404: doc: Add logging to FinalizeNode()Wladimir J. van der Laan
2017-05-16Fix docs (there's no rpc command setpaytxfee)Ryan Havar
2017-05-16Fix importwallet edge case rescan bugRussell Yanofsky
2017-05-16Merge #10362: [GUI] Add OSX keystroke to RPCConsole infoJonas Schnelli
2017-05-16torcontrol: Handle escapes in Tor QuotedStringsJack Grigg
2017-05-16torcontrol: Log invalid parameters in Tor reply strings where meaningfulJack Grigg
2017-05-16torcontrol: Check for reading errors in ReadBinaryFileJack Grigg
2017-05-16torcontrol: Fix ParseTorReplyMappingJack Grigg
2017-05-16torcontrol: Add unit tests for Tor reply parsersJack Grigg
2017-05-16torcontrol: Improve commentsJack Grigg