Commit Graph

1114 Commits

Author SHA1 Message Date
1948030a48 Use Debian Bookworm slim in CI, restore ability to limit built distros, a flag to allow run_test distros to fail 2025-05-25 10:33:04 +00:00
9184050dae Merge branch 'feature/VNC-155-add-scroll-detection-config' into 'master'
VNC-155 ConfigKey can have both type and validator

Closes VNC-155

See merge request kasm-technologies/internal/KasmVNC!183
2025-05-14 18:45:11 +00:00
e1a4f9db65 VNC-155 Add scrolling CLI options to Xvnc man page 2025-05-14 23:25:26 +12:00
14ef7178b2 VNC-155 Add scrolling configuration keys
encoding.scrolling.detect_vertical_scrolling
encoding.scrolling.detect_horizontal_scrolling
encoding.scrolling.scroll_detect_threshold
2025-05-14 21:44:08 +12:00
0924817a76 VNC-155 ConfigKey can have both type and validator
Type can check whether value is boolean or int, and validator can check
whether another configuration key is defined, for example.
2025-05-14 21:30:58 +12:00
f12264c5ad VNC-155 Refactor 2025-05-14 21:10:45 +12:00
634731748a VNC-155 Refactor 2025-05-14 20:21:10 +12:00
b26ec0bf3d Merge branch 'bugfix/VNC-127-kasm-vnc-low-frame-rate-on-master' into 'master'
VNC-127 Threading performance increases

Closes VNC-127

See merge request kasm-technologies/internal/KasmVNC!179
2025-05-13 16:35:12 +00:00
19ccc8272d Merge branch 'feature/VNC-141-cleanup' into 'master'
VNC-141 Rename upload.sh -> helpers.sh

Closes VNC-141

See merge request kasm-technologies/internal/KasmVNC!182
2025-05-13 10:01:07 +00:00
07366639a1 Merge branch 'feature/VNC-144-functional-test-use-release-1.0.0-branch' into 'master'
VNC-144 Use release/1.0.0 branch in functional tests

Closes VNC-144

See merge request kasm-technologies/internal/KasmVNC!181
2025-05-13 09:59:17 +00:00
El
58fccb771a VNC-127 Improve TBB build script 2025-05-12 16:46:34 +05:00
El
ad95259fda VNC-127 Disable shared library builds for TBB 2025-05-12 16:46:34 +05:00
El
d144f5a5e0 VNC-127 Replace individual script runs with unified build-deps.sh 2025-05-12 16:46:34 +05:00
El
b691b34da2 VNC-127 Add libtbb-dev to build dependencies in Dockerfiles 2025-05-12 16:46:34 +05:00
El
ca6884109a VNC-127 Set GCC 14 explicitly and adjust build script order 2025-05-12 16:46:34 +05:00
El
0bc0875a95 VNC-127 Add dependencies across builds 2025-05-12 16:46:34 +05:00
El
79e0d6cad1 VNC-127 Prevent rebuilding existing KasmVNC images in build script. Enable error checking and update container execution logic 2025-05-12 16:41:04 +05:00
El
9cdf96c486 VNC-127 Add script to build and test Docker containers 2025-05-12 16:41:04 +05:00
El
61f48bc7d1 VNC-127 Add TBB dependency to rfb build configuration 2025-05-12 16:41:04 +05:00
El
b51a09c477 VNC-127 Introduce TBB task arena for optimized parallel execution 2025-05-12 16:41:04 +05:00
2fac45b560 VNC-141 Rename upload.sh -> helpers.sh 2025-05-12 22:11:05 +12:00
eb2b33a31e VNC-144 Use release/1.0.0 branch in functional tests 2025-05-10 22:06:35 +12:00
c89bf7b119 Merge branch 'feature/KASM-7052-functional-testing' into 'master'
KASM-7052 Add test-barebones

Closes KASM-7052

See merge request kasm-technologies/internal/KasmVNC!178
2025-05-10 09:52:34 +00:00
0244c47d7a KASM-7052 Add test-barebones 2025-05-10 09:52:34 +00:00
0dbe6f9896 Merge branch 'feature/KASM-7202_run_web_code_with_node' into 'master'
KASM-7202 run web code from source using node

Closes KASM-7202

See merge request kasm-technologies/internal/KasmVNC!173
2025-05-04 08:47:48 +00:00
f13a4c198c clarify readme 2025-05-03 10:44:36 +00:00
38eb2c6110 rebase and fix conflicts 2025-05-03 09:31:00 +00:00
c268476b54 Merge branch 'KASM-6984-kasm-vnc-benchmarks' into 'master'
KASM-6984 KasmVNC Benchmarks

Closes KASM-6984

See merge request kasm-technologies/internal/KasmVNC!172
2025-05-02 18:21:27 +00:00
5fba51986b Use pseudoEncodings that match client default settings 2025-05-02 17:52:20 +00:00
El
7c4250666a KASM-6984 Revert changes 2025-05-02 20:35:16 +05:00
El
ee43b75f38 KASM-6984 Update benchmark specs and CI to include JPEG and WebP results 2025-05-02 16:09:37 +05:00
El
af1a615dd1 KASM-6984 Reverted added line 2025-05-01 17:47:08 +05:00
El
dd12dcd2b7 KASM-6984 Reverted changes 2025-05-01 17:47:08 +05:00
El
df650b7d0c KASM-6984 Add WebP for benchmarking when value is not default 2025-05-01 17:47:08 +05:00
El
415607ea42 KASM-6984 Moved to a dynamic library load 2025-05-01 17:47:08 +05:00
El
f64dc1a257 KASM-6984 Add ffmpeg-libs to required packages 2025-04-29 15:29:38 +05:00
El
148f22f05f KASM-6984 Update man pages 2025-04-28 23:43:31 +05:00
El
f037c3bae1 KASM-6984 Updated copyright information and performed minor code cleanup to remove unused code and improve readability. 2025-04-28 23:43:31 +05:00
El
2237c97a5e KASM-6984 Refactor benchmarking 2025-04-28 23:43:31 +05:00
El
07d72ebfbc KASM-6984 Refactor benchmarking 2025-04-28 23:43:31 +05:00
El
8180eb8b87 KASM-6984 Refactor benchmarking 2025-04-28 23:43:31 +05:00
El
75dc2de7f8 KASM-6984 Refactor SConnection::setEncodings for readability and consistency 2025-04-28 23:43:31 +05:00
El
eff36f0a95 KASM-6984 Remove unnecessary benchmark.h from RFB_SOURCES list 2025-04-28 23:43:31 +05:00
El
4e3b8ac6c0 KASM-6984 Add Docker Hub login step to CI pipeline 2025-04-28 23:43:31 +05:00
El
fdc2f29ce2 KASM-6984 Update benchmarking 2025-04-28 23:43:31 +05:00
El
9e79d8ae56 KASM-6984 Update copyright information in benchmark files 2025-04-28 23:43:31 +05:00
El
b325028d92 KASM-6984 Refactor benchmark code to simplify and modernize usage 2025-04-28 23:43:30 +05:00
El
544295505e KASM-6984 Refactor benchmark code to simplify and modernize usage 2025-04-28 23:43:30 +05:00
El
20d7067539 KASM-6984 Added dependencies 2025-04-28 23:43:30 +05:00
El
2859e86a70 KASM-6984 Added dependencies 2025-04-28 23:43:30 +05:00