Commit Graph

11 Commits (4683f4888e9ce7dec0119b9e4c542db9ad0aacd6)

Author SHA1 Message Date
Michael Zanetti 3de679705d Don't use format string function with variable input
New gcc refuses to compile this as it may load to crashes
if the input variable contains a format string literal, e.g. %s
and there are no ... args provided to fill those in.

Being at it, removed the convertString() method as QByteArray already
provides a constData() method, so it's not needed.
2022-04-22 00:19:39 +02:00
Simon Stürz 1ca3119995 Extend monitor and add test script for connections 2022-01-11 09:01:54 +01:00
Simon Stürz acd48bf7bf Restructure the project and introduce the new tunnel proxy 2021-07-28 14:55:18 +02:00
Michael Zanetti 774f1964a8 Don't use deprecated sprintf (since Qt 5.14) 2020-10-26 13:42:31 +01:00
Michael Zanetti aec92c46d9 Updatet copyright 2020-01-23 00:40:33 +01:00
Simon Stürz 53a2925a2c Update server statistics and add total count 2018-09-05 18:58:19 +02:00
Simon Stürz 2173d8e61f Improve monitor and implement server statistics 2018-09-04 21:02:30 +02:00
Simon Stürz 3b97bc60bb Improve debug output and add tests 2018-08-28 09:58:57 +02:00
Simon Stürz c5f031796b Add native lambda invoke code 2018-08-27 13:32:07 +02:00
Simon Stürz d308be58b3 Update monitor behaviour 2018-08-23 10:02:08 +02:00
Simon Stürz faff3e9074 Add monitor 2018-08-21 22:09:59 +02:00