aboutsummaryrefslogtreecommitdiff
path: root/src/qt/rpcconsole.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-13/+13
|/
* move human-readable byte formatting to guiutilAaron Golliver2017-10-161-16/+4
* Replace save|restoreWindowGeometry with Qt functionsMeshCollider2017-09-211-3/+8
* scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-3/+3
* [Qt] Use wallet 0 in rpc console if running with multiple walletsJonas Schnelli2017-07-201-0/+9
* Fixed multiple typosDimitris Tsapakidis2017-06-221-2/+2
* Remove duplicate includespracticalswift2017-06-091-2/+0
* Merge #10395: Replace boost::function with std::function (C++11)Pieter Wuille2017-05-171-3/+3
|\
| * Replace boost::function with std::function (C++11)practicalswift2017-05-131-3/+3
* | Add OSX keystroke to clear RPCConsoleSpencer Lievens2017-05-081-1/+7
|/
* Merge #10093: [Qt] Don't add arguments of sensitive command to console windowJonas Schnelli2017-05-021-1/+1
|\
| * [Qt] Don't add arguments of sensitive command to console windowJonas Schnelli2017-03-271-1/+1
* | net: define NodeId as an int64_tCory Fields2017-04-121-2/+2
* | Merge #10060: [Qt] Ensure an item exists on the rpcconsole stack before addingJonas Schnelli2017-03-271-0/+4
|\ \ | |/ |/|
| * Ensure an item exists on the rpcconsole stack before addingAndrew Chow2017-03-241-0/+4
* | Merge #9500: [Qt][RPC] Autocomplete commands for 'help' command in debug consoleJonas Schnelli2017-03-231-0/+3
|\ \ | |/ |/|
| * 'help' rpc commands autocompleteAndrew Chow2017-01-091-0/+3
* | net: Consistently use GetTimeMicros() for inactivity checksSuhas Daftuar2017-01-251-3/+3
* | Rename lambda argument name to prevent shadowing.Pavel Janík2017-01-091-3/+3
|/
* Merge #9450: Increment MIT licence copyright header year on files modified in...Wladimir J. van der Laan2017-01-041-1/+1
|\
| * Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* | GUI/RPCConsole: Include importmulti in history sensitive-command filterLuke Dashjr2016-12-291-0/+1
* | Qt/RPCConsole: Use RPCParseCommandLine to perform command filteringLuke Dashjr2016-12-291-31/+46
* | Qt/RPCConsole: Teach RPCParseCommandLine how to filter out arguments to sensi...Luke Dashjr2016-12-291-2/+30
* | Qt/RPCConsole: Make it possible to parse a command without executing itLuke Dashjr2016-12-291-11/+13
* | Qt/RPCConsole: Truncate filtered commands to just the command name, rather th...Luke Dashjr2016-12-291-16/+14
* | Qt/RPCConsole: Add signmessagewithprivkey to list of commands filtered from h...Luke Dashjr2016-12-291-0/+1
* | Qt/RPCConsole: Refactor command_may_contain_sensitive_data function out of RP...Luke Dashjr2016-12-291-10/+16
* | Bugfix: Do not add sensitive information to history for realLuke Dashjr2016-12-291-1/+4
* | Qt/RPCConsole: Don't store commands with potentially sensitive information in...Jonas Schnelli2016-12-291-9/+28
* | Qt/RPCConsole: Save current command entry when browsing historyJonas Schnelli2016-12-291-0/+10
|/
* Merge #9329: [Qt] Console: allow empty argumentsWladimir J. van der Laan2016-12-191-11/+23
|\
| * [Qt] Console: don't allow empty arguments when using the comma-syntaxJonas Schnelli2016-12-141-3/+15
| * [Qt] Console: allow empty argumentsJonas Schnelli2016-12-131-11/+11
* | [Qt] Console: add security warningJonas Schnelli2016-12-121-1/+6
|/
* Merge #9255: qt: layoutAboutToChange signal is called layoutAboutToBeChangedWladimir J. van der Laan2016-12-081-7/+1
|\
| * qt: Remove on_toggleNetworkActiveButton_clicked from RPCConsoleWladimir J. van der Laan2016-12-071-5/+0
| * qt: layoutAboutToChange signal is called layoutAboutToBeChangedWladimir J. van der Laan2016-12-011-2/+1
* | Merge #9266: Bugfix: Qt/RPCConsole: Put column enum in the right placesWladimir J. van der Laan2016-12-081-6/+6
|\ \ | |/ |/|
| * Bugfix: Qt/RPCConsole: Put column enum in the right placesLuke Dashjr2016-12-021-6/+6
* | qt: Prevent thread/memory leak on exiting RPCConsoleWladimir J. van der Laan2016-11-231-10/+14
* | qt: Plug many memory leaksWladimir J. van der Laan2016-11-231-2/+2
* | Merge #8996: Network activity toggleJonas Schnelli2016-11-111-4/+26
|\ \
| * | Qt: Add GUI feedback and control of network activity state.Jon Lund Steffensen2016-10-241-4/+26
* | | Fix auto-deselection of peersAndrew Chow2016-11-081-9/+21
| |/ |/|
* | Multiple Selection for peer and ban tablesAndrew Chow2016-11-081-35/+51
* | [RPC] Give RPC commands more information about the RPC requestJonas Schnelli2016-10-191-1/+4
* | Display minimum ping in debug window.R E Broadley2016-10-151-0/+1
* | gui: fix ban from qt consoleCory Fields2016-10-041-12/+13
|/
* Do not shadow in src/qtPavel Janík2016-09-231-4/+4