index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qt
/
rpcconsole.cpp
Age
Commit message (
Expand
)
Author
2017-06-09
Remove duplicate includes
practicalswift
2017-05-17
Merge #10395: Replace boost::function with std::function (C++11)
Pieter Wuille
2017-05-13
Replace boost::function with std::function (C++11)
practicalswift
2017-05-08
Add OSX keystroke to clear RPCConsole
Spencer Lievens
2017-05-02
Merge #10093: [Qt] Don't add arguments of sensitive command to console window
Jonas Schnelli
2017-04-12
net: define NodeId as an int64_t
Cory Fields
2017-03-27
[Qt] Don't add arguments of sensitive command to console window
Jonas Schnelli
2017-03-27
Merge #10060: [Qt] Ensure an item exists on the rpcconsole stack before adding
Jonas Schnelli
2017-03-24
Ensure an item exists on the rpcconsole stack before adding
Andrew Chow
2017-03-23
Merge #9500: [Qt][RPC] Autocomplete commands for 'help' command in debug console
Jonas Schnelli
2017-01-25
net: Consistently use GetTimeMicros() for inactivity checks
Suhas Daftuar
2017-01-09
'help' rpc commands autocomplete
Andrew Chow
2017-01-09
Rename lambda argument name to prevent shadowing.
Pavel Janík
2017-01-04
Merge #9450: Increment MIT licence copyright header year on files modified in...
Wladimir J. van der Laan
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
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/RPCConsole: Teach RPCParseCommandLine how to filter out arguments to sensi...
Luke Dashjr
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 th...
Luke Dashjr
2016-12-29
Qt/RPCConsole: Add signmessagewithprivkey to list of commands filtered from h...
Luke Dashjr
2016-12-29
Qt/RPCConsole: Refactor command_may_contain_sensitive_data function out of RP...
Luke Dashjr
2016-12-29
Bugfix: Do not add sensitive information to history for real
Luke Dashjr
2016-12-29
Qt/RPCConsole: Don't store commands with potentially sensitive information in...
Jonas Schnelli
2016-12-29
Qt/RPCConsole: Save current command entry when browsing history
Jonas Schnelli
2016-12-19
Merge #9329: [Qt] Console: allow empty arguments
Wladimir J. van der Laan
2016-12-14
[Qt] Console: don't allow empty arguments when using the comma-syntax
Jonas Schnelli
2016-12-13
[Qt] Console: allow empty arguments
Jonas Schnelli
2016-12-12
[Qt] Console: add security warning
Jonas Schnelli
2016-12-08
Merge #9255: qt: layoutAboutToChange signal is called layoutAboutToBeChanged
Wladimir J. van der Laan
2016-12-08
Merge #9266: Bugfix: Qt/RPCConsole: Put column enum in the right places
Wladimir J. van der Laan
2016-12-07
qt: Remove on_toggleNetworkActiveButton_clicked from RPCConsole
Wladimir J. van der Laan
2016-12-02
Bugfix: Qt/RPCConsole: Put column enum in the right places
Luke Dashjr
2016-12-01
qt: layoutAboutToChange signal is called layoutAboutToBeChanged
Wladimir J. van der Laan
2016-11-23
qt: Prevent thread/memory leak on exiting RPCConsole
Wladimir J. van der Laan
2016-11-23
qt: Plug many memory leaks
Wladimir J. van der Laan
2016-11-11
Merge #8996: Network activity toggle
Jonas Schnelli
2016-11-08
Fix auto-deselection of peers
Andrew Chow
2016-11-08
Multiple Selection for peer and ban tables
Andrew Chow
2016-10-24
Qt: Add GUI feedback and control of network activity state.
Jon Lund Steffensen
2016-10-19
[RPC] Give RPC commands more information about the RPC request
Jonas Schnelli
2016-10-15
Display minimum ping in debug window.
R E Broadley
2016-10-04
gui: fix ban from qt console
Cory Fields
2016-09-23
Do not shadow in src/qt
Pavel Janík
2016-09-20
Merge #7783: [Qt] RPC-Console: support nested commands and simple value queries
Wladimir J. van der Laan
2016-09-08
net: Add most functions needed for vNodes to CConnman
Cory Fields
2016-09-08
net: move ban and addrman functions into CConnman
Cory Fields
2016-09-08
gui: add NodeID to the peer table
Cory Fields
2016-08-23
[Qt] RPC-Console: support nested commands and simple value queries
Jonas Schnelli
2016-07-31
net: narrow include scope after moving to netaddress
Cory Fields
[next]