Commit Graph

31 Commits (6ca604cdc354ec698102c741586f3d67dcda13f9)

Author SHA1 Message Date
Simon Stürz c36a138f07 Update license text and add SPDX identifier 2025-12-02 09:48:35 +01:00
Simon Stürz fad0bc1e62 Add Qt6 support 2025-08-04 15:32:45 +02:00
Simon Stürz bf7a2c0238 Remove deprecated proxy functionality and clean up code 2023-10-24 13:39:15 +02:00
Simon Stürz 45dcf5e62a Print to stdout in order to make grep working 2023-08-04 09:59:30 +02:00
Simon Stürz 8ee90aaccd Fix crash in client connection if the server is already gone bu data where pending, update monitor 2023-08-04 09:59:30 +02:00
Simon Stürz 5b39e12449 Introduce monitor refresh method with params 2023-08-04 09:59:30 +02:00
Simon Stürz b21759b3bf Make monitor work with large json data 2023-08-04 09:59:30 +02:00
Simon Stürz 150f1fef3f Add transports and counts for the monitor 2023-08-04 09:59:30 +02:00
Simon Stürz f43dc9f78e Show only active tunnel in monitor 2023-08-04 09:59:30 +02:00
Simon Stürz aecf6da7e1 Add random traffic generator for test clients 2023-08-04 09:59:30 +02:00
Simon Stürz 8081c7804e Add monitor non interactive mode and add traffic counter for tunnel proxy 2023-08-04 09:59:30 +02:00
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