summaryrefslogtreecommitdiffstats
path: root/libvncserver/tight.c
Commit message (Expand)AuthorAgeFilesLines
* LibVNCServer: properly use thread-local storageTobias Junghans2018-11-191-3/+4
* Tight: export SendCompressedData and SendTightHeader functionsEddie James2018-06-201-14/+11
* Fix some typos (found by codespell)Stefan Weil2015-10-091-1/+1
* Changed C++ style comments to C onesBenjamin Dürholt2015-04-131-1/+1
* prevent segfaultBenjamin Dürholt2015-04-101-1/+5
* Use C-style comments in rfbconfig.h.cmake and C source code.Raphael Kubo da Costa2012-09-141-4/+4
* Make TurboVNC compress level 3 actually work.Christian Beier2012-04-121-1/+1
* Replace TightVNC encoder with TurboVNC encoder. This patch is the result of f...DRC2012-03-261-583/+416
* tightPng: check even for SendGradientRect.Joel Martin2011-07-221-0/+6
* tightPng: Add initial tightPng encoding support.Joel Martin2011-07-221-42/+279
* Revert "Fix memory corruption bug."Christian Beier2011-04-301-2/+0
* Fix memory corruption bug.George Kiagiadakis2011-04-281-0/+2
* Fix MinGW32 compilation with libjpeg.Christian Beier2010-09-061-0/+3
* Thread safety for zrle, zlib, tight.runge2009-05-211-15/+30
* The great UltraVNC Compatibility Commitsteven_carr2006-05-151-16/+16
* Client Independent Server Side Scaling is now supportedsteven_carr2006-05-031-11/+11
* 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
* move the library into libvncserver/, x11vnc into x11vnc/dscho2004-05-251-0/+1820