summaryrefslogtreecommitdiffstats
path: root/libvncserver/ultra.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix some typos (found by codespell)Stefan Weil2015-10-091-1/+1
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* Fix regression in Ultra encoding introduced by commit ↵Christian Beier2011-03-171-1/+1
| | | | | | fe1ca16e9b75b5f38ab374c8dfff92d2c3ea4532. My bad. There we see what the encodings test is good for ;-)
* Fix (most) MinGW32 compiler warnings.Christian Beier2011-03-171-2/+2
|
* libvncserver: Make RRE, CoRRE and Ultra encodings thread-safe.Christian Beier2011-02-071-39/+22
| | | | | | | 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>
* Plugged some memory leakagesteven_carr2006-05-281-1/+22
|
* The great UltraVNC Compatibility Commitsteven_carr2006-05-151-3/+1
|
* Client Independent Server Side Scaling is now supportedsteven_carr2006-05-031-3/+3
| | | | Both PalmVNC and UltraVNC SetScale messages are supported
* Ultra Encoding added. Tested against UltraVNC V1.01steven_carr2006-05-021-0/+229