summaryrefslogtreecommitdiffstats
path: root/libvncserver
Commit message (Expand)AuthorAgeFilesLines
...
* | Fail when NULL is passed to CreateFileListInfo()Daniel Cohen Gindi2014-09-201-2/+6
* | `strings.h` and `resolv.h` are not available on MSVC, and some POSIX function...Daniel Cohen Gindi2014-09-204-1/+19
|/
* Do not accept a scaling factor of zero on PalmVNCSetScaleFactor and SetScale ...Nicolas Ruff2014-08-181-0/+14
* Check malloc() return value on client->server ClientCutText message. Client c...Nicolas Ruff2014-08-181-0/+5
* allow rfbInitSockets with non-ready states.Amandeep Singh2014-08-031-2/+3
* Fix crash in krfbAmandeep Singh2014-08-031-4/+7
* Fix tyopJohannes Schindelin2014-03-311-1/+1
* Set opcode correctly for binary frames.Joel Martin2013-02-271-0/+1
* Work around a gcc bug with anonymous structs and unions.Raphael Kubo da Costa2012-09-141-10/+15
* Include stdio.h for snprintf(3)Raphael Kubo da Costa2012-09-141-0/+2
* Add the required headers for read(2)Raphael Kubo da Costa2012-09-141-0/+5
* Use htobeNN(3) to convert numbers in websocket.c.Raphael Kubo da Costa2012-09-141-14/+11
* Tune the definitions needed when building with -ansi.Raphael Kubo da Costa2012-09-144-2/+12
* Add some missing feature macro definitions.Raphael Kubo da Costa2012-09-142-0/+10
* Use C-style comments in rfbconfig.h.cmake and C source code.Raphael Kubo da Costa2012-09-142-5/+5
* Correctly include rfbconfig.h.Raphael Kubo da Costa2012-09-141-1/+1
* Patched sockets.c to allow the use of IPv6 without IPv4.Oliver Loch2012-08-191-1/+6
* 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