bwi/v2.3.0 #29

Merged
bartoszek merged 38 commits from bwi/v2.3.0 into main 2025-09-11 08:32:43 +00:00

38 Commits

Author SHA1 Message Date
Bartosz Wieczorek
fe8e5d0fe9 Fix proxy for websockets 2025-06-25 20:00:13 +02:00
Bartosz Wieczorek
b6bf3792d8 Fix proxy for websockets 2025-06-25 19:44:13 +02:00
Bartosz Wieczorek
b629f2d7e1 Fix proxy for websockets 2025-06-25 19:33:42 +02:00
Bartosz Wieczorek
c1806bc911 Fix proxy for websockets 2025-06-25 19:16:30 +02:00
Bartosz Wieczorek
6747caa56c Fix proxy for websockets 2025-06-25 19:13:21 +02:00
Bartosz Wieczorek
677ba438be Fix proxy for websockets 2025-06-25 19:10:20 +02:00
Bartosz Wieczorek
eb8f00c8ec Fix proxy for websockets 2025-06-25 19:04:41 +02:00
Bartosz Wieczorek
4cea202278 Fix proxy for websockets 2025-06-25 19:00:05 +02:00
Bartosz Wieczorek
d5462e9b1b remove .orig file from sources 2025-06-18 09:44:03 +02:00
Bartosz Wieczorek
5fd06e2875 change proxy configuration parameters names 2025-06-18 09:40:06 +02:00
Bartosz Wieczorek
73e3a705aa Merge branch 'bwi/v2.3.0' of https://git.ranczo.eu/bartoszek/rublon-ssh into bwi/v2.3.0 2025-06-17 13:42:32 +02:00
Bartosz Wieczorek
40e2aa5713 Update version 2025-06-17 13:42:10 +02:00
2012f6a7bc Update rhel8 packages 2025-06-17 11:26:50 +00:00
Bartosz Wieczorek
93b34d46a9 add configuration dump to check application 2025-06-16 14:05:34 +02:00
Bartosz Wieczorek
b03fe57d3c remove usage of unordered_map 2025-06-16 12:52:25 +02:00
Bartosz Wieczorek
9f7cc1bebe Do not use unordered_map 2025-06-13 16:44:46 +02:00
Bartosz Wieczorek
d2351338e4 add experimental unordered map 2025-06-13 16:42:09 +02:00
Bartosz Wieczorek
58526ee41c Cleanup includes 2025-06-13 16:39:15 +02:00
Bartosz Wieczorek
ec3d7233b1 try to fix compile errors on sles 2025-06-13 16:24:52 +02:00
Bartosz Wieczorek
6f3da4edb6 remove codeconv usage 2025-06-13 12:51:58 +02:00
Bartosz Wieczorek
29890305c6 Add config entry to check application 2025-06-12 13:11:44 +02:00
Bartosz Wieczorek
5d163800c3 Add a proxy fallback, and read proxy from env 2025-06-09 13:01:08 +02:00
Bartosz Wieczorek
4d456c56a8 Fix http headers bug when using proxy server 2025-06-05 13:04:28 +02:00
Bartosz Wieczorek
d423ac93e0 Add logs to check is proxy is used 2025-06-05 11:32:30 +02:00
Bartosz Wieczorek
3aca263a53 --amend 2025-06-04 14:19:14 +02:00
Bartosz Wieczorek
0b4597444c fix subscribe message reqression 2025-06-04 14:11:36 +02:00
Bartosz Wieczorek
18846bf95f change logs 2025-06-04 13:56:54 +02:00
Bartosz Wieczorek
e228f241bf fix initialization of core handler 2025-06-04 13:29:35 +02:00
Bartosz Wieczorek
5ab6a47efb Make everything in core connector memory resource aware 2025-06-04 12:44:44 +02:00
Bartosz Wieczorek
161ba94f45 Fix memory management issue, remove strict allocators and make connector more polite to memory overflow errors 2025-06-04 11:19:30 +02:00
Bartosz Wieczorek
65e3a5a73c fix configuration check regresion 2025-06-04 09:05:49 +02:00
Bartosz Wieczorek
19e117e39b fix bad optional access 2025-06-03 14:02:37 +02:00
Bartosz Wieczorek
aa334ea60a fix formatting 2025-06-03 13:02:57 +02:00
Bartosz Wieczorek
e5cc1f619e rewrite configuration reading module 2025-05-30 14:22:06 +02:00
Bartosz Wieczorek
8ea835c2f0 fix fileSHA256 function 2025-05-30 11:39:19 +02:00
Bartosz Wieczorek
8edd768488 Remove some dynamic memory allocations 2025-05-30 11:21:27 +02:00
Bartosz Wieczorek
cd65d742a5 Add base PROXY support implementation 2025-05-30 10:05:02 +02:00
rublon-bwi
af64f8e9e3
Bwi/v2.2.0 (#16)
* Remove dynamic memory usage from core

* Refacor status check to use json pointers

* Move access token to session

* Remove code duplication

* Fix compile warnings from rapidjson sources

* Add 'interactive mode option to session configuration

* Implement non interactive mode connector

* Add 'non interactove' implementation

* Apply rapidjson patch

* Build on all cores

* Rename build script

* Split configure and build steps

* Add scripts for building all images

* Change bash to python for build scripts

* Stop printing methods name in non interactive mode

* Add trace log level, adn more params to init message

* Fix build

* Fix non interactive method selection and refactor vagrant files for debian like systems

* Refactor log messages

* Remove exces dependencies from vagrant configuration files

* Fixed vagrantfiles

* Added repo for rhel

* Add nonInteractiveMode option

* Added instalation script for pubkey

* Fixed pubkey install script and postrm for rhel
2025-03-07 11:41:12 +01:00