summaryrefslogtreecommitdiffstats
path: root/rfb/rfbclient.h
Commit message (Collapse)AuthorAgeFilesLines
* make zlib and tight handling thread safe (static -> rfbClient)dscho2005-05-231-0/+44
|
* move read buffer to rfbClient structure (thread safety); make rfbClientLogdscho2004-10-161-4/+12
| | | | overrideable
* more comments; support playing vncrec'orded filesdscho2004-06-181-1/+13
|
* add client_examples/, add SDLvncviewer, libvncclient API changes, suppress ↵dscho2004-06-071-18/+12
| | | | automake CFLAGS nagging
* add rfbclient.h to distribution; avoid C++ style commentsdscho2003-07-301-2/+0
|
* API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ↵dscho2003-07-301-38/+38
| | | | get prefix "LIBVNCSERVER_"
* further valgrinding showed leaked mallocsdscho2003-07-291-0/+1
|
* fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr ↵dscho2003-07-281-6/+11
| | | | should not be used in a library (use rfbLog instead)
* first alpha version of libvncclientdscho2003-07-271-0/+186