| Commit message (Expand) | Author | Age | Files | Lines |
* | IPv6 support for LibVNCServer, part onepointfive: Fix compilation with IPv6 m... | Christian Beier | 2012-02-27 | 1 | -0/+4 |
* | IPv6 support for LibVNCServer, part one: accept IPv4 and IPv6 connections. | Christian Beier | 2012-02-20 | 1 | -2/+13 |
* | Support Mac OS X vnc client with no password | Kyle J. McKay | 2012-02-11 | 1 | -7/+17 |
* | Fix deadlock in threaded mode when using nested rfbClientIteratorNext() calls. | Christian Beier | 2011-10-26 | 1 | -15/+15 |
* | Fix memory leak | George Fleury | 2011-10-16 | 1 | -0/+1 |
* | websockets: Move Hixie disconnect hack to websockets.c | Gernot Tenchio | 2011-08-25 | 1 | -65/+2 |
* | websockets: Initial HyBi support | Gernot Tenchio | 2011-08-25 | 1 | -2/+0 |
* | websockets: Add encryption support | Gernot Tenchio | 2011-08-17 | 1 | -8/+47 |
* | websockets: Add UTF-8 encoding support. | Joel Martin | 2011-08-17 | 1 | -8/+20 |
* | websockets: Better disconnect detection. | Joel Martin | 2011-08-17 | 1 | -0/+5 |
* | websockets: Initial WebSockets support. | Joel Martin | 2011-08-17 | 1 | -1/+32 |
* | tightPng: Add initial tightPng encoding support. | Joel Martin | 2011-07-22 | 1 | -4/+45 |
* | Fix compilation in c89 mode. | George Kiagiadakis | 2011-04-28 | 1 | -3/+3 |
* | Fix (most) MinGW32 compiler warnings. | Christian Beier | 2011-03-17 | 1 | -2/+2 |
* | Call WSAGetLastError() everywhere errno is read after a Winsock call. | Christian Beier | 2011-03-03 | 1 | -0/+6 |
* | libvncserver: Make RRE, CoRRE and Ultra encodings thread-safe. | Christian Beier | 2011-02-07 | 1 | -0/+4 |
* | Remove never used protocol version name string. | runge | 2011-01-01 | 1 | -8/+3 |
* | libvncserver cleanup: remove rfbKeyFrame remnants. | Christian Beier | 2010-11-11 | 1 | -2/+0 |
* | libvnc[server|client]: implement xvp VNC extension. | Christian Beier | 2010-11-02 | 1 | -2/+61 |
* | In rfbSendDirContent() we have to make sure to call closedir() before | Tobias Doerffel | 2010-10-20 | 1 | -1/+5 |
* | Non-blocking sockets for Windows. | Christian Beier | 2010-09-13 | 1 | -4/+1 |
* | Cleanup: remove CORBA stuff. | Christian Beier | 2010-09-13 | 1 | -13/+1 |
* | Implement a DisplayFinishedHook for libvncserver. | Christian Beier | 2010-05-19 | 1 | -1/+11 |
* | Fix checks for socket values, 0 is a legal value. | Christian Beier | 2009-11-11 | 1 | -1/+1 |
* | Thread safety for zrle, zlib, tight. | runge | 2009-05-21 | 1 | -0/+21 |
* | We seem to need to guard against freeing iterator 'i' twice in rfbSendFramebu... | runge | 2008-06-24 | 1 | -4/+8 |
* | Handle colormaps with more than 256 colors. | runge | 2008-05-23 | 1 | -4/+14 |
* | Fix rfbSendSupportedEncodings | dscho | 2008-01-31 | 1 | -43/+32 |
* | Fix Swap16IfLE() on bytes | dscho | 2008-01-31 | 1 | -3/+3 |
* | Move tightQualityLevel out of the JPEG specific part | dscho | 2008-01-31 | 1 | -2/+2 |
* | Add missing #include <time.h> (thanks Christian Ehrlicher) | dscho | 2008-01-29 | 1 | -0/+2 |
* | Add ZYWRLE server-side support (thanks Noriaki Yamazaki, Hitachi) | dscho | 2008-01-29 | 1 | -0/+3 |
* | Avoid misaligned access on 64-bit machines | dscho | 2007-09-17 | 1 | -13/+15 |
* | More fixes to ultra java viewer, ultrafilexfer debugging output, fix -loop in... | runge | 2007-05-19 | 1 | -7/+10 |
* | In rfbSendFileTransferChunk() check permitFileTransfer 1st to avoid false ala... | runge | 2007-05-17 | 1 | -3/+4 |
* | Drop client if UltraVNC filetransfer is not enabled. | runge | 2007-05-16 | 1 | -3/+33 |
* | Fix a locking problem in libvncserver | dscho | 2007-03-17 | 1 | -1/+1 |
* | compile fix for MinGW | dscho | 2007-01-25 | 1 | -19/+27 |
* | x11vnc: improve ultravnc filexfer rate by calling rfbCheckFD more often | runge | 2006-09-18 | 1 | -1/+2 |
* | x11vnc: clear DISPLAY for -unixpw su_verify, user supplied sig ignore. | runge | 2006-09-15 | 1 | -2/+2 |
* | RFB 3.8 clients are well informed | steven_carr | 2006-06-05 | 1 | -7/+24 |
* | Plugged some memory leakage | steven_carr | 2006-05-28 | 1 | -0/+2 |
* | 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/+41 |
* | Default to RFB 3.8, add command line option to specify the RFB version. | steven_carr | 2006-05-15 | 1 | -2/+14 |
* | The great UltraVNC Compatibility Commit | steven_carr | 2006-05-15 | 1 | -103/+910 |
* | fix some build issues WRT ultravnc code. | runge | 2006-05-13 | 1 | -3/+5 |
* | Server Capability Encodings | steven_carr | 2006-05-04 | 1 | -3/+277 |
* | Client Independent Server Side Scaling is now supported | steven_carr | 2006-05-03 | 1 | -23/+93 |
* | Ultra Encoding added. Tested against UltraVNC V1.01 | steven_carr | 2006-05-02 | 1 | -4/+28 |