Commit Graph

20 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 45b1d4400f Update versioning and minor fixes 2022-03-09 16:38:24 +01:00
Simon Stürz 1ca3119995 Extend monitor and add test script for connections 2022-01-11 09:01:54 +01:00
Simon Stürz 23462e194e Add tunnel proxy statistics and fix typo 2021-08-16 07:41:54 +02:00
Simon Stürz acd48bf7bf Restructure the project and introduce the new tunnel proxy 2021-07-28 14:55:18 +02:00
Simon Stürz a1da55b92f Update install paths and copyright license headers 2021-07-27 11:49:46 +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 6869b18ad9 Update monitor socket permissions 2018-09-03 17:10:03 +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 6399c95d4e Add monitor package 2018-08-21 22:16:45 +02:00
Simon Stürz faff3e9074 Add monitor 2018-08-21 22:09:59 +02:00
Simon Stürz 60c3775dca Add license headers 2018-08-16 20:57:35 +02:00
Simon Stürz da1d43a0c3 Add shutdown process for server 2018-08-16 19:55:06 +02:00
Simon Stürz 481cddb869 Update configurations and add monitor socket 2018-08-16 19:20:48 +02:00
Simon Stürz 3625e6e46c Add proxy monitor 2018-08-15 23:12:10 +02:00