summaryrefslogtreecommitdiffstats
path: root/rfb/rfbclient.h
Commit message (Expand)AuthorAgeFilesLines
* Add hooks to client library to ontain network and authentication statusTimothy Pearson2015-01-131-0/+4
* Generally adjusting headers for compiling on windows without the mixing of Wi...Daniel Cohen Gindi2014-09-201-0/+4
* Fix ABI compatibility issue.Christian Beier2013-01-251-1/+4
* LibVNCClient: Add H.264 encoding for framebuffer updatesDavid Verbeiren2013-01-251-0/+1
* LibVNCClient: Remove all those WITH_CLIENT_TLS #ifdefs and move GnuTLS specif...Christian Beier2012-04-151-6/+1
* IPv6 support for LibVNCServer, part three: make reverse connections IPv6-capa...Christian Beier2012-03-101-1/+4
* Add an optional parameter to specify the ip address for reverse connectionsLuca Stauble2012-02-031-0/+4
* Small changes to LibNVCClient doxygen documentation.Christian Beier2011-12-151-22/+23
* Merge branch 'master' of https://github.com/watkipet/libvncserverChristian Beier2011-12-151-1/+215
|\
| * Added comments.Peter Watkins2011-10-261-1/+215
* | Hopefully fix the crash when updating from 0.9.7 or earlierJohannes Schindelin2011-10-121-4/+5
|/
* Add doxygen documentation support.Christian Beier2010-11-181-29/+43
* libvnc[server|client]: implement xvp VNC extension.Christian Beier2010-11-021-0/+5
* IP QoS support in libvncclient.Christian Beier2010-09-291-0/+4
* libvncclient: add ipv6 supportVic Lee2010-07-081-0/+1
* Add UltraVNC Repeater support in libvncclientVic Lee2010-01-161-0/+5
* Add support for viewers to select security types on demandVic Lee2010-01-011-0/+5
* libvncclient: better return value for non-forking listen.Christian Beier2009-11-121-1/+1
* Merge branch 'VeNCrypt'Johannes Schindelin2009-11-021-0/+51
|\
| * Add MSLogon security typeVic Lee2009-11-021-0/+10
| * Add VeNCrypt support in libvncclientVic Lee2009-10-021-3/+6
| * Add anonymous TLS support in libvncclientVic Lee2009-10-021-0/+38
* | libvncclient: add a non-forking listen function.Christian Beier2009-10-301-0/+4
* | libvncclient: Add FinishedFrameBufferUpdate callbackAlexander Dorokhine2009-10-301-0/+2
|/
* Export the functions SupportsClient2Server and SupportsServer2Clientllyzs2009-05-201-0/+3
* libvncclient: Unix sockets support by Ben KlopfensteinBen Klopfenstein2009-05-121-0/+1
* Fix compilation in the absence of libjpegdscho2008-04-281-1/+1
* rfbclient.h: use 'extern "C"' to make it convenient to include from C++dscho2007-04-061-0/+9
* LibVNCClient: some users do not want to get whole-screen updates; introduce c...dscho2007-02-011-0/+4
* libvncclient: add GotCursorShape() and GotCopyRect(); x11vnc dep on libvncclientrunge2007-01-311-0/+6
* make cut text handling using a hookdscho2006-09-111-2/+2
* The great UltraVNC Compatibility Commitsteven_carr2006-05-151-0/+21
* Client side support for PalmVNC/UltraVNC 'Server Side Scaling'steven_carr2006-05-041-0/+3
* Ultra Encoding added. Tested against UltraVNC V1.01steven_carr2006-05-021-2/+6
* libvncclient: support changing of framebuffer size; make SDLvncviewer use itdscho2006-04-281-0/+2
* add KeyboardLedState extensiondscho2006-03-281-0/+6
* plug memory leaksdscho2005-12-071-0/+1
* fix deadlock from rfbReleaseExtensionIterator(), fix no libz/libjpeg builds,...runge2005-11-251-0/+2
* add an extension mechanism for LibVNCClient, modify the client data handlingdscho2005-10-061-1/+30
* 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
* more comments; support playing vncrec'orded filesdscho2004-06-181-1/+13
* add client_examples/, add SDLvncviewer, libvncclient API changes, suppress au...dscho2004-06-071-18/+12
* 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 ge...dscho2003-07-301-38/+38
* further valgrinding showed leaked mallocsdscho2003-07-291-0/+1
* fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr sho...dscho2003-07-281-6/+11
* first alpha version of libvncclientdscho2003-07-271-0/+186
OpenPOWER on IntegriCloud