summaryrefslogtreecommitdiffstats
path: root/libvncclient/rfbproto.c
Commit message (Collapse)AuthorAgeFilesLines
* move read buffer to rfbClient structure (thread safety); make rfbClientLogdscho2004-10-161-3/+7
| | | | overrideable
* global structures/functions should have "rfb", "sra" or "zrle" as prefix,dscho2004-08-301-10/+10
| | | | while structure members should not
* support password reading with getpass(); support -play to play vncrec'orded ↵dscho2004-06-181-17/+48
| | | | files
* recognize more encodingsdscho2004-06-151-0/+6
|
* fix silly update bug with raw encodingdscho2004-06-151-8/+9
|
* move the library into libvncserver/, x11vnc into x11vnc/dscho2004-05-251-2/+2
|
* make --without-jpeg, --without-zlib workdscho2003-08-081-1/+25
|
* API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ↵dscho2003-07-301-36/+36
| | | | get prefix "LIBVNCSERVER_"
* further valgrinding showed leaked mallocsdscho2003-07-291-4/+4
|
* fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr ↵dscho2003-07-281-109/+144
| | | | should not be used in a library (use rfbLog instead)
* first alpha version of libvncclientdscho2003-07-271-0/+1052