Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-27 | [trivial] Fix typos in comments | practicalswift | |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | |
Edited via: $ contrib/devtools/copyright_header.py update . | |||
2016-11-23 | qt: Plug many memory leaks | Wladimir J. van der Laan | |
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. | |||
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 | |
- 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 | |||
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 | |
- some code cleanups - fix date formatting - reduce header includes | |||
2015-09-16 | [Qt] bantable fix timestamp 64bit issue | Jonas Schnelli | |
2015-09-16 | [Qt] add banlist table below peers table | Jonas Schnelli | |