summaryrefslogtreecommitdiffstats
path: root/libvncserver/ultra.c
Commit message (Collapse)AuthorAgeFilesLines
* 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