Commit Graph

252 Commits (master)

Author SHA1 Message Date
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
Simon Stürz 1694a43098 Add option for disableing proxy server functionality 2023-08-04 09:59:30 +02:00
jenkins 0c5da0213a Jenkins release build 1.8.2 2023-06-28 09:47:27 +02:00
jenkins c8d90b2010 Jenkins release build 1.8.1 2023-06-07 15:50:58 +02:00
jenkins c1b1387352 Jenkins release build 1.8.0 2023-05-05 11:15:51 +02:00
jenkins c678c10d74 Jenkins release build 1.7.0 2023-02-21 17:42:57 +01:00
jenkins 033d4fdf53 Jenkins release build 1.6.3 2023-02-01 12:17:31 +01:00
jenkins 7a88468ba7 Jenkins release build 1.6.2 2023-01-16 14:35:13 +01:00
jenkins d9766c4088 Jenkins release build 1.6.1 2022-12-23 11:31:55 +01:00
jenkins 3c97a43f35 Jenkins release build 1.6.0 2022-12-10 14:52:33 +01:00
jenkins d7ba42c2df Jenkins release build 1.5.1 2022-11-07 12:47:41 +01:00
jenkins 7a3dec3fe8 Jenkins release build 1.5.0 2022-10-17 11:20:15 +02:00
jenkins b9d69e4851 Jenkins release build 1.4.1 2022-09-23 16:33:27 +02:00
jenkins fe2a6c288a Jenkins release build 1.4.0 2022-08-09 23:02:56 +02:00
jenkins 281053ef7a Jenkins release build 1.3.1 2022-07-11 15:34:49 +02:00
jenkins 975d5a0d9f Jenkins release build 1.3.0 2022-06-30 15:04:11 +02:00
jenkins 768a5c890f Jenkins release build 1.2.0 2022-06-07 19:43:02 +02:00
jenkins 7306637786 Merge PR #32: Add local sockets 2022-06-07 19:43:01 +02:00
Simon Stürz d576a7bdf4 Update unix socket settings and fix tests 2022-05-19 07:42:55 +02:00
Simon Stürz b255e52396 Add local sockets 2022-05-18 17:08:40 +02:00
jenkins 4683f4888e Jenkins release build 1.1.0 2022-05-06 18:55:22 +02:00
jenkins bbcc038a1e Merge PR #30: Fix format string function with variable input 2022-05-06 18:55:22 +02:00
jenkins a04f6d117e Merge PR #29: Fix authentication reply crash if client already disconnected 2022-05-06 18:55:21 +02:00
Simon Stürz bd9823a0bd Speed up and stabalize tests 2022-05-06 15:38:23 +02:00
Simon Stürz a534582b8c Remove any custom signal spy timeout due to random stress based test failures 2022-05-06 15:10:06 +02:00
Simon Stürz 434ed30f5e Fix remote proxy test timing 2022-05-05 14:03:38 +02:00
Simon Stürz 56948912dd Add more timespace between timeout and background timeouts to stabalize tests 2022-05-03 15:02:46 +02:00
Simon Stürz 84f45d75ef Stabalize tests and improve inactive timout test 2022-04-28 10:45:04 +02:00
Simon Stürz 7e53286538 Fix potential crash if the remote client is not available any more 2022-04-28 10:26:26 +02:00
Michael Zanetti aa3fbdb1ae Enable generating a test-results.xml from dpkg builds 2022-04-23 01:47:44 +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 8f8e660eb9 Fix authentication reply crash if client already disconnected 2022-04-04 08:59:10 +02:00
Jenkins nymea 6c6013665f Jenkins release build 1.0.0 2022-03-18 23:08:50 +01:00
Jenkins nymea cb880a3ee0 Merge PR #28: Add pkgconfig for nymea-remoteproxy development library 2022-03-18 23:08:48 +01:00
Jenkins nymea 0465eae8d6 Merge PR #23: Introduce tunnel proxy 2022-03-18 23:08:47 +01:00
Jenkins nymea 498f6dc715 Merge PR #9: Tcp server 2022-03-18 23:08:46 +01:00
Simon Stürz b6eb839da4 Add missing pkgconfig 2022-03-18 15:14:08 +01:00
Simon Stürz d80a39b6d9 Add pkgconfig for nymea-remoteproxy development library 2022-03-18 15:04:46 +01:00
Simon Stürz 1c57db04f3 Make TCP default connection for clients 2022-03-09 17:33:57 +01:00
Simon Stürz 816111ddc7 Update package to packet 2022-03-09 17:09:12 +01:00
Simon Stürz 5d5f433b4f Use TCP as default transport layer for clients 2022-03-09 17:05:34 +01:00
Simon Stürz 45b1d4400f Update versioning and minor fixes 2022-03-09 16:38:24 +01:00
Simon Stürz 1c1231a926 Fix issue #25 remote proxy tests for Qt > 5.12 2022-02-15 17:33:46 +01:00
Simon Stürz accb6ec166 Introduce ping for keeping the connection alive 2022-02-03 10:28:13 +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 97514a9504 Fix multiple remoe connected changed signals even if not changed 2021-12-20 15:43:15 +01:00
Simon Stürz 32c33ec23f Fix reconnect to tunnel proxy and improve framing 2021-12-20 13:50:31 +01:00