aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-30Fix bug in dmg builder so that it actually reads in the configuration fileDon Patterson
2016-12-30SetMerkleBranch: remove unused code, remove cs_main lock requirementJonas Schnelli
2016-12-29Update the Windows build notesDouglas Roark
2016-12-30Merge #9420: Fix linker error when configured with --enable-lcovJonas 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-28Fix linker error when configured with --enable-lcovDouglas Roark
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-23Do not evaluate hidden LogPrint argumentsPieter Wuille
2016-12-23Merge #9406: Re-enable a blank v1 Tx JSON testMarcoFalke
2016-12-23Mention RSVG dependency when creating the disk image on OSXJonas Schnelli
2016-12-23build: Fix 'make deploy' for OSXCory Fields
2016-12-22updated listsinceblock rpc docsaccraze
2016-12-22Merge #9407: [Trivial] Added missing colons in when running help commandMarcoFalke
2016-12-22Added missing colons in when running help commandAnditto Heristyo
2016-12-21Make CScript (and prevector) c++11 movable.Pieter Wuille
2016-12-21Remove unused MakeTransactionRef overloadsPieter Wuille
2016-12-21Make FillBlock consume txn_available to avoid shared_ptr copiesPieter Wuille
2016-12-21Convert COrphanTx to keep a CTransactionRefPieter Wuille
2016-12-21Make AcceptToMemoryPool take CTransactionRefPieter Wuille
2016-12-21Re-enable a blank v1 Tx JSON testDouglas Roark
2016-12-21Make rpcauth help message clearer, add example in example .confGregory Sanders
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 #9390: travis: make distdirWladimir J. van der Laan
2016-12-21Merge #9393: build: Include cuckoocache header in MakefileWladimir J. van der Laan