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
...
*
Includes: Cleanup around net main and wallet
Jorge Timón
2015-07-23
1
-1
/
+0
*
qt: define QT_NO_KEYWORDS
Wladimir J. van der Laan
2015-07-15
1
-10
/
+10
*
fix lock issue for QT node diconnect and RPC disconnectnode
Jonas Schnelli
2015-06-19
1
-1
/
+1
*
[Qt] deselect peer when switching away from peers tab in RPC console
Philip Kaufmann
2015-06-11
1
-15
/
+17
*
[Qt] extend rpc console peers tab
Philip Kaufmann
2015-06-11
1
-6
/
+12
*
Merge pull request #6217
Wladimir J. van der Laan
2015-06-09
1
-1
/
+33
|
\
|
*
[Qt] disconnect peers from peers tab via context menu
Philip Kaufmann
2015-06-02
1
-1
/
+33
*
|
Remove JSON Spirit wrapper, remove JSON Spirit leftovers
Jonas Schnelli
2015-06-04
1
-4
/
+0
*
|
Convert tree to using univalue. Eliminate all json_spirit uses.
Jeff Garzik
2015-06-04
1
-7
/
+11
|
/
*
[Qt] fix rpc console font size to flexible metrics
Jonas Schnelli
2015-03-27
1
-1
/
+0
*
[Qt] rework setNumBlocks to have blockDate as parameter
Philip Kaufmann
2015-03-09
1
-5
/
+4
*
Merge pull request #5476
Wladimir J. van der Laan
2015-01-02
1
-0
/
+1
|
\
|
*
Display time offset in the debug window's Peers tab
Pavel Janík
2014-12-15
1
-0
/
+1
*
|
Adopt style colour for button icons
Luke Dashjr
2014-12-27
1
-2
/
+4
*
|
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
*
|
Merge pull request #5470
Wladimir J. van der Laan
2014-12-19
1
-1
/
+1
|
\
\
|
*
|
Remove references to X11 licence
Michael Ford
2014-12-16
1
-1
/
+1
|
|
/
*
|
Merge pull request #5341
Wladimir J. van der Laan
2014-12-19
1
-1
/
+1
|
\
\
|
*
|
[Qt] change some strings to reflect name change to Bitcoin Core
Philip Kaufmann
2014-12-02
1
-1
/
+1
|
|
/
*
|
make all catch() arguments const
Philip Kaufmann
2014-12-17
1
-3
/
+3
*
|
[Qt] the RPC Console should be a QWidget to make window more independent
Jonas Schnelli
2014-11-13
1
-6
/
+7
|
/
*
Headers-first synchronization
Pieter Wuille
2014-10-14
1
-1
/
+0
*
[Qt] include and file header cleanup
Philip Kaufmann
2014-09-18
1
-1
/
+3
*
[Qt] tweak new peers tab in console window
Philip Kaufmann
2014-08-04
1
-96
/
+59
*
[Qt] Fix segfault when launched with -disablewallet
Cozz Lovan
2014-07-13
1
-5
/
+24
*
remove unneded class CNodeCombinedStats; from rpcconsole.cpp
Philip Kaufmann
2014-06-23
1
-1
/
+2
*
add NetworkIDString() to chainparams
Philip Kaufmann
2014-06-12
1
-1
/
+1
*
[Qt] Improve rpc console history behavior
Cozz Lovan
2014-06-07
1
-2
/
+2
*
Fix GUI build with `--disable-wallet`
Wladimir J. van der Laan
2014-06-05
1
-0
/
+2
*
[Qt] add BerkeleyDB version info to RPCConsole
Philip Kaufmann
2014-06-04
1
-1
/
+9
*
[Qt] style police and small addition in rpcconsole
Philip Kaufmann
2014-06-03
1
-7
/
+8
*
Qt: Add GUI view of peer information. #4133
Ashley Holman
2014-06-03
1
-11
/
+181
*
Remove NumBlocksOfPeers
Wladimir J. van der Laan
2014-05-06
1
-5
/
+3
*
Qt: Fix ESC in disablewallet mode
Wladimir J. van der Laan
2014-03-18
1
-0
/
+7
*
[Qt] show number of in/out connections in debug console
Philip Kaufmann
2014-03-03
1
-1
/
+8
*
Copyright header updates s/2013/2014 on files whose last git commit was done ...
gubatron
2014-02-09
1
-1
/
+1
*
[Qt] move helpmessage from debug window to main menu
Philip Kaufmann
2014-01-22
1
-8
/
+0
*
[Qt] add utilitydialog.cpp/h and helpmessage class
Philip Kaufmann
2014-01-18
1
-2
/
+3
*
qt: Treat regtest as testnet
Wladimir J. van der Laan
2013-12-20
1
-1
/
+1
*
Split up bitcoinrpc (code movement only)
Wladimir J. van der Laan
2013-11-27
1
-1
/
+2
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-6
/
+8
*
[Qt] rename rpcconsole window
Philip Kaufmann
2013-11-08
1
-6
/
+2
*
qt: add license header to source files
Wladimir J. van der Laan
2013-11-04
1
-0
/
+4
*
Revert "Switch to using raw_utf8"
Jeff Garzik
2013-10-22
1
-2
/
+2
*
Merge pull request #2740 from constantined/constantined
Gavin Andresen
2013-10-22
1
-2
/
+2
|
\
|
*
Switch to using raw_utf8
constantined
2013-07-23
1
-2
/
+2
*
|
Add network traffic graph
Scott Ellis
2013-10-14
1
-1
/
+54
*
|
Bitcoin-Qt: save and restore position of debug window
Philip Kaufmann
2013-07-29
1
-0
/
+2
*
|
Bitcoin-Qt: harmonize 2 setClientModel() functions
Philip Kaufmann
2013-06-03
1
-2
/
+4
|
/
*
Qt5 compatibility
Wladimir J. van der Laan
2013-06-01
1
-0
/
+2
[prev]
[next]