Age | Commit message (Expand) | Author |
2017-01-03 | net: a few small cleanups before replacing boost threads | Cory Fields |
2017-01-03 | Merge #8776: Wallet refactoring leading up to multiwallet | Pieter Wuille |
2017-01-03 | Merge #9252: Release cs_main before calling ProcessNewBlock, or processing he... | Pieter Wuille |
2017-01-03 | Merge #8877: Qt RPC console: history sensitive-data filter, and saving input ... | Jonas Schnelli |
2017-01-03 | qt: Fill in English numerusforms | Wladimir J. van der Laan |
2017-01-03 | qt,wallet: Fix a few typos in messages | Wladimir J. van der Laan |
2017-01-03 | Merge #9446: SetMerkleBranch: remove unused code, remove cs_main lock require... | Jonas Schnelli |
2017-01-02 | qt: Set transifex slug to 0.14 | Wladimir J. van der Laan |
2016-12-30 | SetMerkleBranch: remove unused code, remove cs_main lock requirement | Jonas Schnelli |
2016-12-29 | GUI/RPCConsole: Include importmulti in history sensitive-command filter | Luke Dashjr |
2016-12-29 | Qt/RPCConsole: Use RPCParseCommandLine to perform command filtering | Luke Dashjr |
2016-12-29 | Qt/Test: Make sure filtering sensitive data works correctly in nested commands | Luke Dashjr |
2016-12-29 | Qt/RPCConsole: Teach RPCParseCommandLine how to filter out arguments to sensi... | Luke Dashjr |
2016-12-29 | Qt/RPCConsole: Make it possible to parse a command without executing it | Luke Dashjr |
2016-12-29 | Qt/RPCConsole: Truncate filtered commands to just the command name, rather th... | Luke Dashjr |
2016-12-29 | Qt/RPCConsole: Add signmessagewithprivkey to list of commands filtered from h... | Luke Dashjr |
2016-12-29 | Qt/RPCConsole: Refactor command_may_contain_sensitive_data function out of RP... | Luke Dashjr |
2016-12-29 | Bugfix: Do not add sensitive information to history for real | Luke Dashjr |
2016-12-29 | Qt/RPCConsole: Don't store commands with potentially sensitive information in... | Jonas Schnelli |
2016-12-29 | Qt/RPCConsole: Save current command entry when browsing history | Jonas Schnelli |
2016-12-28 | Merge #9436: test: Include tx data in EXTRA_DIST | MarcoFalke |
2016-12-27 | Merge #9349: Make CScript (and prevector) c++11 movable. | Pieter Wuille |
2016-12-27 | Merge #9243: Clean up mapArgs and mapMultiArgs Usage | Pieter Wuille |
2016-12-27 | test: Include tx data in EXTRA_DIST | MarcoFalke |
2016-12-27 | Merge #9435: Removed unused variable in test, fixing warning. | MarcoFalke |
2016-12-27 | Add a ForceSetArg method for testing | Matt Corallo |
2016-12-27 | Remove unused variable in test, fixing warning. | Russell Yanofsky |
2016-12-26 | Release cs_main before processing cmpctblock as header | Suhas Daftuar |
2016-12-26 | Release cs_main before calling ProcessNewBlock (cmpctblock handling) | Suhas Daftuar |
2016-12-24 | Lock mapArgs/mapMultiArgs access in util | Matt Corallo |
2016-12-24 | Un-expose mapArgs from utils.h | Matt Corallo |
2016-12-24 | Get rid of mapArgs direct access in ZMQ construction | Matt Corallo |
2016-12-23 | Introduce (and use) an IsArgSet accessor method | Matt Corallo |
2016-12-23 | Fix non-const mapMultiArgs[] access after init. | Matt Corallo |
2016-12-23 | Remove arguments to ParseConfigFile | Matt Corallo |
2016-12-23 | Merge #9406: Re-enable a blank v1 Tx JSON test | MarcoFalke |
2016-12-22 | Added missing colons in when running help command | Anditto Heristyo |
2016-12-21 | Make CScript (and prevector) c++11 movable. | Pieter Wuille |
2016-12-21 | Re-enable a blank v1 Tx JSON test | Douglas Roark |
2016-12-21 | Merge #8589: Inline CTxInWitness inside CTxIn | Wladimir J. van der Laan |
2016-12-21 | Merge #9308: [test] Add CCoinsViewCache Access/Modify/Write tests | Wladimir J. van der Laan |
2016-12-21 | Merge #8717: [WALLET] Addition of ImmatureCreditCached to MarkDirty() | Wladimir J. van der Laan |
2016-12-21 | Merge #9393: build: Include cuckoocache header in Makefile | Wladimir J. van der Laan |
2016-12-21 | Merge #9376: Remove unused test files and references | Wladimir J. van der Laan |
2016-12-21 | build: Include cuckoocache header in Makefile | MarcoFalke |
2016-12-20 | Fix testfile reference | BtcDrak |
2016-12-20 | Merge #9262: Prefer coins that have fewer ancestors, sanity check txn before ... | Wladimir J. van der Laan |
2016-12-20 | Merge #9316: [wallet] Disable free transactions when relay is disabled | Wladimir J. van der Laan |
2016-12-19 | reduce number of lookups in TransactionWithinChainLimit | Gregory Sanders |
2016-12-19 | Merge #9236: Fix races for strMiscWarning and fLargeWork*Found, make QT runaw... | Wladimir J. van der Laan |