practicalswift
cc16d99f1d
[trivial] Fix typos in comments
2017-01-27 21:22:35 +01:00
isle2983
27765b6403
Increment MIT Licence copyright header year on files modified in 2016
...
Edited via:
$ contrib/devtools/copyright_header.py update .
2016-12-31 11:01:21 -07:00
Wladimir J. van der Laan
47db075377
qt: Plug many memory leaks
...
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-11-23 12:33:35 +01:00
Cory Fields
a0f3d3cdad
net: move ban and addrman functions into CConnman
2016-09-08 12:12:57 -04:00
21E14
a5a0831458
Double semicolon cleanup.
2015-12-30 12:23:07 -05:00
Jonas Schnelli
7f90ea78cb
[QA] adabt QT_NO_KEYWORDS for QT ban implementation
2015-09-16 16:50:20 +02:00
Jonas Schnelli
b1189cfa10
[Qt] adapt QT ban option to banlist.dat changes
2015-09-16 16:50:20 +02:00
Philip Kaufmann
65abe91ce4
[Qt] add sorting for bantable
2015-09-16 16:50:19 +02:00
Philip Kaufmann
51654deff2
[Qt] bantable polish
...
- 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 16:50:19 +02:00
Jonas Schnelli
43c1f5b8d7
[Qt] remove unused timer-code from banlistmodel.cpp
2015-09-16 16:50:19 +02:00
Philip Kaufmann
9e521c1735
[Qt] polish ban table
2015-09-16 16:50:19 +02:00
Jonas Schnelli
53caec66cc
[Qt] bantable overhaul
...
- some code cleanups
- fix date formatting
- reduce header includes
2015-09-16 16:50:19 +02:00
Jonas Schnelli
f0bcbc4c8a
[Qt] bantable fix timestamp 64bit issue
2015-09-16 16:50:19 +02:00
Jonas Schnelli
ad204df1a9
[Qt] add banlist table below peers table
2015-09-16 16:50:19 +02:00