summaryrefslogtreecommitdiffstats
path: root/libvncclient
Commit message (Expand)AuthorAgeFilesLines
* Add hooks to client library to ontain network and authentication statusTimothy Pearson2015-01-133-6/+51
* Merge pull request #51 from maxnet/masterChristian Beier2015-01-021-0/+10
|\
| * Initialize libgcrypt before useFloris Bos2015-01-021-0/+10
* | Merge pull request #50 from maxnet/masterChristian Beier2015-01-021-0/+4
|\ \ | |/
| * tls_openssl.c: enable extra POSIX functionality to get PTHREAD_MUTEX_RECURSIVEFloris Bos2015-01-011-0/+4
* | Fix another MinGW64 build issue. WSAEWOULDBLOCK is not MinGW-specific.Christian Beier2014-12-301-2/+0
|/
* Fix compiler warnings libvncclient + gtkvncviewerFloris Bos2014-12-291-1/+1
* Fix libva related compile errorsFloris Bos2014-12-291-0/+4
* Fix possible libvncclient ServerInit memory corruption.Christian Beier2014-10-101-1/+2
* Fix potential memory corruption in libvncclient.Christian Beier2014-10-101-0/+7
* Add libvncclient/h264.c to dist tarball.Christian Beier2014-10-061-1/+1
* Merge pull request #38 from LibVNC/autotools-fix-revisitedChristian Beier2014-10-021-1/+1
|\
| * Rename obsolete INCLUDES to AM_CPPFLAGSBrian Bidulock2014-10-021-1/+1
* | `strings.h` and `resolv.h` are not available on MSVC, and some POSIX function...Daniel Cohen Gindi2014-09-202-1/+10
|/
* 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...server-ipv6Christian 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
OpenPOWER on IntegriCloud