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.h
Age
Commit message (
Expand
)
Author
2019-01-13
Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-04-07
scripted-diff: Avoid `interface` keyword to fix windows gitian build
Russell Yanofsky
2018-04-05
Merge #10244: Refactor: separate gui from wallet and node
Wladimir J. van der Laan
2018-04-04
Remove direct bitcoin calls from qt/peertablemodel.cpp
Russell Yanofsky
2018-04-02
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
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
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
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-09-08
gui: add NodeID to the peer table
Cory Fields
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-07-23
Includes: Cleanup around net main and wallet
Jorge Timón
2015-07-15
qt: define QT_NO_KEYWORDS
Wladimir J. van der Laan
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-16
Remove references to X11 licence
Michael Ford
2014-11-03
Fix all header defines
Pavel Janík
2014-08-04
[Qt] tweak new peers tab in console window
Philip Kaufmann
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