| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #105 from cgeorges82/master | Christian Beier | 2016-05-30 | 1 | -4/+15 |
|\ |
|
| * | Append missing include directory for GNUTLS and OPENSSL in CMake project | Cédric Georges | 2016-03-05 | 1 | -4/+15 |
* | | Merge pull request #103 from rdieter/master | Christian Beier | 2016-04-24 | 1 | -6/+3 |
|\ \ |
|
| * | | use namespaced rfbMax macro (issue #102) | Rex Dieter | 2016-04-18 | 1 | -6/+3 |
| |/ |
|
* | | Merge pull request #118 from gbdj/threadsafe-100-squash | Christian Beier | 2016-04-24 | 2 | -0/+23 |
|\ \ |
|
| * | | libvncclient/tls_gnutls.c: Add hooks to WriteToTLS() for optional protection ... | gbdj | 2016-04-23 | 2 | -0/+23 |
| |/ |
|
* | | Merge pull request #110 from AlexejStukov/patch-1 | Christian Beier | 2016-04-12 | 1 | -1/+2 |
|\ \ |
|
| * | | break statement out of case | Norrec | 2016-04-07 | 1 | -1/+2 |
| |/ |
|
* | | Fix buffer overflow when applying client encodings | zbierak | 2016-04-12 | 1 | -1/+2 |
|/ |
|
* | Ignore null pointers in FillRectangle() and CopyRectangleFromRectangle() | SpaceOne | 2016-01-27 | 1 | -0/+8 |
* | Properly document HandleCursorShape and GotCursorShapeProc. | Christian Beier | 2015-12-03 | 1 | -6/+0 |
* | Fix some typos (found by codespell) | Stefan Weil | 2015-10-09 | 2 | -2/+2 |
* | Re-add the useful bits of 9aa9ac59b4cb10bfca93456a3098e348de172d7f. | Christian Beier | 2015-04-17 | 2 | -0/+7 |
* | Revert "Add libvncclient/h264.c to dist tarball." | Christian Beier | 2015-04-17 | 1 | -1/+1 |
* | Revert "LibVNCClient: Add H.264 encoding for framebuffer updates" | Christian Beier | 2015-04-17 | 4 | -680/+1 |
* | Merge pull request #69 from nopdotcom/master | Christian Beier | 2015-04-17 | 1 | -1/+4 |
|\ |
|
| * | Avoid divide-by-zero in raw encoding (OSX RealVNC) | Jay Carlson | 2015-03-27 | 1 | -1/+4 |
* | | Set autotools SOVERSION. | Peter Spiess-Knafl | 2015-02-09 | 1 | -1/+1 |
* | | Merge pull request #51 from maxnet/master | Christian Beier | 2015-01-02 | 1 | -0/+10 |
|\ \ |
|
| * | | Initialize libgcrypt before use | Floris Bos | 2015-01-02 | 1 | -0/+10 |
* | | | Merge pull request #50 from maxnet/master | Christian Beier | 2015-01-02 | 1 | -0/+4 |
|\ \ \
| |/ / |
|
| * | | tls_openssl.c: enable extra POSIX functionality to get PTHREAD_MUTEX_RECURSIVE | Floris Bos | 2015-01-01 | 1 | -0/+4 |
* | | | Fix another MinGW64 build issue. WSAEWOULDBLOCK is not MinGW-specific. | Christian Beier | 2014-12-30 | 1 | -2/+0 |
|/ / |
|
* | | Fix compiler warnings libvncclient + gtkvncviewer | Floris Bos | 2014-12-29 | 1 | -1/+1 |
* | | Fix libva related compile errors | Floris Bos | 2014-12-29 | 1 | -0/+4 |
|/ |
|
* | Fix possible libvncclient ServerInit memory corruption. | Christian Beier | 2014-10-10 | 1 | -1/+2 |
* | Fix potential memory corruption in libvncclient. | Christian Beier | 2014-10-10 | 1 | -0/+7 |
* | Add libvncclient/h264.c to dist tarball. | Christian Beier | 2014-10-06 | 1 | -1/+1 |
* | Merge pull request #38 from LibVNC/autotools-fix-revisited | Christian Beier | 2014-10-02 | 1 | -1/+1 |
|\ |
|
| * | Rename obsolete INCLUDES to AM_CPPFLAGS | Brian Bidulock | 2014-10-02 | 1 | -1/+1 |
* | | `strings.h` and `resolv.h` are not available on MSVC, and some POSIX function... | Daniel Cohen Gindi | 2014-09-20 | 2 | -1/+10 |
|/ |
|
* | Fix tv_usec calculation | Johannes Schindelin | 2014-09-02 | 1 | -1/+1 |
* | Use Windows' critical sections to emulate pthread's mutexes | Daniel Cohen Gindi | 2014-09-02 | 1 | -13/+36 |
* | Perform pointer arithmetic on char * instead of void * | Daniel Cohen Gindi | 2014-09-02 | 1 | -1/+1 |
* | MSVC: Use the Unix emulation headers | Daniel Cohen Gindi | 2014-09-02 | 1 | -1/+7 |
* | Use WIN32 for Windows-specific #ifdef guards | Daniel Cohen Gindi | 2014-09-02 | 3 | -7/+11 |
* | MSVC: Use _snprintf instead of snprintf | Daniel Cohen Gindi | 2014-09-02 | 3 | -0/+12 |
* | Include Winsock2 header before windows.h include | Daniel Cohen Gindi | 2014-09-02 | 1 | -2/+5 |
* | Remove unused variables | Daniel Cohen Gindi | 2014-09-02 | 1 | -7/+0 |
* | Fix indentation | Johannes Schindelin | 2014-08-16 | 2 | -3/+3 |
* | Check for MallocFrameBuffer() return value | newsoft | 2014-08-15 | 2 | -4/+9 |
* | Fix integer overflow in MallocFrameBuffer() | newsoft | 2014-08-15 | 1 | -1/+19 |
* | Initialize padding in SetFormatAndEncodings' rfbSetPixelFormatMsg. | Matthias Treydte | 2014-06-23 | 1 | -0/+2 |
* | Merge branch 'repeater' | Johannes Schindelin | 2014-04-05 | 1 | -0/+3 |
|\ |
|
| * | libvncclient: If we have TLS support, enable VeNCrypt by default | Johannes Schindelin | 2014-04-05 | 1 | -0/+3 |
* | | Address #12 ClientData does not get freed | Robbert Klarenbeek | 2014-03-30 | 1 | -0/+6 |
|/ |
|
* | LibVNCClient: Add H.264 encoding for framebuffer updates | David Verbeiren | 2013-01-25 | 4 | -1/+676 |
* | Include strings.h for strncasecmp(3) | Raphael Kubo da Costa | 2012-09-14 | 1 | -0/+1 |
* | Tune the definitions needed when building with -ansi. | Raphael Kubo da Costa | 2012-09-14 | 2 | -0/+6 |
* | Fix in milliseconds to struct timeval conversion | Rostislav Lisovy | 2012-07-20 | 1 | -1/+1 |