summaryrefslogtreecommitdiffstats
path: root/libvncclient/zlib.c
Commit message (Collapse)AuthorAgeFilesLines
* Add function pointers for every type of rectangleBalazs Ludmany2016-06-291-1/+1
|
* signed vs unsigned warnings eliminated (gcc 4.0.1)steven_carr2006-05-021-1/+1
|
* implement ZRLE decodingdscho2005-05-241-1/+1
|
* make zlib and tight handling thread safe (static -> rfbClient)dscho2005-05-231-22/+22
|
* move read buffer to rfbClient structure (thread safety); make rfbClientLogdscho2004-10-161-2/+2
| | | | overrideable
* make --without-jpeg, --without-zlib workdscho2003-08-081-0/+4
|
* API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ↵dscho2003-07-301-1/+1
| | | | get prefix "LIBVNCSERVER_"
* fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr ↵dscho2003-07-281-6/+6
| | | | should not be used in a library (use rfbLog instead)
* first alpha version of libvncclientdscho2003-07-271-0/+158