summaryrefslogtreecommitdiffstats
path: root/libvncclient/rfbproto.c
Commit message (Expand)AuthorAgeFilesLines
* Fix (most) MinGW32 compiler warnings.Christian Beier2011-03-171-0/+2
* Let libvncclient build with gcrypt for MinGW32 builds.Christian Beier2011-03-121-0/+4
* Add ARD (Apple Remote Desktop) security type supportVic Lee2011-01-311-0/+216
* Put files used by both libs into a 'common' dir.Christian Beier2011-01-251-2/+2
* libvnc[server|client]: implement xvp VNC extension.Christian Beier2010-11-021-0/+52
* Only define strncasecmp to _strnicmp when using MS compiler.Christian Beier2010-10-211-5/+1
* IP QoS support in libvncclient.Christian Beier2010-09-291-0/+3
* Fix MinGW32 compilation with libjpeg.Christian Beier2010-09-061-0/+3
* libvncclient: add ipv6 supportVic Lee2010-07-081-13/+25
* libvncclient: rfbResizeFrameBuffer should also set updateRect.X11VNC_0_9_11runge2010-05-081-0/+9
* Fix compilation without TLSJohannes Schindelin2010-03-131-1/+10
* Add UltraVNC Repeater support in libvncclientVic Lee2010-01-161-0/+45
* Add support for viewers to select security types on demandVic Lee2010-01-011-6/+53
* Fix version checking (>=3.8) for rfbVncAuthOK confirmation when no password r...Vic Lee2009-12-221-2/+4
* Fix checks for socket values, 0 is a legal value.Christian Beier2009-11-111-1/+1
* Merge branch 'VeNCrypt'Johannes Schindelin2009-11-021-91/+324
|\
| * Add MSLogon security typeVic Lee2009-11-021-8/+116
| * Add VeNCrypt support in libvncclientVic Lee2009-10-021-1/+74
| * Add anonymous TLS support in libvncclientVic Lee2009-10-021-91/+143
* | libvncclient: Add FinishedFrameBufferUpdate callbackAlexander Dorokhine2009-10-301-0/+3
* | Some broken build environments treat fprintf(fh, buf) as a fatal error...runge2009-10-071-1/+1
* | mingw32 crosscompile fixes.Christian Beier2009-10-021-0/+2
|/
* Fix IsUnixSocket()Christian Beier2009-10-021-1/+1
* Fix bug for logging unsupported security typesVic Lee2009-09-271-6/+26
* Fix bug for VNC Server version 4Vic Lee2009-09-271-1/+4
* libvncclient: Unix sockets support by Ben KlopfensteinBen Klopfenstein2009-05-121-5/+24
* ZYWRLE patch for libvncclient (thanks Noriaki Yamazaki)dscho2008-02-041-3/+23
* LibVNCClient: if the GotRect hook is set, override default op.dscho2007-08-141-2/+2
* LibVNCClient: some users do not want to get whole-screen updates; introduce c...dscho2007-02-011-2/+3
* libvncclient: add GotCursorShape() and GotCopyRect(); x11vnc dep on libvncclientrunge2007-01-311-3/+28
* make cut text handling using a hookdscho2006-09-111-11/+9
* RFB 3.8 clients are well informedsteven_carr2006-06-051-36/+56
* The great UltraVNC Compatibility Commitsteven_carr2006-05-151-30/+336
* Server Capability Encodingssteven_carr2006-05-041-24/+83
* UltraVNC with scaling, will send rectangles with a zero W or Hsteven_carr2006-05-041-3/+8
* Client side support for PalmVNC/UltraVNC 'Server Side Scaling'steven_carr2006-05-041-1/+48
* Ultra Encoding added. Tested against UltraVNC V1.01steven_carr2006-05-021-16/+76
* CopyRectangle() BPP!=8 bug fixedsteven_carr2006-05-021-1/+1
* libvncclient: support changing of framebuffer size; make SDLvncviewer use itdscho2006-04-281-15/+27
* add KeyboardLedState extensiondscho2006-03-281-0/+21
* fix deadlock from rfbReleaseExtensionIterator(), fix no libz/libjpeg builds,...runge2005-11-251-0/+4
* add an extension mechanism for LibVNCClient, modify the client data handlingdscho2005-10-061-15/+86
* implement ZRLE decodingdscho2005-05-241-0/+52
* make zlib and tight handling thread safe (static -> rfbClient)dscho2005-05-231-129/+0
* hide strict ansi stuff if not explicitely turned on; actually use the socklen...dscho2005-05-181-0/+2
* ANSIfy, fix some warnings from Linus' sparsedscho2005-05-151-11/+13
* support MinGW32!dscho2004-12-011-0/+2
* move read buffer to rfbClient structure (thread safety); make rfbClientLogdscho2004-10-161-3/+7
* global structures/functions should have "rfb", "sra" or "zrle" as prefix,dscho2004-08-301-10/+10
* support password reading with getpass(); support -play to play vncrec'orded f...dscho2004-06-181-17/+48
OpenPOWER on IntegriCloud