Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-14 | Merge #9528: [qt] Rename formateNiceTimeOffset(qint64) to ↵ | MarcoFalke | |
formatNiceTimeOffset(qint64) 988d300 [qt] Rename formateNiceTimeOffset(qint64) to formatNiceTimeOffset(qint64) (practicalswift) | |||
2017-01-13 | [qt] Rename formateNiceTimeOffset(qint64) to formatNiceTimeOffset(qint64) | practicalswift | |
2017-01-12 | Merge #9472: Disentangle progress estimation from checkpoints and update it | Wladimir J. van der Laan | |
df36371 Update estimated transaction count data (Pieter Wuille) e356d9a Shorten variable names and switch to tx/s (Pieter Wuille) 6dd8116 Remove SIGCHECK_VERIFICATION_FACTOR (Pieter Wuille) 3641141 Move tx estimation data out of CCheckPointData (Pieter Wuille) a4bac66 [MOVEONLY] Move progress estimation out of checkpoints (Pieter Wuille) | |||
2017-01-10 | qt: periodic translations update | Wladimir J. van der Laan | |
2017-01-09 | Rename lambda argument name to prevent shadowing. | Pavel Janík | |
2017-01-06 | Merge #9408: Allow shutdown during LoadMempool, dump only when necessary | Pieter Wuille | |
325e400 [Qt] Do proper shutdown (Jonas Schnelli) 9479f8d Allow shutdown during LoadMempool, dump only when necessary (Jonas Schnelli) | |||
2017-01-05 | Merge #9413: [CoinControl] Allow non-wallet owned change addresses | Jonas Schnelli | |
54f8026 [CoinControl] Allow non-wallet owned change addresses (Jonas Schnelli) | |||
2017-01-05 | [Qt] Do proper shutdown | Jonas Schnelli | |
2017-01-05 | Merge #9475: Let autoconf detect presence of EVP_MD_CTX_new | Wladimir J. van der Laan | |
0388afe Let autoconf detect presence of EVP_MD_CTX_new (Luke Dashjr) | |||
2017-01-04 | Move tx estimation data out of CCheckPointData | Pieter Wuille | |
2017-01-04 | [MOVEONLY] Move progress estimation out of checkpoints | Pieter Wuille | |
2017-01-04 | Let autoconf detect presence of EVP_MD_CTX_new | Luke Dashjr | |
Fixes LibreSSL compatibility | |||
2017-01-04 | Merge #9457: [qt] Select more files for translation | Wladimir J. van der Laan | |
facf3e7 [qt] `make translate` (MarcoFalke) fae26e8 [qt] Add more sources to translate (MarcoFalke) | |||
2017-01-04 | qt: Set (count) placeholder in sendcoinsdialog to notranslate | Wladimir J. van der Laan | |
2017-01-04 | [qt] `make translate` | MarcoFalke | |
2017-01-04 | Merge #9450: Increment MIT licence copyright header year on files modified ↵ | Wladimir J. van der Laan | |
in 2016 27765b6 Increment MIT Licence copyright header year on files modified in 2016 (isle2983) | |||
2017-01-04 | Merge #9462: [qt] Do not translate tilde character | Wladimir J. van der Laan | |
fab6c5f [qt] Do not translate `~` (MarcoFalke) | |||
2017-01-03 | [qt] Do not translate `~` | MarcoFalke | |
2017-01-03 | Merge #8877: Qt RPC console: history sensitive-data filter, and saving input ↵ | Jonas Schnelli | |
line when browsing history 8562792 GUI/RPCConsole: Include importmulti in history sensitive-command filter (Luke Dashjr) ff77faf Qt/RPCConsole: Use RPCParseCommandLine to perform command filtering (Luke Dashjr) a79598d Qt/Test: Make sure filtering sensitive data works correctly in nested commands (Luke Dashjr) 629cd42 Qt/RPCConsole: Teach RPCParseCommandLine how to filter out arguments to sensitive commands (Luke Dashjr) e2d9213 Qt/RPCConsole: Make it possible to parse a command without executing it (Luke Dashjr) 1755c04 Qt/RPCConsole: Truncate filtered commands to just the command name, rather than skip it entirely in history (Luke Dashjr) d80a006 Qt/RPCConsole: Add signmessagewithprivkey to list of commands filtered from history (Luke Dashjr) afde12f Qt/RPCConsole: Refactor command_may_contain_sensitive_data function out of RPCConsole::on_lineEdit_returnPressed (Luke Dashjr) de8980d Bugfix: Do not add sensitive information to history for real (Luke Dashjr) 9044908 Qt/RPCConsole: Don't store commands with potentially sensitive information in the history (Jonas Schnelli) fc95daa Qt/RPCConsole: Save current command entry when browsing history (Jonas Schnelli) | |||
2017-01-03 | qt: Fill in English numerusforms | Wladimir J. van der Laan | |
minute/minutes block/blocks and so forth. | |||
2017-01-03 | qt,wallet: Fix a few typos in messages | Wladimir J. van der Laan | |
As reported by [yahoe.001](https://www.transifex.com/user/profile/yahoe.001/). | |||
2017-01-02 | qt: Set transifex slug to 0.14 | Wladimir J. van der Laan | |
Also perform update of source translations. | |||
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | |
Edited via: $ contrib/devtools/copyright_header.py update . | |||
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 ↵ | Luke Dashjr | |
sensitive commands | |||
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 ↵ | Luke Dashjr | |
than skip it entirely in history | |||
2016-12-29 | Qt/RPCConsole: Add signmessagewithprivkey to list of commands filtered from ↵ | Luke Dashjr | |
history | |||
2016-12-29 | Qt/RPCConsole: Refactor command_may_contain_sensitive_data function out of ↵ | Luke Dashjr | |
RPCConsole::on_lineEdit_returnPressed | |||
2016-12-29 | Bugfix: Do not add sensitive information to history for real | Luke Dashjr | |
Original code was missing braces, and short-circuited before checking everything after importprivkey | |||
2016-12-29 | Qt/RPCConsole: Don't store commands with potentially sensitive information ↵ | Jonas Schnelli | |
in the history Filters importprivkey, signrawtransaction, walletpassphrase, walletpassphrasechange, and encryptwallet | |||
2016-12-29 | Qt/RPCConsole: Save current command entry when browsing history | Jonas Schnelli | |
Shell-like, but doesn't store changed history commands until executing it. | |||
2016-12-27 | Add a ForceSetArg method for testing | Matt Corallo | |
2016-12-24 | Un-expose mapArgs from utils.h | Matt Corallo | |
2016-12-23 | Introduce (and use) an IsArgSet accessor method | Matt Corallo | |
2016-12-23 | Remove arguments to ParseConfigFile | Matt Corallo | |
2016-12-23 | [CoinControl] Allow non-wallet owned change addresses | Jonas Schnelli | |
2016-12-19 | Merge #9236: Fix races for strMiscWarning and fLargeWork*Found, make QT ↵ | Wladimir J. van der Laan | |
runawayException use GetWarnings 749be01 Move GetWarnings() into its own file. (Gregory Maxwell) e3ba0ef Eliminate data races for strMiscWarning and fLargeWork*Found. (Gregory Maxwell) c63198f Make QT runawayException call GetWarnings instead of directly access strMiscWarning. (Gregory Maxwell) | |||
2016-12-19 | Merge #9329: [Qt] Console: allow empty arguments | Wladimir J. van der Laan | |
390bd14 [Qt] Console: don't allow empty arguments when using the comma-syntax (Jonas Schnelli) 6a32c0f Qt/Test: Check handling of empty arguments in RPC debug console (Luke Dashjr) 89c8d2c [Qt] Console: allow empty arguments (Jonas Schnelli) | |||
2016-12-17 | Uses built-in byte swap if available (Apple) and if bswap_XX is undefined. | Karl-Johan Alm | |
Defers to pre-defined version if found (e.g. protobuf). For protobuf case, the definitions are identical and thus include order should not affect results. | |||
2016-12-14 | Merge #9330: [Qt] Console: add security warning | Wladimir J. van der Laan | |
ed6b377 [Qt] Console: add security warning (Jonas Schnelli) | |||
2016-12-14 | [Qt] Console: don't allow empty arguments when using the comma-syntax | Jonas Schnelli | |
2016-12-13 | Merge #9326: Update for OpenSSL 1.1 API. | Wladimir J. van der Laan | |
b05b1af Fix qt/paymentrequestplus.cpp for OpenSSL 1.1 API. (Gregory Maxwell) bae1eef Fix wallet/test/crypto_tests.cpp for OpenSSL 1.1 API. (Gregory Maxwell) | |||
2016-12-13 | Qt/Test: Check handling of empty arguments in RPC debug console | Luke Dashjr | |
2016-12-13 | [Qt] Console: allow empty arguments | Jonas Schnelli | |
2016-12-12 | Fix qt/paymentrequestplus.cpp for OpenSSL 1.1 API. | Gregory Maxwell | |
This avoids a compile failure on newly installed debian stretch systems. | |||
2016-12-12 | [Qt] Console: add security warning | Jonas Schnelli | |
2016-12-09 | Refactor: Removed begin/end_ptr functions. | Karl-Johan Alm | |