summaryrefslogtreecommitdiffstats
path: root/libvncserver/rre.c
Commit message (Collapse)AuthorAgeFilesLines
* Set proper file permissions for source files.Christian Beier2011-03-101-0/+0
|
* libvncserver: Make RRE, CoRRE and Ultra encodings thread-safe.Christian Beier2011-02-071-55/+35
| | | | | | | 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-0/+13
|
* The great UltraVNC Compatibility Commitsteven_carr2006-05-151-4/+4
|
* Client Independent Server Side Scaling is now supportedsteven_carr2006-05-031-4/+4
| | | | Both PalmVNC and UltraVNC SetScale messages are supported
* ANSIfy, fix some warnings from Linus' sparsedscho2005-05-151-18/+13
|
* global structures/functions should have "rfb", "sra" or "zrle" as prefix,dscho2004-08-301-3/+3
| | | | while structure members should not
* move the library into libvncserver/, x11vnc into x11vnc/dscho2004-05-251-0/+321