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