summaryrefslogtreecommitdiffstats
path: root/libvncclient
Commit message (Expand)AuthorAgeFilesLines
* Fix libvncclient TLS for Windows builds.Christian Beier2011-03-121-5/+39
* Let libvncclient build with gcrypt for MinGW32 builds.Christian Beier2011-03-121-0/+4
* Use WaitForMessage instead of sleep in socket reading to fix performance issue.Vic Lee2011-03-121-10/+2
* Call WSAGetLastError() everywhere errno is read after a Winsock call.Christian Beier2011-03-032-1/+14
* Update minilzo library used for Ultra encoding to ver 2.04.Christian Beier2011-02-261-1/+1
* Remove unneeded files concerning CVS.Christian Beier2011-01-311-5/+0
* 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-256-3492/+6
* 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