Commit Graph

9 Commits (master)

Author SHA1 Message Date
Tobias Junghans e66a8a17f3 Allow to use global LZO library instead of miniLZO
The complete LZO library nowadays is installed on many systems so we can
optionally make use of it and omit internal miniLZO implementation.
7 years ago
Stefan Weil 9c7efb7633 Fix some typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
10 years ago
Christian Beier 62b7acf480 Fix regression in Ultra encoding introduced by commit fe1ca16e9b.
My bad. There we see what the encodings test is good for ;-)
15 years ago
Christian Beier fe1ca16e9b Fix (most) MinGW32 compiler warnings. 15 years ago
Christian Beier 9f49600787 libvncserver: Make RRE, CoRRE and Ultra encodings thread-safe.
This adds generic before/after encoding buffers to the rfbClient
struct, so there is no need for thread local storage.

Signed-off-by: Christian Beier <dontmind@freeshell.org>
15 years ago
steven_carr 1955526d45 Plugged some memory leakage 20 years ago
steven_carr ccdbe8f325 The great UltraVNC Compatibility Commit 20 years ago
steven_carr 2670641432 Client Independent Server Side Scaling is now supported
Both PalmVNC and UltraVNC SetScale messages are supported
20 years ago
steven_carr afa9fae024 Ultra Encoding added. Tested against UltraVNC V1.01 20 years ago