aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bantablemodel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [trivial] Fix typos in commentspracticalswift2017-01-271-1/+1
|
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
| | | | | | Edited via: $ contrib/devtools/copyright_header.py update .
* qt: Plug many memory leaksWladimir J. van der Laan2016-11-231-1/+6
| | | | | | | | | None of these are very serious, and are leaks in objects that are created at most one time. In most cases this means properly using the QObject parent hierarchy, except for BanTablePriv/PeerTablePriv which are not QObject, so use a std::unique_ptr instead.
* net: move ban and addrman functions into CConnmanCory Fields2016-09-081-1/+2
|
* Double semicolon cleanup.21E142015-12-301-2/+2
|
* [QA] adabt QT_NO_KEYWORDS for QT ban implementationJonas Schnelli2015-09-161-5/+5
|
* [Qt] adapt QT ban option to banlist.dat changesJonas Schnelli2015-09-161-5/+5
|
* [Qt] add sorting for bantablePhilip Kaufmann2015-09-161-0/+22
|
* [Qt] bantable polishPhilip Kaufmann2015-09-161-6/+0
| | | | | | | - add missing NULL pointer checks - add better comments and reorder some code in rpcconsole.cpp - remove unneeded leftovers in bantable.cpp - update bantable column sizes to prevent cutting of banned until
* [Qt] remove unused timer-code from banlistmodel.cppJonas Schnelli2015-09-161-18/+1
|
* [Qt] polish ban tablePhilip Kaufmann2015-09-161-11/+5
|
* [Qt] bantable overhaulJonas Schnelli2015-09-161-6/+6
| | | | | | - some code cleanups - fix date formatting - reduce header includes
* [Qt] bantable fix timestamp 64bit issueJonas Schnelli2015-09-161-7/+3
|
* [Qt] add banlist table below peers tableJonas Schnelli2015-09-161-0/+192