summaryrefslogtreecommitdiffstats
path: root/libvncserver
Commit message (Expand)AuthorAgeFilesLines
...
* Remove autogenerated files from repo.Christian Beier2012-05-312-483/+0
* libvncserver/sockets.c: do not segfault when listenSock/listen6Sock == -1Kyle J. McKay2012-05-211-2/+2
* LibVNCServer: Prefer GnuTLS over OpenSSL to be in sync with LibVNCClient.Christian Beier2012-04-301-4/+4
* Some more libjpeg, libpng and zlib related build fixes.Christian Beier2012-04-301-2/+2
* Only try to build TightPNG stuff when libjpeg is available.Christian Beier2012-04-301-16/+10
* Properly check return value.Christian Beier2012-04-261-1/+4
* Include some more missing files for make dist.Christian Beier2012-04-261-2/+2
* Include missing files for make dist.Christian Beier2012-04-251-0/+1
* Fix some compiler warnings thrown with newer gcc.Christian Beier2012-04-252-5/+4
* Merge branch 'turbovnc'Christian Beier2012-04-253-584/+460
|\
| * Make TurboVNC compress level 3 actually work.Christian Beier2012-04-121-1/+1
| * Replace TightVNC encoder with TurboVNC encoder. This patch is the result of f...DRC2012-03-264-2181/+440
| * Fix an issue that affects the existing Tight encoder as well as the newly-imp...DRC2012-03-111-0/+9
| * Add TurboVNC encoding support.DRC2012-03-113-0/+1608
* | IPv6 support for LibVNCServer, part four: add copyright notices to files with...Christian Beier2012-04-022-0/+2
* | IPv6 support for LibVNCServer, part three: make reverse connections IPv6-capa...Christian Beier2012-03-101-2/+40
* | IPv6 support for LibVNCServer, part onepointseven: Plug a memleak.Christian Beier2012-03-101-0/+3
* | IPv6 support for LibVNCServer, part two: Let the http server listen on IPv6, ...Christian Beier2012-02-273-15/+88
* | IPv6 support for LibVNCServer, part onepointsix: fix a small logic error.Christian Beier2012-02-271-1/+1
* | IPv6 support for LibVNCServer, part onepointfive: Fix compilation with IPv6 m...Christian Beier2012-02-272-0/+8
* | IPv6 support for LibVNCServer, part one: accept IPv4 and IPv6 connections.Christian Beier2012-02-204-19/+223
|/
* Support Mac OS X vnc client with no passwordKyle J. McKay2012-02-112-9/+49
* Merge branch 'websockets' of https://github.com/kanaka/libvncserverChristian Beier2012-01-121-7/+18
|\
| * websockets: removed debug messageGernot Tenchio2012-01-121-1/+1
| * websockets: restore errno after logging an errorGernot Tenchio2012-01-121-6/+17
* | Fix build error when libpng is available, but libjpeg is not.Christian Beier2011-12-011-4/+0
* | Merge branch 'included-novnc'Christian Beier2011-11-171-23/+7
|\ \
| * | novnc client: use the client's notion about the server hostname instead of wh...Christian Beier2011-11-091-4/+0
| * | httpd: fix sending of binary data such as images.Christian Beier2011-10-061-17/+7
| * | Add noVNC HTML5 client connect possibility to our http server.Christian Beier2011-10-041-6/+4
| |/
* | Fix deadlock in threaded mode when using nested rfbClientIteratorNext() calls.Christian Beier2011-10-261-15/+15
* | Fix memory leakGeorge Fleury2011-10-161-0/+1
|/
* rfbcrypto_included: fix c&p errorsGernot Tenchio2011-09-201-3/+3
* rfbcrypto_polarssl: it was way to late last night...Gernot Tenchio2011-09-201-2/+2
* Add support for different crypto implementationsGernot Tenchio2011-09-197-37/+212
* Autotools: Fix OpenSSL and GnuTLS advertisement.Christian Beier2011-09-191-4/+4
* Fix libvncserver GnuTLS init.Christian Beier2011-09-191-1/+1
* Update AUTHORS regarding the websocket guys.Christian Beier2011-09-191-0/+0
* websocket: Use a single buffer for both, encoding and decodingGernot Tenchio2011-09-081-16/+15
* Merge branch 'kanaka/websockets' into websocketsGernot Tenchio2011-08-303-251/+171
|\
| * rfbssl_gnutls: Merge rfbssl_peek/rfbssl_read into one functionGernot Tenchio2011-08-301-53/+35
| * websockets: fix webSocketCheckDisconnect()Gernot Tenchio2011-08-301-1/+1
| * websockets: use 32bit Xor in webSocketsDecodeHybi()Gernot Tenchio2011-08-291-5/+10
| * Add sha1.*. Remove UTF-8 encode. Protocol handling.Joel Martin2011-08-252-176/+126
* | websockets: nothing to worry aboutGernot Tenchio2011-08-251-4/+5
* | websockets: added gcrypt based sha1 digest funtionGernot Tenchio2011-08-251-0/+15
* | websockets: remove warning on 64bit platformsGernot Tenchio2011-08-251-1/+1
|/
* websockets: Removed debugging left overGernot Tenchio2011-08-251-1/+1
* websockets: Use callback functions for encode/decodeGernot Tenchio2011-08-251-17/+32
* websockets: Move Hixie disconnect hack to websockets.cGernot Tenchio2011-08-253-76/+79