index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qt
/
rpcconsole.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-13
/
+13
|
/
*
move human-readable byte formatting to guiutil
Aaron Golliver
2017-10-16
1
-16
/
+4
*
Replace save|restoreWindowGeometry with Qt functions
MeshCollider
2017-09-21
1
-3
/
+8
*
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-3
/
+3
*
[Qt] Use wallet 0 in rpc console if running with multiple wallets
Jonas Schnelli
2017-07-20
1
-0
/
+9
*
Fixed multiple typos
Dimitris Tsapakidis
2017-06-22
1
-2
/
+2
*
Remove duplicate includes
practicalswift
2017-06-09
1
-2
/
+0
*
Merge #10395: Replace boost::function with std::function (C++11)
Pieter Wuille
2017-05-17
1
-3
/
+3
|
\
|
*
Replace boost::function with std::function (C++11)
practicalswift
2017-05-13
1
-3
/
+3
*
|
Add OSX keystroke to clear RPCConsole
Spencer Lievens
2017-05-08
1
-1
/
+7
|
/
*
Merge #10093: [Qt] Don't add arguments of sensitive command to console window
Jonas Schnelli
2017-05-02
1
-1
/
+1
|
\
|
*
[Qt] Don't add arguments of sensitive command to console window
Jonas Schnelli
2017-03-27
1
-1
/
+1
*
|
net: define NodeId as an int64_t
Cory Fields
2017-04-12
1
-2
/
+2
*
|
Merge #10060: [Qt] Ensure an item exists on the rpcconsole stack before adding
Jonas Schnelli
2017-03-27
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
Ensure an item exists on the rpcconsole stack before adding
Andrew Chow
2017-03-24
1
-0
/
+4
*
|
Merge #9500: [Qt][RPC] Autocomplete commands for 'help' command in debug console
Jonas Schnelli
2017-03-23
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
'help' rpc commands autocomplete
Andrew Chow
2017-01-09
1
-0
/
+3
*
|
net: Consistently use GetTimeMicros() for inactivity checks
Suhas Daftuar
2017-01-25
1
-3
/
+3
*
|
Rename lambda argument name to prevent shadowing.
Pavel Janík
2017-01-09
1
-3
/
+3
|
/
*
Merge #9450: Increment MIT licence copyright header year on files modified in...
Wladimir J. van der Laan
2017-01-04
1
-1
/
+1
|
\
|
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
|
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/RPCConsole: Teach RPCParseCommandLine how to filter out arguments to sensi...
Luke Dashjr
2016-12-29
1
-2
/
+30
*
|
Qt/RPCConsole: Make it possible to parse a command without executing it
Luke Dashjr
2016-12-29
1
-11
/
+13
*
|
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
1
-10
/
+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
1
-9
/
+28
*
|
Qt/RPCConsole: Save current command entry when browsing history
Jonas Schnelli
2016-12-29
1
-0
/
+10
|
/
*
Merge #9329: [Qt] Console: allow empty arguments
Wladimir J. van der Laan
2016-12-19
1
-11
/
+23
|
\
|
*
[Qt] Console: don't allow empty arguments when using the comma-syntax
Jonas Schnelli
2016-12-14
1
-3
/
+15
|
*
[Qt] Console: allow empty arguments
Jonas Schnelli
2016-12-13
1
-11
/
+11
*
|
[Qt] Console: add security warning
Jonas Schnelli
2016-12-12
1
-1
/
+6
|
/
*
Merge #9255: qt: layoutAboutToChange signal is called layoutAboutToBeChanged
Wladimir J. van der Laan
2016-12-08
1
-7
/
+1
|
\
|
*
qt: Remove on_toggleNetworkActiveButton_clicked from RPCConsole
Wladimir J. van der Laan
2016-12-07
1
-5
/
+0
|
*
qt: layoutAboutToChange signal is called layoutAboutToBeChanged
Wladimir J. van der Laan
2016-12-01
1
-2
/
+1
*
|
Merge #9266: Bugfix: Qt/RPCConsole: Put column enum in the right places
Wladimir J. van der Laan
2016-12-08
1
-6
/
+6
|
\
\
|
|
/
|
/
|
|
*
Bugfix: Qt/RPCConsole: Put column enum in the right places
Luke Dashjr
2016-12-02
1
-6
/
+6
*
|
qt: Prevent thread/memory leak on exiting RPCConsole
Wladimir J. van der Laan
2016-11-23
1
-10
/
+14
*
|
qt: Plug many memory leaks
Wladimir J. van der Laan
2016-11-23
1
-2
/
+2
*
|
Merge #8996: Network activity toggle
Jonas Schnelli
2016-11-11
1
-4
/
+26
|
\
\
|
*
|
Qt: Add GUI feedback and control of network activity state.
Jon Lund Steffensen
2016-10-24
1
-4
/
+26
*
|
|
Fix auto-deselection of peers
Andrew Chow
2016-11-08
1
-9
/
+21
|
|
/
|
/
|
*
|
Multiple Selection for peer and ban tables
Andrew Chow
2016-11-08
1
-35
/
+51
*
|
[RPC] Give RPC commands more information about the RPC request
Jonas Schnelli
2016-10-19
1
-1
/
+4
*
|
Display minimum ping in debug window.
R E Broadley
2016-10-15
1
-0
/
+1
*
|
gui: fix ban from qt console
Cory Fields
2016-10-04
1
-12
/
+13
|
/
*
Do not shadow in src/qt
Pavel Janík
2016-09-23
1
-4
/
+4
[prev]
[next]