Commit Graph

138 Commits (f0cdb2706b887d419d1fbcc448f2aa0d64bad9e1)

Author SHA1 Message Date
Simon Stürz f0cdb2706b Prepare client library for tunnel proxy 2021-07-30 13:12:42 +02:00
Simon Stürz 56d32bed2b Add server and client registration and prepare client data multiplexing 2021-07-29 19:04:44 +02:00
Simon Stürz 3174387e96 Do not print all debug categories in tests 2021-07-29 11:49:11 +02:00
Simon Stürz 24e7c2983f Abstract transport interface client and restructure client classes 2021-07-29 11:38:55 +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 ec011a8962 Update remote proxy version to 0.2.0 2021-07-27 11:51:30 +02:00
Simon Stürz a1da55b92f Update install paths and copyright license headers 2021-07-27 11:49:46 +02:00
Simon Stürz 4c0f6b6401 Fix tcp tests 2021-07-27 11:31:50 +02:00
Simon Stürz e902f46fd4 Fix inline comments for data buffer size violation and remove uneccesary critical debugs 2021-07-27 11:25:06 +02:00
Simon Stürz b91f89fea2 Add TCP to Websocket test and new coverage report script 2021-07-27 11:25:06 +02:00
Simon Stürz b49a9767c7 Fix package fragmentation in TCP server and client 2021-07-27 11:25:06 +02:00
Simon Stürz 52ce0b5084 Fix tests and improve proxy client handling in authentication and json layer 2021-07-27 11:25:06 +02:00
Simon Stürz 8fff4c6685 Add tcp/ssl socket server and prepare tests 2021-07-27 11:21:33 +02:00
Simon Stürz deaec8be40 Add tcp server basic structure 2021-07-27 11:21:33 +02:00
Simon Stürz 9fd2a3440f Add insecure websocket support and start with tcp server support 2021-07-27 11:21:33 +02:00
Simon Stürz df5a240189 Add flush and abort to each socket close call 2021-07-27 11:20:34 +02:00
Simon Stürz bdda8da803 Fix tunnel debug print and use client id instead of uuid 2021-07-27 11:20:34 +02:00
Simon Stürz 8ff19135d6 Disable tests for default build 2021-07-27 11:20:34 +02:00
Simon Stürz 5ccb84d173 Add tunnel debug category for cleaner log reading 2021-07-27 11:20:34 +02:00
Simon Stürz 5175052ab3 Add tests to debian packaging script 2021-07-27 11:16:53 +02:00
Simon Stürz 4262e6eb9f Replace internal logging filter with service logging configuration file 2021-07-27 11:16:53 +02:00
Simon Stürz fcd0e7c105 Add logging file configuration and close sockets on error 2021-07-27 11:16:53 +02:00
Jenkins nymea f5b5bb030d Jenkins release build 0.1.14 2021-05-19 18:25:05 +02:00
Jenkins nymea 7d4042a56f Merge PR #21: Make it build with gcc 10 and Ubuntu 21.04 2021-05-19 18:25:05 +02:00
Michael Zanetti bcd0c5c0f6 Make it build with gcc 10 and Ubuntu 21.04 2021-05-12 15:42:27 +02:00
Jenkins nymea fe8f93e6bd Jenkins release build 0.1.13 2021-04-19 12:34:14 +02:00
Jenkins nymea fe3da2e848 Merge PR #20: Add pkgconfig support 2021-04-19 12:34:14 +02:00
Michael Zanetti 871c0c4048 Add pkgconfig support 2021-04-19 12:33:47 +02:00
Jenkins nymea eaaffea30e Jenkins release build 0.1.12 2021-02-14 23:00:34 +01:00
Jenkins nymea 47da4a83aa Merge PR #19: Fix header install path 2021-02-14 23:00:33 +01:00
Michael Zanetti fea9732b66 Fix header install path 2021-02-08 17:01:59 +01:00
Jenkins nymea a74b07a2f4 Jenkins release build 0.1.11 2020-10-28 16:19:53 +01:00
Jenkins nymea a3111807da Merge PR #17: Don't use deprecated sprintf (since Qt 5.14) 2020-10-28 16:19:53 +01:00
Michael Zanetti 774f1964a8 Don't use deprecated sprintf (since Qt 5.14) 2020-10-26 13:42:31 +01:00
Jenkins nymea 032a1978a6 Jenkins release build 0.1.10 2020-06-02 21:01:32 +02:00
Jenkins nymea a8a10f80d5 Merge PR #16: Allow multiple tunnels for one valid token 2020-06-02 21:01:32 +02:00
Jenkins nymea 2e12170170 Jenkins release build 0.1.9 2020-01-23 13:40:15 +01:00
Jenkins nymea 046291ddab Merge PR #15: Update copyright 2020-01-23 13:40:13 +01:00
Jenkins nymea 0d54a1663a Merge PR #14: Fix building in sbuild 2020-01-23 13:40:13 +01:00
Michael Zanetti aec92c46d9 Updatet copyright 2020-01-23 00:40:33 +01:00
Jenkins nymea befb9d71bb Jenkins release build 0.1.8 2020-01-16 00:39:25 +01:00
Jenkins nymea 60d9ec05cc Merge PR #14: Fix building in sbuild 2020-01-16 00:39:24 +01:00
Michael Zanetti e09db777e0 Fix building in sbuild 2020-01-10 20:38:53 +01:00
Simon Stürz 5c84ef1e69 Allow multiple tunnels for one valid token 2020-01-08 15:02:57 +01:00
Jenkins nymea 9c7075192b Jenkins release build 0.1.7 2019-11-25 13:44:12 +01:00
Jenkins nymea 282c9b3186 Merge PR #13: Add option to disable tests during builds 2019-11-25 13:44:11 +01:00
Michael Zanetti 52234e57d1 Add option to disable tests during builds 2019-10-28 12:57:53 +01:00
Jenkins 8501daa942 Jenkins release build 2019-09-14 00:58:47 +02:00
Jenkins b864fb8275 Merge PR #11: Fix mock authenticator for tests 2019-09-14 00:58:46 +02:00
Simon Stürz 530fa41856 Clean up comments from debugging 2019-09-03 11:50:46 +02:00