aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-01-04Merge #9462: [qt] Do not translate tilde characterWladimir J. van der Laan
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-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
2016-12-23Merge #9406: Re-enable a blank v1 Tx JSON testMarcoFalke
2016-12-22Added missing colons in when running help commandAnditto Heristyo
2016-12-21Make CScript (and prevector) c++11 movable.Pieter Wuille
2016-12-21Re-enable a blank v1 Tx JSON testDouglas Roark
2016-12-21Merge #8589: Inline CTxInWitness inside CTxInWladimir J. van der Laan
2016-12-21Merge #9308: [test] Add CCoinsViewCache Access/Modify/Write testsWladimir J. van der Laan
2016-12-21Merge #8717: [WALLET] Addition of ImmatureCreditCached to MarkDirty()Wladimir J. van der Laan
2016-12-21Merge #9393: build: Include cuckoocache header in MakefileWladimir J. van der Laan
2016-12-21Merge #9376: Remove unused test files and referencesWladimir J. van der Laan
2016-12-21build: Include cuckoocache header in MakefileMarcoFalke
2016-12-20Fix testfile referenceBtcDrak
2016-12-20Merge #9262: Prefer coins that have fewer ancestors, sanity check txn before ...Wladimir J. van der Laan
2016-12-20Merge #9316: [wallet] Disable free transactions when relay is disabledWladimir J. van der Laan
2016-12-19reduce number of lookups in TransactionWithinChainLimitGregory Sanders