aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-06-14Turn TryCreateDirectory() into TryCreateDirectories()Marko Bencun
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-19tests: fix spurious addrman test failureCory Fields
2017-05-18Merge #8329: Consensus: MOVEONLY: Move functions for tx verificationWladimir J. van der Laan
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-17Merge #10388: Output line to debug.log when IsInitialBlockDownload latches to...Wladimir J. van der Laan
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-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
2017-05-16Merge #10383: [logging] log system time and mock timeWladimir J. van der Laan
2017-05-15Merge #10380: [doc] Removing comments about dirty entries on txmempoolPieter Wuille
2017-05-15Merge #8704: [RPC] Transaction details in getblockWladimir J. van der Laan
2017-05-15tests: Correct testcase in script_tests.json for large number OP_EQUALWladimir J. van der Laan
2017-05-15Add logging to FinalizeNode()Suhas Daftuar
2017-05-15Merge #9494: Introduce an ArgsManager class encapsulating cs_args, mapArgs a...Wladimir J. van der Laan
2017-05-13Replace boost::function with std::function (C++11)practicalswift
2017-05-12Use a verbosity instead of two verbose parametersAndrew Chow
2017-05-11Merge #10308: [wallet] Securely erase potentially sensitive keys/valuesWladimir J. van der Laan
2017-05-11Merge #10341: rpc/wallet: Workaround older UniValue which returns a std::stri...Wladimir J. van der Laan
2017-05-11Output line to debug.log when IsInitialBlockDownload latches to falseAlex Morcos
2017-05-11Make sure we re-check the conditions of a feebump during commitJonas Schnelli
2017-05-11Only update the transactionrecord if the fee bump has been commitedJonas Schnelli
2017-05-11Make sure we use nTxConfirmTarget during Qt fee bumpsJonas Schnelli
2017-05-11Make sure we always update the table row after a bumpfee callJonas Schnelli
2017-05-11Show old-fee, increase a new-fee in Qt fee bumper confirmation dialogJonas Schnelli
2017-05-11Add cs_wallet lock assertion to SignTransaction()Jonas Schnelli
2017-05-11[Qt] simple fee bumper with user verificationJonas Schnelli
2017-05-10[logging] log system time and mock timeJohn Newbery