summaryrefslogtreecommitdiffstats
path: root/libvncserver/zrle.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix remaining compiler warnings.Christian Beier2011-03-171-3/+0
|
* Thread safety for zrle, zlib, tight.runge2009-05-211-6/+21
| | | | Proposed tight security type fix for debian bug 517422.
* Make ZYWRLE thread-safe for multiple clientsdscho2008-01-301-7/+7
| | | | | | | | ZYWRLE used a static buffer, which does not work too well if you have more than one client in a threaded server. Instead, we have the data in the client structure now. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* ZYWRLE brown paper bag fixdscho2008-01-301-2/+2
| | | | | | | | | | While adjusting the coding style, three stupid mistakes happened. The quality is _not_ just 1, 2, 3, but really 1, 3, 2. And the macros ZYWRLE_PACK_COEFF() and ZYWRLE_UNPACK_COEFF() expand to more than one statement, which means that we need curly brackets around them when they are in an if clause. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* Add ZYWRLE server-side support (thanks Noriaki Yamazaki, Hitachi)dscho2008-01-291-12/+74
| | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* The great UltraVNC Compatibility Commitsteven_carr2006-05-151-3/+2
|
* 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-1/+2
|
* 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/+183