summaryrefslogtreecommitdiffstats
path: root/libvncclient
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix heap overflow in the ultra.c decoderJosef Gajdusek2016-11-141-4/+4
| * | Fix heap overflows in the various rectangle fill functionsJosef Gajdusek2016-11-141-0/+24
| |/
| * Merge pull request #105 from cgeorges82/masterChristian Beier2016-05-301-4/+15
| |\
| | * Append missing include directory for GNUTLS and OPENSSL in CMake projectCédric Georges2016-03-051-4/+15
| * | Merge pull request #103 from rdieter/masterChristian Beier2016-04-241-6/+3
| |\ \
| | * | use namespaced rfbMax macro (issue #102)Rex Dieter2016-04-181-6/+3
| | |/
| * | Merge pull request #118 from gbdj/threadsafe-100-squashChristian Beier2016-04-242-0/+23
| |\ \
| | * | libvncclient/tls_gnutls.c: Add hooks to WriteToTLS() for optional protection ...gbdj2016-04-232-0/+23
| | |/
| * | Merge pull request #110 from AlexejStukov/patch-1Christian Beier2016-04-121-1/+2
| |\ \
| | * | break statement out of caseNorrec2016-04-071-1/+2
| | |/
| * / Fix buffer overflow when applying client encodingszbierak2016-04-121-1/+2
| |/
| * Ignore null pointers in FillRectangle() and CopyRectangleFromRectangle()SpaceOne2016-01-271-0/+8
| * Properly document HandleCursorShape and GotCursorShapeProc.Christian Beier2015-12-031-6/+0
| * Fix some typos (found by codespell)Stefan Weil2015-10-092-2/+2
| * Re-add the useful bits of 9aa9ac59b4cb10bfca93456a3098e348de172d7f.Christian Beier2015-04-172-0/+7
| * Revert "Add libvncclient/h264.c to dist tarball."Christian Beier2015-04-171-1/+1
| * Revert "LibVNCClient: Add H.264 encoding for framebuffer updates"Christian Beier2015-04-174-680/+1
| * Merge pull request #69 from nopdotcom/masterChristian Beier2015-04-171-1/+4
| |\
| | * Avoid divide-by-zero in raw encoding (OSX RealVNC)Jay Carlson2015-03-271-1/+4
| * | Set autotools SOVERSION.Peter Spiess-Knafl2015-02-091-1/+1
* | | Add hooks to client library to ontain network and authentication statusTimothy Pearson2015-01-123-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