aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-01-04Merge #9401: Make rpcauth help message clearer, add example in example .confMarcoFalke
2017-01-04Merge #9396: Updated listsinceblock rpc documentationWladimir J. van der Laan
2017-01-04Merge #9288: Fix a bug if the min fee is 0 for FeeFilterRounderWladimir J. van der Laan
2017-01-04Merge #9283: A few more CTransactionRef optimizationsWladimir J. van der Laan
2017-01-04Merge #9289: net: drop boost::thread_groupWladimir J. van der Laan
2017-01-04Merge #9450: Increment MIT licence copyright header year on files modified in...Wladimir J. van der Laan
2017-01-04Merge #9462: [qt] Do not translate tilde characterWladimir J. van der Laan
2017-01-03net: misc header cleanupsCory Fields
2017-01-03net: make proxy receives interruptibleCory Fields
2017-01-03net: remove thread_interrupted catchCory Fields
2017-01-03net: make net processing interruptibleCory Fields
2017-01-03net: make net interruptibleCory Fields
2017-01-03net: add CThreadInterrupt and InterruptibleSleepCory Fields
2017-01-03net: a few small cleanups before replacing boost threadsCory Fields
2017-01-03Merge #8776: Wallet refactoring leading up to multiwalletPieter Wuille
2017-01-03Merge #9252: Release cs_main before calling ProcessNewBlock, or processing he...Pieter Wuille
2017-01-03[qt] Do not translate `~`MarcoFalke
2017-01-03Merge #8877: Qt RPC console: history sensitive-data filter, and saving input ...Jonas Schnelli
2017-01-03qt: Fill in English numerusformsWladimir J. van der Laan
2017-01-03qt,wallet: Fix a few typos in messagesWladimir J. van der Laan
2017-01-03Merge #9446: SetMerkleBranch: remove unused code, remove cs_main lock require...Jonas Schnelli
2017-01-02qt: Set transifex slug to 0.14Wladimir J. van der Laan
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-30SetMerkleBranch: remove unused code, remove cs_main lock requirementJonas Schnelli
2016-12-29GUI/RPCConsole: Include importmulti in history sensitive-command filterLuke Dashjr
2016-12-29Qt/RPCConsole: Use RPCParseCommandLine to perform command filteringLuke Dashjr
2016-12-29Qt/Test: Make sure filtering sensitive data works correctly in nested commandsLuke Dashjr
2016-12-29Qt/RPCConsole: Teach RPCParseCommandLine how to filter out arguments to sensi...Luke Dashjr
2016-12-29Qt/RPCConsole: Make it possible to parse a command without executing itLuke Dashjr
2016-12-29Qt/RPCConsole: Truncate filtered commands to just the command name, rather th...Luke Dashjr
2016-12-29Qt/RPCConsole: Add signmessagewithprivkey to list of commands filtered from h...Luke Dashjr
2016-12-29Qt/RPCConsole: Refactor command_may_contain_sensitive_data function out of RP...Luke Dashjr
2016-12-29Bugfix: Do not add sensitive information to history for realLuke Dashjr
2016-12-29Qt/RPCConsole: Don't store commands with potentially sensitive information in...Jonas Schnelli
2016-12-29Qt/RPCConsole: Save current command entry when browsing historyJonas Schnelli
2016-12-28Merge #9436: test: Include tx data in EXTRA_DISTMarcoFalke
2016-12-27Merge #9349: Make CScript (and prevector) c++11 movable.Pieter Wuille
2016-12-27Merge #9243: Clean up mapArgs and mapMultiArgs UsagePieter Wuille
2016-12-27test: Include tx data in EXTRA_DISTMarcoFalke
2016-12-27Merge #9435: Removed unused variable in test, fixing warning.MarcoFalke
2016-12-27Add a ForceSetArg method for testingMatt Corallo
2016-12-27Remove unused variable in test, fixing warning.Russell Yanofsky
2016-12-26Release cs_main before processing cmpctblock as headerSuhas Daftuar
2016-12-26Release cs_main before calling ProcessNewBlock (cmpctblock handling)Suhas Daftuar
2016-12-24Lock mapArgs/mapMultiArgs access in utilMatt Corallo
2016-12-24Un-expose mapArgs from utils.hMatt Corallo
2016-12-24Get rid of mapArgs direct access in ZMQ constructionMatt Corallo
2016-12-23Introduce (and use) an IsArgSet accessor methodMatt Corallo
2016-12-23Fix non-const mapMultiArgs[] access after init.Matt Corallo
2016-12-23Remove arguments to ParseConfigFileMatt Corallo