aboutsummaryrefslogtreecommitdiff
path: root/src/qt/peertablemodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* refactor: Convert min ping time from double to int64_tBen Woosley2020-03-041-2/+2
* gui: Drop PeerTableModel dependency to ClientModelJoão Barbosa2020-02-031-3/+1
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* Use correct C++11 header for std::swap()Hennadii Stepanov2019-11-291-1/+1
* Remove unused includespracticalswift2019-10-151-1/+0
* refactor: replace qStableSort with std::stable_sortfanquake2019-08-221-1/+3
* Make reasoning about dependencies easier by not including unused dependenciespracticalswift2019-06-021-1/+0
* Replace remaining 0 with nullptr in Qt codeBen Woosley2019-01-131-4/+3
* Use C++11 default member initializersMarcoFalke2019-01-051-4/+2
* Make objects in range declarations immutable by default. Avoid unnecessary co...practicalswift2018-08-271-1/+1
* qt: Use new Qt5 connect syntaxJoão Barbosa2018-08-211-1/+1
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Merge #13537: GUI: Peer table: Visualize inbound/outbound state for every rowJonas Schnelli2018-07-011-1/+2
|\
| * Show symbol for inbound/outbound in peer tablewodry2018-06-261-1/+2
* | gui: Remove QT_VERSION fallbacks for Qt < 5Wladimir J. van der Laan2018-06-181-2/+0
|/
* scripted-diff: Avoid `interface` keyword to fix windows gitian buildRussell Yanofsky2018-04-071-4/+4
* Remove direct bitcoin calls from qt/peertablemodel.cppRussell Yanofsky2018-04-041-23/+13
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-6/+6
* Add Sent and Received information to the debug menu peer listAaron Golliver2017-10-161-3/+17
* scripted-diff: Remove Q_FOREACHJorge Timón2017-06-051-2/+2
* scripted-diff: Fully remove BOOST_FOREACHJorge Timón2017-06-051-1/+1
* net: define NodeId as an int64_tCory Fields2017-04-121-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