aboutsummaryrefslogtreecommitdiff
path: root/src/qt/peertablemodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add sortable sent/recv bytes to Peers debug tablechromatic2021-06-081-1/+10
* net: define NodeId as an int64_tCory Fields2017-04-141-1/+1
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
* Move network-msg-processing code out of main to its own fileMatt Corallo2016-12-021-0/+1
* qt: Plug many memory leaksWladimir J. van der Laan2016-11-231-2/+7
* Display minimum ping in debug window.R E Broadley2016-10-151-3/+3
* net: Add most functions needed for vNodes to CConnmanCory Fields2016-09-081-9/+6
* gui: add NodeID to the peer tableCory Fields2016-09-081-1/+5
* Merge pull request #7205Wladimir J. van der Laan2016-01-051-1/+1
|\
| * Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* | Double semicolon cleanup.21E142015-12-301-1/+1
|/
* [trivial] Fix typo in peertablemodel.cppMarcoFalke2015-12-021-1/+1
* [Qt] minor optimisations in peertablemodelPhilip Kaufmann2015-08-101-13/+6
* qt: define QT_NO_KEYWORDSWladimir J. van der Laan2015-07-151-4/+4
* [Qt] replace Boost foreach with Qt version peertablemodel.cppPhilip Kaufmann2015-06-111-2/+2
* [Qt] extend rpc console peers tabPhilip Kaufmann2015-06-111-0/+1
* GUI: Clarify terminology; use "Label" heading for labels row, and "Node/Servi...Luke Dashjr2015-02-261-1/+1
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* [Qt] Add TRY_LOCK back to peertablemodelCozz Lovan2014-08-101-2/+8
* [Qt] format ping times in peers tab as msPhilip Kaufmann2014-08-041-2/+5
* [Qt] tweak new peers tab in console windowPhilip Kaufmann2014-08-041-34/+30
* Merge pull request #4297Wladimir J. van der Laan2014-06-061-2/+2
|\
| * qt: PeerTableModel: Fix potential deadlock. #4296Ashley Holman2014-06-061-2/+2
* | [Qt] style police and small addition in rpcconsolePhilip Kaufmann2014-06-031-2/+0
|/
* Qt: Add GUI view of peer information. #4133Ashley Holman2014-06-031-0/+238