| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the concurrent issue hapenning between the freeing of the client and the ... | Quentin BUATHIER | 2018-08-09 | 1 | -0/+1 |
* | build: decouple GnuTLS|OpenSSL detection from WebSockets support | Christian Beier | 2018-07-08 | 1 | -5/+0 |
* | Tight: export SendCompressedData and SendTightHeader functions | Eddie James | 2018-06-20 | 1 | -0/+2 |
* | websockets: restore webSocketCheckDisconnect() to keep API compatibility | Christian Beier | 2017-05-14 | 1 | -0/+1 |
* | remove Hixie-specific MD5 and check functions | Andreas Weigel | 2017-05-14 | 1 | -1/+0 |
* | Various #ifdef fixes to allow building with MSVC2014 | Christian Beier | 2017-01-28 | 1 | -0/+1 |
* | Merge pull request #84 from plettix/master | Christian Beier | 2016-06-05 | 1 | -2/+2 |
|\ |
|
| * | shift fixes - if an integer is a negative number then the return value of "Sw... | plettix | 2015-07-22 | 1 | -2/+2 |
* | | Fix some typos (found by codespell) | Stefan Weil | 2015-10-09 | 1 | -3/+3 |
|/ |
|
* | Fix handling of multiple VNC commands per websockets frame | Floris Bos | 2015-01-17 | 1 | -0/+1 |
* | Those are generally the windows headers, not just MinGW | Daniel Cohen Gindi | 2014-09-20 | 1 | -2/+2 |
* | Use C-style comments in rfbconfig.h.cmake and C source code. | Raphael Kubo da Costa | 2012-09-14 | 1 | -1/+1 |
* | LibVNCServer: Include ws2tcpip.h if it's available. | Christian Beier | 2012-05-03 | 1 | -0/+4 |
* | Only try to build TightPNG stuff when libjpeg is available. | Christian Beier | 2012-04-30 | 1 | -8/+2 |
* | Merge branch 'turbovnc' | Christian Beier | 2012-04-25 | 1 | -0/+9 |
|\ |
|
| * | Replace TightVNC encoder with TurboVNC encoder. This patch is the result of f... | DRC | 2012-03-26 | 1 | -4/+5 |
| * | Move tightsubsamplevel member to the end of rfbClient struct. | Christian Beier | 2012-03-15 | 1 | -4/+4 |
| * | Add TurboVNC encoding support. | DRC | 2012-03-11 | 1 | -0/+8 |
* | | IPv6 support for LibVNCServer, part two: Let the http server listen on IPv6, ... | Christian Beier | 2012-02-27 | 1 | -0/+2 |
* | | IPv6 support for LibVNCServer, part one: accept IPv4 and IPv6 connections. | Christian Beier | 2012-02-20 | 1 | -0/+7 |
|/ |
|
* | Support Mac OS X vnc client with no password | Kyle J. McKay | 2012-02-11 | 1 | -1/+32 |
* | Rename 'classes' dir to 'webclients'. | Christian Beier | 2011-11-09 | 1 | -1/+1 |
* | Merge branch 'websockets' | Christian Beier | 2011-10-04 | 1 | -2/+38 |
|\ |
|
| * | websockets: Move Hixie disconnect hack to websockets.c | Gernot Tenchio | 2011-08-25 | 1 | -2/+1 |
| * | websockets: Initial HyBi support | Gernot Tenchio | 2011-08-25 | 1 | -9/+3 |
| * | websockets: Add wspath member to rfbClientRec | Gernot Tenchio | 2011-08-17 | 1 | -0/+1 |
| * | websockets: Add encryption support | Gernot Tenchio | 2011-08-17 | 1 | -1/+8 |
| * | websockets: Initial WebSockets support. | Joel Martin | 2011-08-17 | 1 | -0/+22 |
| * | tightPng: Add initial tightPng encoding support. | Joel Martin | 2011-07-22 | 1 | -2/+15 |
* | | Adopt autotools build system to Android. | Christian Beier | 2011-07-23 | 1 | -1/+1 |
* | | Make LibVNCServer build for Android. | letsgoustc | 2011-07-22 | 1 | -0/+5 |
|/ |
|
* | Fix rfbProcessNewConnection to return some value instead of void. | George Kiagiadakis | 2011-06-01 | 1 | -1/+1 |
* | Split two event-loop related functions out of the rfbProcessEvents() mechanism. | George Kiagiadakis | 2011-06-01 | 1 | -0/+6 |
* | Fix compilation in c89 mode. | George Kiagiadakis | 2011-04-28 | 1 | -2/+2 |
* | libvncserver: Make RRE, CoRRE and Ultra encodings thread-safe. | Christian Beier | 2011-02-07 | 1 | -0/+7 |
* | Add doxygen documentation support. | Christian Beier | 2010-11-18 | 1 | -104/+282 |
* | libvnc[server|client]: implement xvp VNC extension. | Christian Beier | 2010-11-02 | 1 | -0/+3 |
* | Non-blocking sockets for Windows. | Christian Beier | 2010-09-13 | 1 | -0/+1 |
* | Implement a DisplayFinishedHook for libvncserver. | Christian Beier | 2010-05-19 | 1 | -0/+4 |
* | mingw32 crosscompile fixes. | Christian Beier | 2009-10-02 | 1 | -0/+1 |
* | Thread safety for zrle, zlib, tight. | runge | 2009-05-21 | 1 | -0/+11 |
* | Move tightQualityLevel out of the JPEG specific part | dscho | 2008-01-31 | 1 | -1/+2 |
* | Make ZYWRLE thread-safe for multiple clients | dscho | 2008-01-30 | 1 | -0/+2 |
* | rfb.h: Do not misplace guards | dscho | 2007-04-06 | 1 | -1/+3 |
* | Permit auth.c to test major version | steven_carr | 2006-05-16 | 1 | -0/+1 |
* | Support sending TextChat messages back to the client | steven_carr | 2006-05-15 | 1 | -0/+2 |
* | Default to RFB 3.8, add command line option to specify the RFB version. | steven_carr | 2006-05-15 | 1 | -0/+3 |
* | The great UltraVNC Compatibility Commit | steven_carr | 2006-05-15 | 1 | -16/+95 |
* | Server Capability Encodings | steven_carr | 2006-05-04 | 1 | -0/+7 |
* | Client Independent Server Side Scaling is now supported | steven_carr | 2006-05-03 | 1 | -0/+10 |