| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | [qt] Do not translate `~` | MarcoFalke | 2017-01-03 | 2 | -7/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #8776: Wallet refactoring leading up to multiwallet | Pieter Wuille | 2017-01-03 | 4 | -31/+65 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Wallet: Split main logic from InitLoadWallet into CreateWalletFromFile | Luke Dashjr | 2016-11-11 | 2 | -28/+54 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Wallet: Let the interval-flushing thread figure out the filename | Luke Dashjr | 2016-11-11 | 4 | -3/+11 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #9252: Release cs_main before calling ProcessNewBlock, or processing he... | Pieter Wuille | 2017-01-03 | 1 | -4/+22 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release cs_main before processing cmpctblock as header | Suhas Daftuar | 2016-12-26 | 1 | -2/+9 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release cs_main before calling ProcessNewBlock (cmpctblock handling) | Suhas Daftuar | 2016-12-26 | 1 | -2/+13 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #8877: Qt RPC console: history sensitive-data filter, and saving input ... | Jonas Schnelli | 2017-01-03 | 3 | -20/+131 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | GUI/RPCConsole: Include importmulti in history sensitive-command filter | Luke Dashjr | 2016-12-29 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Qt/RPCConsole: Use RPCParseCommandLine to perform command filtering | Luke Dashjr | 2016-12-29 | 1 | -31/+46 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Qt/Test: Make sure filtering sensitive data works correctly in nested commands | Luke Dashjr | 2016-12-29 | 1 | -2/+26 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Qt/RPCConsole: Teach RPCParseCommandLine how to filter out arguments to sensi... | Luke Dashjr | 2016-12-29 | 2 | -5/+33 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Qt/RPCConsole: Make it possible to parse a command without executing it | Luke Dashjr | 2016-12-29 | 2 | -12/+17 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Qt/RPCConsole: Truncate filtered commands to just the command name, rather th... | Luke Dashjr | 2016-12-29 | 1 | -16/+14 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Qt/RPCConsole: Add signmessagewithprivkey to list of commands filtered from h... | Luke Dashjr | 2016-12-29 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Qt/RPCConsole: Refactor command_may_contain_sensitive_data function out of RP... | Luke Dashjr | 2016-12-29 | 2 | -11/+16 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Bugfix: Do not add sensitive information to history for real | Luke Dashjr | 2016-12-29 | 1 | -1/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Qt/RPCConsole: Don't store commands with potentially sensitive information in... | Jonas Schnelli | 2016-12-29 | 2 | -9/+29 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Qt/RPCConsole: Save current command entry when browsing history | Jonas Schnelli | 2016-12-29 | 2 | -0/+11 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #9460: Fix a few typos in translated strings | Wladimir J. van der Laan | 2017-01-03 | 4 | -43/+43 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | qt: Fill in English numerusforms | Wladimir J. van der Laan | 2017-01-03 | 1 | -39/+39 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | qt,wallet: Fix a few typos in messages | Wladimir J. van der Laan | 2017-01-03 | 3 | -4/+4 | |
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | doc: Add historical release notes for 0.13.2 | Wladimir J. van der Laan | 2017-01-03 | 1 | -0/+178 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #9446: SetMerkleBranch: remove unused code, remove cs_main lock require... | Jonas Schnelli | 2017-01-03 | 2 | -10/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | SetMerkleBranch: remove unused code, remove cs_main lock requirement | Jonas Schnelli | 2016-12-30 | 2 | -10/+2 | |
| | | |_|_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge #9412: build: Fix 'make deploy' for OSX | Jonas Schnelli | 2017-01-02 | 4 | -4/+16 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug in dmg builder so that it actually reads in the configuration file | Don Patterson | 2016-12-30 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Mention RSVG dependency when creating the disk image on OSX | Jonas Schnelli | 2016-12-23 | 2 | -0/+5 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | build: Fix 'make deploy' for OSX | Cory Fields | 2016-12-23 | 3 | -4/+11 | |
| | | |_|/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | qt: Set transifex slug to 0.14 | Wladimir J. van der Laan | 2017-01-02 | 3 | -275/+1925 | |
| | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge #9433: Update the Windows build notes | MarcoFalke | 2017-01-01 | 1 | -7/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | Update the Windows build notes | Douglas Roark | 2016-12-29 | 1 | -7/+10 | |
| |/ / / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #9420: Fix linker error when configured with --enable-lcov | Jonas Schnelli | 2016-12-30 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | Fix linker error when configured with --enable-lcov | Douglas Roark | 2016-12-28 | 1 | -0/+2 | |
| |/ / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Merge #9436: test: Include tx data in EXTRA_DIST | MarcoFalke | 2016-12-28 | 1 | -0/+15 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | test: Include tx data in EXTRA_DIST | MarcoFalke | 2016-12-27 | 1 | -0/+15 | |
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #9349: Make CScript (and prevector) c++11 movable. | Pieter Wuille | 2016-12-27 | 3 | -2/+29 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | Make CScript (and prevector) c++11 movable. | Pieter Wuille | 2016-12-21 | 3 | -2/+29 | |
| | | |_|_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #9243: Clean up mapArgs and mapMultiArgs Usage | Pieter Wuille | 2016-12-27 | 20 | -124/+173 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | Add a ForceSetArg method for testing | Matt Corallo | 2016-12-27 | 5 | -9/+16 | |
| | * | | | | | | | | | | | | | | | | | | | | | | Lock mapArgs/mapMultiArgs access in util | Matt Corallo | 2016-12-24 | 1 | -11/+23 | |
| | * | | | | | | | | | | | | | | | | | | | | | | Un-expose mapArgs from utils.h | Matt Corallo | 2016-12-24 | 14 | -24/+30 | |
| | * | | | | | | | | | | | | | | | | | | | | | | Get rid of mapArgs direct access in ZMQ construction | Matt Corallo | 2016-12-24 | 3 | -6/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | | | Introduce (and use) an IsArgSet accessor method | Matt Corallo | 2016-12-23 | 12 | -31/+44 | |
| | * | | | | | | | | | | | | | | | | | | | | | | Fix non-const mapMultiArgs[] access after init. | Matt Corallo | 2016-12-23 | 7 | -43/+56 | |
| | * | | | | | | | | | | | | | | | | | | | | | | Remove arguments to ParseConfigFile | Matt Corallo | 2016-12-23 | 5 | -10/+8 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Merge #9435: Removed unused variable in test, fixing warning. | MarcoFalke | 2016-12-27 | 1 | -1/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Remove unused variable in test, fixing warning. | Russell Yanofsky | 2016-12-27 | 1 | -1/+0 | |
| | |/ / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Merge #9406: Re-enable a blank v1 Tx JSON test | MarcoFalke | 2016-12-23 | 2 | -3/+8 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | Re-enable a blank v1 Tx JSON test | Douglas Roark | 2016-12-21 | 2 | -3/+8 | |
| | |/ / / / / / / / / / / / / / / / / / / | ||||||