summaryrefslogtreecommitdiffstats
path: root/libvncclient
Commit message (Expand)AuthorAgeFilesLines
* Fix tv_usec calculationJohannes Schindelin2014-09-021-1/+1
* Use Windows' critical sections to emulate pthread's mutexesDaniel Cohen Gindi2014-09-021-13/+36
* Perform pointer arithmetic on char * instead of void *Daniel Cohen Gindi2014-09-021-1/+1
* MSVC: Use the Unix emulation headersDaniel Cohen Gindi2014-09-021-1/+7
* Use WIN32 for Windows-specific #ifdef guardsDaniel Cohen Gindi2014-09-023-7/+11
* MSVC: Use _snprintf instead of snprintfDaniel Cohen Gindi2014-09-023-0/+12
* Include Winsock2 header before windows.h includeDaniel Cohen Gindi2014-09-021-2/+5
* Remove unused variablesDaniel Cohen Gindi2014-09-021-7/+0
* Fix indentationJohannes Schindelin2014-08-162-3/+3
* Check for MallocFrameBuffer() return valuenewsoft2014-08-152-4/+9
* Fix integer overflow in MallocFrameBuffer()newsoft2014-08-151-1/+19
* Initialize padding in SetFormatAndEncodings' rfbSetPixelFormatMsg.Matthias Treydte2014-06-231-0/+2
* Merge branch 'repeater'Johannes Schindelin2014-04-051-0/+3
|\
| * libvncclient: If we have TLS support, enable VeNCrypt by defaultJohannes Schindelin2014-04-051-0/+3
* | Address #12 ClientData does not get freedRobbert Klarenbeek2014-03-301-0/+6
|/
* LibVNCClient: Add H.264 encoding for framebuffer updatesDavid Verbeiren2013-01-254-1/+676
* Include strings.h for strncasecmp(3)Raphael Kubo da Costa2012-09-141-0/+1
* Tune the definitions needed when building with -ansi.Raphael Kubo da Costa2012-09-142-0/+6
* Fix in milliseconds to struct timeval conversionRostislav Lisovy2012-07-201-1/+1
* Fix some compiler warnings that hinted some no too unimportant errors.Christian Beier2012-05-092-3/+3
* LibVNCClient: #undef these types in case it's WIN32.Christian Beier2012-05-031-4/+4
* Fix libvncclient make dist.Christian Beier2012-04-251-1/+1
* Added support for UltraVNC Single Click as originally proposed by Noobius (Bo...Monkey2012-04-231-0/+8
* LibVNCClient: Fix build with no SSL/TLS library available.Christian Beier2012-04-151-0/+2
* LibVNCClient: properly free the openssl session stuff on shutdown.Christian Beier2012-04-151-13/+14
* LibVNCClient: Remove all those WITH_CLIENT_TLS #ifdefs and move GnuTLS specif...Christian Beier2012-04-154-66/+15
* Add the OpenSSL libvncclient TLS version to the build system.Christian Beier2012-04-144-1/+657
* IPv6 support for LibVNCServer, part four: add copyright notices to files with...Christian Beier2012-04-022-0/+2
* IPv6 support for LibVNCServer, part three: make reverse connections IPv6-capa...Christian Beier2012-03-103-12/+129
* Add an optional parameter to specify the ip address for reverse connectionsLuca Stauble2012-02-033-3/+21
* When GetCredential() callback is not set, don't use authentications requiring...Christian Beier2011-11-091-2/+2
* Replace deprecated GnuTLS functions gnutls_*_set_priority with gnutls_priorit...Vic Lee2011-04-271-9/+6
* Fix regression in Ultra encoding introduced by commit fe1ca16e9b75b5f38ab374c...Christian Beier2011-03-171-2/+2
* Remove useless comparisons that always evaluate to false.Christian Beier2011-03-171-6/+1
* Fix (most) MinGW32 compiler warnings.Christian Beier2011-03-174-4/+7
* 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