matt
fd2d4c19ac
Update novnc commit
2021-10-14 17:34:48 +00:00
matt
0fcce6cb1f
webpack fix
2021-10-13 13:45:32 +00:00
matt
3236216af9
rebase from master
2021-10-12 18:43:20 +00:00
j-travis
bcad19542e
Merge pull request #63 from kasmtech/feature/KASM-1871_scroll_sensitivity
...
KASM-1871 Add smooth scrolling
2021-10-12 14:24:01 -04:00
Justin Travis
24e21325ef
KASM-1871 Pull in submodule from tip of master
2021-10-12 13:37:40 -04:00
matt
a996e9fa87
Fix CentOS pipeline
2021-10-12 14:33:42 +00:00
matt
0ec2069c58
Merge branch 'chromeclip' of https://github.com/kasmtech/KasmVNC into chromeclip
2021-10-12 14:13:51 +00:00
matt
cdf25dfeb1
WIP: Update novnc commit
2021-10-12 14:13:18 +00:00
Lauri Kasanen
c7d0abe837
Add a clarifying log message for INCR clipboard transfers
2021-10-08 18:38:23 +03:00
Mariusz Marciniak
0a45fcc700
KASM-1871 Add smooth scrolling
...
Previously all scrolling relied on "clicking" the up/down or left/right scroll buttons
which made it unprecise and to always scroll at the same speed.
Now we pass the scroll delta directly to the xorg input driver so the scroll is more responsinve and adaptive.
2021-10-07 14:08:20 +02:00
Lauri Kasanen
9f5d1d28e2
Off-by-one in sse2 scaling
2021-10-05 13:00:58 +03:00
Lauri Kasanen
b43575ebcb
Move binclip clear to probing phase
2021-10-05 12:47:58 +03:00
mmcclaskey
3f3d31312c
Update README
2021-10-04 10:48:14 -04:00
j-travis
e857b86924
Merge pull request #60 from kasmtech/bugfix/KASM-1985_centos_ca_certs
...
KASM-1985 Address build failures by updating Centos CA certs
2021-10-03 13:55:51 -04:00
Justin Travis
e470021ca6
KASM-1985 Address build failures by updating Centos CA certs
2021-10-03 13:33:04 -04:00
mmcclaskey
5a1f9b9ae2
Update README download link
2021-09-29 13:47:14 -04:00
Lauri Kasanen
b2cfaafff9
Bind text to binary clipboard
2021-09-28 13:03:01 +03:00
Lauri Kasanen
369bee745e
Remove old text clipboard
2021-09-28 12:10:42 +03:00
mmcclaskey
93e47e5d54
Bugfix/kasm 1912 websocket crash ( #57 )
...
* Copy-paste bug in SSE2 scaling to under 0.5x
* Better handling of websocket frames
* KASM-1912 websocket crash, scaling bug
Co-authored-by: Lauri Kasanen <cand@gmx.com >
Co-authored-by: matt <matt@kasmweb.com >
2021-09-24 08:25:35 -04:00
mmcclaskey
dd26c40844
KASM-1970 fix broken pipeline ( #56 )
...
Allow jobs to fail if they are not required for the greater KAsm. Later we should modify this to not allow a fail fo rrelease branches
2021-09-23 18:49:52 -04:00
mmcclaskey
3f680a7b80
KASM-1913 webp mode tweaks ( #55 )
...
Co-authored-by: matt <matt@kasmweb.com >
2021-09-23 14:04:19 -04:00
Lauri Kasanen
0824452869
Copy-paste bug in SSE2 scaling to under 0.5x
2021-09-22 13:22:27 +03:00
Lauri Kasanen
3dca11e031
Better handling of websocket frames
2021-09-22 12:55:02 +03:00
Lauri Kasanen
4f25657d4a
Rename -DLP_Clip_Types to -DLP_ClipTypes
2021-09-17 12:12:29 +03:00
Lauri Kasanen
53c8de789f
Initial binary clipboard support
2021-09-16 15:49:42 +03:00
matt
159d752795
Update noVNC commit
2021-09-10 18:11:35 +00:00
mmcclaskey
0cb2c0ba9f
Sse scaling ( #52 )
...
* Add CPUID functions for runtime dispatch
* Add SSE2 scaling
2021-09-09 13:55:33 -04:00
mmcclaskey
dc21d5f97c
Add a set of self-microbenchmarks ( #51 )
...
Co-authored-by: Lauri Kasanen <cand@gmx.com >
2021-09-09 12:46:57 -04:00
Dmitry Maksyoma
91eb953f62
Feature/kasm 1838 libjpeg turbo from source ( #49 )
...
New build option with latest stable libjpeg-turbo library
2021-09-07 08:11:21 -04:00
mmcclaskey
6f2805e186
Merge pull request #47 from kasmtech/bugfix/KASM-1815_DO_websocket
...
Bugfix/kasm 1815 do websocket
2021-08-18 05:22:54 -04:00
Lauri Kasanen
d80eb39686
Fix DigitalOcean load balancer websocket connection (they too used wrong case in a header)
2021-08-17 13:30:33 +03:00
Lauri Kasanen
4b28667e90
Fix possible missing clipboard deinit
2021-08-17 13:13:51 +03:00
mmcclaskey
5341bc6fba
Merge pull request #46 from kasmtech/speed-up-deb-build
...
Slash a minute off tarball build
2021-08-16 11:17:37 -04:00
Dmitry Maksyoma
9ec4cba184
Slash a minute off tarball build
2021-08-17 00:00:55 +12:00
mmcclaskey
643a0cfed6
Merge pull request #45 from kasmtech/multiple
...
Add pid to the internal socket name, clarify websocketport bind error
2021-08-15 05:47:05 -04:00
Lauri Kasanen
9ca850a108
Add pid to the internal socket name, clarify websocketport bind error
2021-08-13 12:15:17 +03:00
matt
ec6bd697a8
update novnc ref
2021-08-05 14:48:41 -04:00
matt
544a9fc592
KASM-1512 api stats KASM-1790 cursor
2021-08-05 11:12:03 -04:00
mmcclaskey
7b5838a1ea
Merge pull request #43 from kasmtech/apistats
...
Apistats
2021-08-05 11:03:35 -04:00
Lauri Kasanen
a9b66833a9
Change frame stats API json formatting
2021-08-03 14:41:54 +03:00
Lauri Kasanen
e208d5bb5f
Bottleneck clear should wait instead of try
2021-08-02 13:56:54 +03:00
Lauri Kasanen
f57e6e644b
Add some more frame stats granularity, skip frame stats on no-data calls
2021-08-02 13:47:48 +03:00
Lauri Kasanen
c1ed769780
Clear disconnected clients from the bottleneck stats api
2021-08-02 12:45:51 +03:00
matt
fae8aa9051
switched novnc commit
2021-07-29 14:04:39 -04:00
Lauri Kasanen
438271d68b
Add support for vmware cursor
2021-07-29 18:02:57 +03:00
Lauri Kasanen
fb9dd56703
Initial /api/get_frame_stats
2021-07-27 15:33:48 +03:00
Lauri Kasanen
32e8d40472
Implement /api/get_bottleneck_stats
2021-07-26 18:58:29 +03:00
Lauri Kasanen
811e7cde3a
Use case-insensitive search for the websocket headers
2021-07-12 15:44:24 +03:00
mmcclaskey
72affbfcf4
[skip CI] Readme updates
2021-06-25 10:04:26 -04:00
mmcclaskey
b362110b07
[skip CI] update readme
2021-06-25 05:59:14 -04:00