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
/
bantablemodel.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-13
Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)
practicalswift
2019-01-05
Use C++11 default member initializers
MarcoFalke
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-07-27
Update copyright headers to 2018
DrahtBot
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/bantablemodel.cpp
Russell Yanofsky
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-30
Merge #10493: Use range-based for loops (C++11) when looping over map elements
MarcoFalke
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-10-09
Use range-based for loops (C++11) when looping over map elements
practicalswift
2017-04-10
Remove excess logic.
practicalswift
2017-01-27
[trivial] Fix typos in comments
practicalswift
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-11-23
qt: Plug many memory leaks
Wladimir J. van der Laan
2016-09-08
net: move ban and addrman functions into CConnman
Cory Fields
2015-12-30
Double semicolon cleanup.
21E14
2015-09-16
[QA] adabt QT_NO_KEYWORDS for QT ban implementation
Jonas Schnelli
2015-09-16
[Qt] adapt QT ban option to banlist.dat changes
Jonas Schnelli
2015-09-16
[Qt] add sorting for bantable
Philip Kaufmann
2015-09-16
[Qt] bantable polish
Philip Kaufmann
2015-09-16
[Qt] remove unused timer-code from banlistmodel.cpp
Jonas Schnelli
2015-09-16
[Qt] polish ban table
Philip Kaufmann
2015-09-16
[Qt] bantable overhaul
Jonas Schnelli
2015-09-16
[Qt] bantable fix timestamp 64bit issue
Jonas Schnelli
2015-09-16
[Qt] add banlist table below peers table
Jonas Schnelli