summaryrefslogtreecommitdiffstats
path: root/libvncserver/zrleencodetemplate.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix remaining compiler warnings.Christian Beier2011-03-171-6/+0
|
* Thread safety for zrle, zlib, tight.runge2009-05-211-4/+12
| | | | Proposed tight security type fix for debian bug 517422.
* Make ZYWRLE thread-safe for multiple clientsdscho2008-01-301-10/+8
| | | | | | | | 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>
* Add ZYWRLE server-side support (thanks Noriaki Yamazaki, Hitachi)dscho2008-01-291-10/+54
| | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* ANSIfy, fix some warnings from Linus' sparsedscho2005-05-151-1/+1
|
* convert c++ comments to c commentsdscho2004-06-181-8/+8
|
* move the library into libvncserver/, x11vnc into x11vnc/dscho2004-05-251-0/+272