summaryrefslogtreecommitdiffstats
path: root/libvncclient
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix build failure wrt IP QoS support in libvncclient.Christian Beier2010-10-201-1/+1
* Avoid 100% CPU usage when calling ReadFromRFBServer and no available bytes to...Vic Lee2010-10-131-0/+10
* IP QoS support in libvncclient.Christian Beier2010-09-293-0/+56
* Non-blocking sockets for Windows.Christian Beier2010-09-131-6/+9
* Fix MinGW32 compilation with libjpeg.Christian Beier2010-09-061-0/+3
* Fix MinGW32 checking for IPv6.Christian Beier2010-07-141-0/+4
* libvncclient: add ipv6 supportVic Lee2010-07-082-13/+87
* Call MallocFrameBuffer before SetFormatAndEncodingsWouter Van Meir2010-06-041-3/+3
* libvncclient: rfbResizeFrameBuffer should also set updateRect.runge2010-05-081-0/+9
* Fix compilation without TLSJohannes Schindelin2010-03-132-1/+12
* libvncclient/vncviewer.c: don't set serverPort in rfbInitClient().Christian Beier2010-01-251-1/+0
* LibVNCClient: make sure that the port is initialized correctly.Johannes Schindelin2010-01-161-6/+7
* Add UltraVNC Repeater support in libvncclientVic Lee2010-01-162-1/+71
* Add support for viewers to select security types on demandVic Lee2010-01-012-6/+56
* Fix version checking (>=3.8) for rfbVncAuthOK confirmation when no password r...Vic Lee2009-12-221-2/+4
* libvncclient: better return value for non-forking listen.Christian Beier2009-11-121-10/+14
* Fix checks for socket values, 0 is a legal value.Christian Beier2009-11-113-4/+7
* libvncclient: include winsock2.h in vncviewer.c.Christian Beier2009-11-101-0/+2
* Fix various compilation warningsVic Lee2009-11-102-2/+5
* Merge branch 'VeNCrypt'Johannes Schindelin2009-11-026-96/+914
|\
| * Add MSLogon security typeVic Lee2009-11-021-8/+116
| * Add VeNCrypt support in libvncclientVic Lee2009-10-022-4/+298
| * Add anonymous TLS support in libvncclientVic Lee2009-10-026-96/+512
* | libvncclient: add a non-forking listen function.Christian Beier2009-10-302-0/+61
* | libvncclient: make listenAtTCPPort() work under windows.Christian Beier2009-10-301-5/+12
* | libvncclient: Add FinishedFrameBufferUpdate callbackAlexander Dorokhine2009-10-302-0/+4
* | Fix hostname resolution problems under WindowsAlexander Dorokhine2009-10-301-8/+17
* | Some broken build environments treat fprintf(fh, buf) as a fatal error...runge2009-10-071-1/+1
* | mingw32 crosscompile fixes.Christian Beier2009-10-022-0/+3
|/
* 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
* Fix two issues in rfbGetClient()Johannes Schindelin2009-06-161-2/+4
* Add close() to rfbClientCleanup()Stefan Becker2009-05-221-0/+2
* libvncclient: Unix sockets support by Ben KlopfensteinBen Klopfenstein2009-05-122-5/+53
* clean up build flagsdscho2009-02-031-1/+1
* ZYWRLE patch for libvncclient (thanks Noriaki Yamazaki)dscho2008-02-042-16/+77
* LibVNCClient: if the GotRect hook is set, override default op.dscho2007-08-141-2/+2
* argv > 0 doesn't make sense for a pointer; assuming argv != NULL.runge2007-08-041-1/+1
* Build shared libraries per defaultdscho2007-03-301-3/+3
* LibVNCClient: some users do not want to get whole-screen updates; introduce c...dscho2007-02-012-8/+22
* sometimes zrle sends too many bytes; play safedscho2007-02-011-2/+3
* libvncclient: add GotCursorShape() and GotCopyRect(); x11vnc dep on libvncclientrunge2007-01-313-4/+33
* 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-153-35/+337
* fix some build issues WRT ultravnc code.runge2006-05-134-3487/+3489
* Server Capability Encodingssteven_carr2006-05-041-24/+83