| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -2/+40 |
* | IPv6 support for LibVNCServer, part onepointseven: Plug a memleak. | Christian Beier | 2012-03-10 | 1 | -0/+3 |
* | IPv6 support for LibVNCServer, part two: Let the http server listen on IPv6, ... | Christian Beier | 2012-02-27 | 3 | -15/+88 |
* | IPv6 support for LibVNCServer, part onepointsix: fix a small logic error. | Christian Beier | 2012-02-27 | 1 | -1/+1 |
* | IPv6 support for LibVNCServer, part onepointfive: Fix compilation with IPv6 m... | Christian Beier | 2012-02-27 | 2 | -0/+8 |
* | IPv6 support for LibVNCServer, part one: accept IPv4 and IPv6 connections. | Christian Beier | 2012-02-20 | 4 | -19/+223 |
* | Support Mac OS X vnc client with no password | Kyle J. McKay | 2012-02-11 | 2 | -9/+49 |
* | Merge branch 'websockets' of https://github.com/kanaka/libvncserver | Christian Beier | 2012-01-12 | 1 | -7/+18 |
|\ |
|
| * | websockets: removed debug message | Gernot Tenchio | 2012-01-12 | 1 | -1/+1 |
| * | websockets: restore errno after logging an error | Gernot Tenchio | 2012-01-12 | 1 | -6/+17 |
* | | Fix build error when libpng is available, but libjpeg is not. | Christian Beier | 2011-12-01 | 1 | -4/+0 |
* | | Merge branch 'included-novnc' | Christian Beier | 2011-11-17 | 1 | -23/+7 |
|\ \ |
|
| * | | novnc client: use the client's notion about the server hostname instead of wh... | Christian Beier | 2011-11-09 | 1 | -4/+0 |
| * | | httpd: fix sending of binary data such as images. | Christian Beier | 2011-10-06 | 1 | -17/+7 |
| * | | Add noVNC HTML5 client connect possibility to our http server. | Christian Beier | 2011-10-04 | 1 | -6/+4 |
| |/ |
|
* | | 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 |
|/ |
|
* | rfbcrypto_included: fix c&p errors | Gernot Tenchio | 2011-09-20 | 1 | -3/+3 |
* | rfbcrypto_polarssl: it was way to late last night... | Gernot Tenchio | 2011-09-20 | 1 | -2/+2 |
* | Add support for different crypto implementations | Gernot Tenchio | 2011-09-19 | 7 | -37/+212 |
* | Autotools: Fix OpenSSL and GnuTLS advertisement. | Christian Beier | 2011-09-19 | 1 | -4/+4 |
* | Fix libvncserver GnuTLS init. | Christian Beier | 2011-09-19 | 1 | -1/+1 |
* | Update AUTHORS regarding the websocket guys. | Christian Beier | 2011-09-19 | 1 | -0/+0 |
* | websocket: Use a single buffer for both, encoding and decoding | Gernot Tenchio | 2011-09-08 | 1 | -16/+15 |
* | Merge branch 'kanaka/websockets' into websockets | Gernot Tenchio | 2011-08-30 | 3 | -251/+171 |
|\ |
|
| * | rfbssl_gnutls: Merge rfbssl_peek/rfbssl_read into one function | Gernot Tenchio | 2011-08-30 | 1 | -53/+35 |
| * | websockets: fix webSocketCheckDisconnect() | Gernot Tenchio | 2011-08-30 | 1 | -1/+1 |
| * | websockets: use 32bit Xor in webSocketsDecodeHybi() | Gernot Tenchio | 2011-08-29 | 1 | -5/+10 |
| * | Add sha1.*. Remove UTF-8 encode. Protocol handling. | Joel Martin | 2011-08-25 | 2 | -176/+126 |
* | | websockets: nothing to worry about | Gernot Tenchio | 2011-08-25 | 1 | -4/+5 |
* | | websockets: added gcrypt based sha1 digest funtion | Gernot Tenchio | 2011-08-25 | 1 | -0/+15 |
* | | websockets: remove warning on 64bit platforms | Gernot Tenchio | 2011-08-25 | 1 | -1/+1 |
|/ |
|
* | websockets: Removed debugging left over | Gernot Tenchio | 2011-08-25 | 1 | -1/+1 |
* | websockets: Use callback functions for encode/decode | Gernot Tenchio | 2011-08-25 | 1 | -17/+32 |
* | websockets: Move Hixie disconnect hack to websockets.c | Gernot Tenchio | 2011-08-25 | 3 | -76/+79 |
* | websockets: Initial HyBi support | Gernot Tenchio | 2011-08-25 | 3 | -45/+392 |
* | websockets: Add wspath member to rfbClientRec | Gernot Tenchio | 2011-08-17 | 2 | -0/+2 |
* | Move libvncserver/md5* to common | Gernot Tenchio | 2011-08-17 | 3 | -597/+1 |
* | websockets: Add SSL cert command line options. | Joel Martin | 2011-08-17 | 2 | -0/+15 |
* | websockets: add GnuTLS and OpenSSL support | Gernot Tenchio | 2011-08-17 | 3 | -1/+433 |
* | websockets: Add encryption support | Gernot Tenchio | 2011-08-17 | 6 | -26/+196 |
* | websockets: Properly parse Hixie-76 handshake. | Joel Martin | 2011-08-17 | 1 | -21/+28 |
* | websockets: Add UTF-8 encoding support. | Joel Martin | 2011-08-17 | 2 | -46/+88 |
* | websockets: Better disconnect detection. | Joel Martin | 2011-08-17 | 1 | -0/+5 |
* | websockets: Initial WebSockets support. | Joel Martin | 2011-08-17 | 6 | -2/+1164 |
* | tightPng: check even for SendGradientRect. | Joel Martin | 2011-07-22 | 1 | -0/+6 |
* | tightPng: Add initial tightPng encoding support. | Joel Martin | 2011-07-22 | 4 | -48/+331 |
* | Remove some unused variables. | Christian Beier | 2011-06-01 | 2 | -3/+0 |
* | Fix rfbProcessNewConnection to return some value instead of void. | George Kiagiadakis | 2011-06-01 | 1 | -6/+9 |