| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix some compiler warnings that hinted some no too unimportant errors. | Christian Beier | 2012-05-09 | 2 | -3/+3 |
* | LibVNCClient: #undef these types in case it's WIN32. | Christian Beier | 2012-05-03 | 1 | -4/+4 |
* | Fix libvncclient make dist. | Christian Beier | 2012-04-25 | 1 | -1/+1 |
* | Added support for UltraVNC Single Click as originally proposed by Noobius (Bo... | Monkey | 2012-04-23 | 1 | -0/+8 |
* | LibVNCClient: Fix build with no SSL/TLS library available. | Christian Beier | 2012-04-15 | 1 | -0/+2 |
* | LibVNCClient: properly free the openssl session stuff on shutdown. | Christian Beier | 2012-04-15 | 1 | -13/+14 |
* | LibVNCClient: Remove all those WITH_CLIENT_TLS #ifdefs and move GnuTLS specif... | Christian Beier | 2012-04-15 | 4 | -66/+15 |
* | Add the OpenSSL libvncclient TLS version to the build system. | Christian Beier | 2012-04-14 | 4 | -1/+657 |
* | IPv6 support for LibVNCServer, part four: add copyright notices to files with... | Christian Beier | 2012-04-02 | 2 | -0/+2 |
* | IPv6 support for LibVNCServer, part three: make reverse connections IPv6-capa... | Christian Beier | 2012-03-10 | 3 | -12/+129 |
* | Add an optional parameter to specify the ip address for reverse connections | Luca Stauble | 2012-02-03 | 3 | -3/+21 |
* | When GetCredential() callback is not set, don't use authentications requiring... | Christian Beier | 2011-11-09 | 1 | -2/+2 |
* | Replace deprecated GnuTLS functions gnutls_*_set_priority with gnutls_priorit... | Vic Lee | 2011-04-27 | 1 | -9/+6 |
* | Fix regression in Ultra encoding introduced by commit fe1ca16e9b75b5f38ab374c... | Christian Beier | 2011-03-17 | 1 | -2/+2 |
* | Remove useless comparisons that always evaluate to false. | Christian Beier | 2011-03-17 | 1 | -6/+1 |
* | Fix (most) MinGW32 compiler warnings. | Christian Beier | 2011-03-17 | 4 | -4/+7 |
* | Fix libvncclient TLS for Windows builds. | Christian Beier | 2011-03-12 | 1 | -5/+39 |
* | Let libvncclient build with gcrypt for MinGW32 builds. | Christian Beier | 2011-03-12 | 1 | -0/+4 |
* | Use WaitForMessage instead of sleep in socket reading to fix performance issue. | Vic Lee | 2011-03-12 | 1 | -10/+2 |
* | Call WSAGetLastError() everywhere errno is read after a Winsock call. | Christian Beier | 2011-03-03 | 2 | -1/+14 |
* | Update minilzo library used for Ultra encoding to ver 2.04. | Christian Beier | 2011-02-26 | 1 | -1/+1 |
* | Remove unneeded files concerning CVS. | Christian Beier | 2011-01-31 | 1 | -5/+0 |
* | Add ARD (Apple Remote Desktop) security type support | Vic Lee | 2011-01-31 | 1 | -0/+216 |
* | Put files used by both libs into a 'common' dir. | Christian Beier | 2011-01-25 | 6 | -3492/+6 |
* | libvnc[server|client]: implement xvp VNC extension. | Christian Beier | 2010-11-02 | 1 | -0/+52 |
* | Only define strncasecmp to _strnicmp when using MS compiler. | Christian Beier | 2010-10-21 | 1 | -5/+1 |
* | Fix build failure wrt IP QoS support in libvncclient. | Christian Beier | 2010-10-20 | 1 | -1/+1 |
* | Avoid 100% CPU usage when calling ReadFromRFBServer and no available bytes to... | Vic Lee | 2010-10-13 | 1 | -0/+10 |
* | IP QoS support in libvncclient. | Christian Beier | 2010-09-29 | 3 | -0/+56 |
* | Non-blocking sockets for Windows. | Christian Beier | 2010-09-13 | 1 | -6/+9 |
* | Fix MinGW32 compilation with libjpeg. | Christian Beier | 2010-09-06 | 1 | -0/+3 |
* | Fix MinGW32 checking for IPv6. | Christian Beier | 2010-07-14 | 1 | -0/+4 |
* | libvncclient: add ipv6 support | Vic Lee | 2010-07-08 | 2 | -13/+87 |
* | Call MallocFrameBuffer before SetFormatAndEncodings | Wouter Van Meir | 2010-06-04 | 1 | -3/+3 |
* | libvncclient: rfbResizeFrameBuffer should also set updateRect. | runge | 2010-05-08 | 1 | -0/+9 |
* | Fix compilation without TLS | Johannes Schindelin | 2010-03-13 | 2 | -1/+12 |
* | libvncclient/vncviewer.c: don't set serverPort in rfbInitClient(). | Christian Beier | 2010-01-25 | 1 | -1/+0 |
* | LibVNCClient: make sure that the port is initialized correctly. | Johannes Schindelin | 2010-01-16 | 1 | -6/+7 |
* | Add UltraVNC Repeater support in libvncclient | Vic Lee | 2010-01-16 | 2 | -1/+71 |
* | Add support for viewers to select security types on demand | Vic Lee | 2010-01-01 | 2 | -6/+56 |