summaryrefslogtreecommitdiffstats
path: root/libvncserver/tight.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Fix memory corruption bug."Christian Beier2011-04-301-2/+0
| | | | | | This reverts commit c1363fa9583ed41b94fbc79b3ff410b7d5189407. The proper fix was already in 804335f9d296440bb708ca844f5d89b58b50b0c6.
* Fix memory corruption bug.George Kiagiadakis2011-04-281-0/+2
| | | | | | | | This bug occured when a second telepathy tubes client was connected after the first one had disconnected and the channel (thus, the screen too) had been destroyed. Signed-off-by: Johannes Schindelin <[email protected]>
* Fix MinGW32 compilation with libjpeg.Christian Beier2010-09-061-0/+3
| | | | | | | | | MinGW32 (or more exactly, a rpcndr.h file included by winsock2.h) typedefs a 'boolean' type that jmorecfg.h included by jpeglib.h also tries to typedef. So, tell the jpeg headers. Closes: 3007302
* Thread safety for zrle, zlib, tight.runge2009-05-211-15/+30
| | | | Proposed tight security type fix for debian bug 517422.
* The great UltraVNC Compatibility Commitsteven_carr2006-05-151-16/+16
|
* Client Independent Server Side Scaling is now supportedsteven_carr2006-05-031-11/+11
| | | | Both PalmVNC and UltraVNC SetScale messages are supported
* ANSIfy, fix some warnings from Linus' sparsedscho2005-05-151-157/+143
|
* global structures/functions should have "rfb", "sra" or "zrle" as prefix,dscho2004-08-301-42/+42
| | | | while structure members should not
* move the library into libvncserver/, x11vnc into x11vnc/dscho2004-05-251-0/+1820