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
/
peertablemodel.cpp
Age
Commit message (
Expand
)
Author
2019-08-22
refactor: replace qStableSort with std::stable_sort
fanquake
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-01-13
Replace remaining 0 with nullptr in Qt code
Ben Woosley
2019-01-05
Use C++11 default member initializers
MarcoFalke
2018-08-27
Make objects in range declarations immutable by default. Avoid unnecessary co...
practicalswift
2018-08-21
qt: Use new Qt5 connect syntax
João Barbosa
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-01
Merge #13537: GUI: Peer table: Visualize inbound/outbound state for every row
Jonas Schnelli
2018-06-26
Show symbol for inbound/outbound in peer table
wodry
2018-06-18
gui: Remove QT_VERSION fallbacks for Qt < 5
Wladimir J. van der Laan
2018-04-07
scripted-diff: Avoid `interface` keyword to fix windows gitian build
Russell Yanofsky
2018-04-04
Remove direct bitcoin calls from qt/peertablemodel.cpp
Russell Yanofsky
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-10-16
Add Sent and Received information to the debug menu peer list
Aaron Golliver
2017-06-05
scripted-diff: Remove Q_FOREACH
Jorge Timón
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-04-12
net: define NodeId as an int64_t
Cory Fields
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-02
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
Move network-msg-processing code out of main to its own file
Matt Corallo
2016-11-23
qt: Plug many memory leaks
Wladimir J. van der Laan
2016-10-15
Display minimum ping in debug window.
R E Broadley
2016-09-08
net: Add most functions needed for vNodes to CConnman
Cory Fields
2016-09-08
gui: add NodeID to the peer table
Cory Fields
2016-01-05
Merge pull request #7205
Wladimir J. van der Laan
2015-12-30
Double semicolon cleanup.
21E14
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-12-02
[trivial] Fix typo in peertablemodel.cpp
MarcoFalke
2015-08-10
[Qt] minor optimisations in peertablemodel
Philip Kaufmann
2015-07-15
qt: define QT_NO_KEYWORDS
Wladimir J. van der Laan
2015-06-11
[Qt] replace Boost foreach with Qt version peertablemodel.cpp
Philip Kaufmann
2015-06-11
[Qt] extend rpc console peers tab
Philip Kaufmann
2015-02-26
GUI: Clarify terminology; use "Label" heading for labels row, and "Node/Servi...
Luke Dashjr
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-16
Remove references to X11 licence
Michael Ford
2014-08-10
[Qt] Add TRY_LOCK back to peertablemodel
Cozz Lovan
2014-08-04
[Qt] format ping times in peers tab as ms
Philip Kaufmann
2014-08-04
[Qt] tweak new peers tab in console window
Philip Kaufmann
2014-06-06
Merge pull request #4297
Wladimir J. van der Laan
2014-06-06
qt: PeerTableModel: Fix potential deadlock. #4296
Ashley Holman
2014-06-03
[Qt] style police and small addition in rpcconsole
Philip Kaufmann
2014-06-03
Qt: Add GUI view of peer information. #4133
Ashley Holman