Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-29 | Fix typos | practicalswift | |
2017-01-27 | [trivial] Fix typos in comments | practicalswift | |
2017-01-26 | [Qt] fix transaction details output-index to reflect vout index | Jonas Schnelli | |
2017-01-26 | Merge #9606: net: Consistently use GetTimeMicros() for inactivity checks | Wladimir J. van der Laan | |
99464bc net: Consistently use GetTimeMicros() for inactivity checks (Suhas Daftuar) | |||
2017-01-25 | [Qt] Change RBF checkbox to reflect -walletrbf setting | Russell Yanofsky | |
Before this commit, the checkbox would always start off unchecked. After this commit it will respect the -walletrbf setting (which is currently false by default). | |||
2017-01-25 | [Qt] Add simple optin-RBF checkbox and confirmation info | Jonas Schnelli | |
2017-01-25 | net: Consistently use GetTimeMicros() for inactivity checks | Suhas Daftuar | |
The use of mocktime in test logic means that comparisons between GetTime() and GetTimeMicros()/1000000 are unreliable since the former can use mocktime values while the latter always gets the system clock; this changes the networking code's inactivity checks to consistently use the system clock for inactivity comparisons. Also remove some hacks from setmocktime() that are no longer needed, now that we're using the system clock for nLastSend and nLastRecv. | |||
2017-01-24 | Merge #9588: qt: Use nPowTargetSpacing constant | Jonas Schnelli | |
fa4d478 qt: Use nPowTargetSpacing constant (MarcoFalke) | |||
2017-01-20 | qt: Periodic translation update | Wladimir J. van der Laan | |
2017-01-20 | trivial: squash missing field 'argNames' initializer warning in qt tests | Wladimir J. van der Laan | |
The additional initializer is for the named arguments, which are unused in the test (and unfilled global fields will be initialized to 0 anyhow), so this is a no-op apart from the warning. | |||
2017-01-19 | qt: Use nPowTargetSpacing constant | MarcoFalke | |
2017-01-19 | Merge #9461: [Qt] Improve progress display during headers-sync and peer-finding | Jonas Schnelli | |
40ec7c7 [Qt] Improve progress display during headers-sync and peer-finding (Jonas Schnelli) | |||
2017-01-19 | [Qt] Improve progress display during headers-sync and peer-finding | Jonas Schnelli | |
2017-01-16 | qt: periodic translations update | Wladimir J. van der Laan | |
2017-01-16 | Merge #9380: Separate different uses of minimum fees | Wladimir J. van der Laan | |
eb30d1a Introduce -dustrelayfee (Alex Morcos) 7b1add3 Introduce -incrementalrelayfee (Alex Morcos) daec955 Introduce -blockmintxfee (Alex Morcos) | |||
2017-01-16 | Introduce -dustrelayfee | Alex Morcos | |
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 | 'help' rpc commands autocomplete | Andrew Chow | |
Adds autocompletion of the commands for when getting the help of a command by using `help <command>` | |||
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-06 | [Qt] Show more significant warning if we fall back to the default fee | 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 |