Commit Graph

  • 539b310b48 CMake: Link against libgcrypt when it is found. Raphael Kubo da Costa 2012-09-11 22:50:09 +0300
  • 2b4f616d96 Update noVNC webclient. Christian Beier 2012-08-19 15:34:40 +0200
  • 2fba1be453 Update AUTHORS. Christian Beier 2012-08-19 15:11:02 +0200
  • 584542ba97 Patched sockets.c to allow the use of IPv6 without IPv4. Oliver Loch 2012-08-08 22:09:13 +0200
  • 54f50c5e1d Add another contributor Johannes Schindelin 2012-07-20 20:16:42 +0200
  • 0b396959fd Fix in milliseconds to struct timeval conversion Rostislav Lisovy 2012-07-19 17:34:23 +0200
  • af614dea11 Remove autogenerated files from repo. Christian Beier 2012-05-31 18:21:09 +0200
  • fef4386acc Add Compile Time Version Test Defines. Christian Beier 2012-05-23 12:17:42 +0200
  • 66282f5800 libvncserver/sockets.c: do not segfault when listenSock/listen6Sock == -1 Kyle J. McKay 2012-05-18 00:30:11 -0700
  • 2a97ab8679 Fix some compiler warnings that hinted some no too unimportant errors. Christian Beier 2012-05-09 17:31:59 +0200
  • ab74d36dcd Update TODO. Christian Beier 2012-05-07 21:25:38 +0200
  • a6fedf258a Encodingstest: Use format string argument with fprintf. Luca Falavigna 2012-05-07 21:23:03 +0200
  • 62cfb3bbda Bump version to 0.9.10. Christian Beier 2012-05-05 22:43:43 +0200
  • 7bac05aeed Update ChangeLog for 0.9.9. Christian Beier 2012-05-04 18:59:17 +0200
  • f9e11bb222 Enable building DLLs with MinGW32. Christian Beier 2012-05-04 17:08:48 +0200
  • 8327179d12 Update NEWS for 0.9.9. Christian Beier 2012-05-04 15:48:21 +0200
  • 231763cb0e LibVNCClient: #undef these types in case it's WIN32. Christian Beier 2012-05-03 17:18:22 +0200
  • 3e0cf05e12 LibVNCServer: Include ws2tcpip.h if it's available. Christian Beier 2012-05-03 15:29:22 +0200
  • a0cee790cf LibVNCServer: Prefer GnuTLS over OpenSSL to be in sync with LibVNCClient. Christian Beier 2012-04-30 22:15:11 +0200
  • fb824c8ce3 Some more libjpeg, libpng and zlib related build fixes. Christian Beier 2012-04-30 22:08:47 +0200
  • ae41be237f Make PKG_CHECK_MODULES fail non-fatal. Christian Beier 2012-04-30 21:50:26 +0200
  • d4cbaa0c17 Only try to build TightPNG stuff when libjpeg is available. Christian Beier 2012-04-30 21:26:58 +0200
  • c58213846e Only build libjpeg test programs if libjpeg is actually available. Christian Beier 2012-04-27 19:05:31 +0200
  • 98125f9d4c Fix CMake build of LibVNCClient. Christian Beier 2012-04-26 20:18:57 +0200
  • 81289eb624 Properly check return value. Christian Beier 2012-04-26 20:03:33 +0200
  • cdf8a18c13 Fix build when no libjpeg is available. Christian Beier 2012-04-26 19:44:11 +0200
  • a48ef69be3 Include some more missing files for make dist. Christian Beier 2012-04-26 17:20:06 +0200
  • 450d2ebfd2 Include missing files for make dist. Christian Beier 2012-04-25 14:50:05 +0200
  • 4a5eee94e8 Fix libvncclient make dist. Christian Beier 2012-04-25 13:56:45 +0200
  • b5a91ab231 Better check for Linux build. Christian Beier 2012-04-25 13:51:05 +0200
  • 7f063f8efe Binaries that are to be installed should be all lowercase. Christian Beier 2012-04-25 13:47:10 +0200
  • b3a661fb72 Bump version to 0.9.9. Christian Beier 2012-04-25 13:38:33 +0200
  • 6f9a9160c4 Fix some compiler warnings thrown with newer gcc. Christian Beier 2012-04-25 13:36:25 +0200
  • 413ca0dfef Merge branch 'turbovnc' Christian Beier 2012-04-25 12:55:03 +0200
  • 1df6bffd9e Fix turbojpeg tests compilation. Christian Beier 2012-04-25 12:33:06 +0200
  • f35624225b Fix compilation with some libjpeg distributions. DRC 2012-04-25 01:13:04 +0200
  • 2524573678 Added support for UltraVNC Single Click as originally proposed by Noobius (Boobius) on 6/1/11. Monkey 2012-04-22 11:38:33 -0400
  • 91d0a8497b Add Philip to AUTHORS. Christian Beier 2012-04-15 22:03:12 +0200
  • e2beac6d93 LibVNCClient: Fix build with no SSL/TLS library available. Christian Beier 2012-04-15 17:26:00 +0200
  • f606179c9c LibVNCClient: properly free the openssl session stuff on shutdown. Christian Beier 2012-04-15 17:17:12 +0200
  • 77286f0831 LibVNCClient: Remove all those WITH_CLIENT_TLS #ifdefs and move GnuTLS specific functionality into tls_gnutls.c. Christian Beier 2012-04-15 16:50:40 +0200
  • 7bf369a04b Unify GnuTLS vs OpenSSL build systems stuff between libvncclient and libvncserver. Christian Beier 2012-04-14 21:52:35 +0200
  • 5e9da5a2f8 Add the OpenSSL libvncclient TLS version to the build system. Christian Beier 2012-04-14 21:16:09 +0200
  • 98f4037785 Update our copy of noVNC. Christian Beier 2012-04-12 18:41:14 +0200
  • 7cb8fd9b30 Make TurboVNC compress level 3 actually work. Christian Beier 2012-04-12 16:23:01 +0200
  • 5e142f81a9 Fix memory leak in TurboVNC DRC 2012-04-09 15:26:46 -0500
  • efcdab50cc Merge branch 'server-ipv6' Christian Beier 2012-04-02 16:30:53 +0200
  • 2d50fc84f7 IPv6 support for LibVNCServer, part four: add copyright notices to files with non-trivial changes. Christian Beier 2012-04-02 16:29:06 +0200
  • ee4593425f SDLvncviewer: map Apple/Windows keys correctly Johannes Schindelin 2012-03-29 14:10:54 -0500
  • 2d85009868 gitignore the compiled gtkvncclient Johannes Schindelin 2012-03-29 13:25:11 -0500
  • f11e49b4e7 SDLvncviewer: fix the SDL_KEYUP issue Johannes Schindelin 2012-03-29 13:21:34 -0500
  • 729e965dff Extend support for the new TurboVNC encoder to the CMake build system DRC 2012-03-23 16:00:33 -0500
  • 7124b5fbcf Replace TightVNC encoder with TurboVNC encoder. This patch is the result of further research and discussion that revealed the following: DRC 2012-03-25 11:34:22 -0500
  • 5f2794f31b Add DRC to AUTHORS. Christian Beier 2012-03-15 20:06:41 +0100
  • 4c7e185a97 Move tightsubsamplevel member to the end of rfbClient struct. Christian Beier 2012-03-15 19:46:57 +0100
  • 2ebf2d06f3 Fix the build of x11vnc when an out-of-tree build directory is used DRC 2012-03-10 11:38:07 -0600
  • 503dd6bb69 Fix an issue that affects the existing Tight encoder as well as the newly-implemented Turbo encoder. DRC 2012-03-10 11:35:51 -0600
  • 97001a7e7b Add TurboVNC encoding support. DRC 2012-03-10 11:27:18 -0600
  • 75bfb1f5d3 IPv6 support for LibVNCServer, part three: make reverse connections IPv6-capable. Christian Beier 2012-03-10 21:31:44 +0100
  • edc75fa4f4 IPv6 support for LibVNCServer, part onepointseven: Plug a memleak. Christian Beier 2012-03-10 17:53:20 +0100
  • b7e043abad IPv6 support for LibVNCServer, part twopointone: properly surround IPv6 addresses with [] for noVNC URL. Christian Beier 2012-03-09 15:35:53 +0100
  • e7dfd0a9d6 IPv6 support for LibVNCServer, part two: Let the http server listen on IPv6, too. Christian Beier 2012-02-27 15:19:52 +0100
  • 0e74b5db9a IPv6 support for LibVNCServer, part onepointsix: fix a small logic error. Christian Beier 2012-02-27 15:10:57 +0100
  • 23413bf120 IPv6 support for LibVNCServer, part onepointfive: Fix compilation with IPv6 missing. Christian Beier 2012-02-27 15:05:59 +0100
  • 83a7c713a9 IPv6 support for LibVNCServer, part one: accept IPv4 and IPv6 connections. Christian Beier 2012-02-20 15:52:19 +0100
  • 1078e8a8b0 Here is a port of SDLvncviewer to GTK+2. Mateus Cesar Groess 2012-02-11 19:34:22 +0100
  • 4ed29e0a36 Update AUTHORS. Christian Beier 2012-02-11 13:41:50 +0100
  • 5c57575c35 Support Mac OS X vnc client with no password Kyle J. McKay 2012-02-10 19:13:00 -0800
  • 8121e8445d Add Luca to the AUTHORS Johannes Schindelin 2012-02-04 05:19:41 +0100
  • fe2e2e4b59 Add an optional parameter to specify the ip address for reverse connections Luca Stauble 2012-02-04 01:25:04 +0100
  • 5ea7e51e6b Merge branch 'websockets' of https://github.com/kanaka/libvncserver Christian Beier 2012-01-12 17:47:06 +0100
  • f597599d2a websockets: removed debug message Gernot Tenchio 2012-01-12 10:13:56 +0100
  • 4d9178dcf2 websockets: restore errno after logging an error Gernot Tenchio 2012-01-12 10:10:24 +0100
  • 9e09040699 cmake: adapted to latest websocket crypto changes Gernot Tenchio 2012-01-12 10:01:41 +0100
  • 66b0603b5a Small changes to LibNVCClient doxygen documentation. Christian Beier 2011-12-15 21:17:11 +0100
  • abf6fad894 Merge branch 'master' of https://github.com/watkipet/libvncserver Christian Beier 2011-12-15 20:43:23 +0100
  • 50d8a33782 Fix build error when libpng is available, but libjpeg is not. Christian Beier 2011-12-01 18:22:44 +0100
  • c42ea2fa7c Use AM_SILENT_RULES only when it's actually available. Christian Beier 2011-12-01 13:08:54 +0100
  • 49e59435e3 Merge branch 'included-novnc' Christian Beier 2011-11-17 17:03:45 +0100
  • bdd7e25d2d Move the java stuff into webclients/java-applet. Christian Beier 2011-11-09 20:25:32 +0100
  • faadd48448 Rename 'classes' dir to 'webclients'. Christian Beier 2011-11-09 20:00:16 +0100
  • 7cb0e4a9a9 novnc client: use the client's notion about the server hostname instead of what the server thinks. Christian Beier 2011-11-09 19:20:10 +0100
  • 4d3464236b Fix tiny typo. Christian Beier 2011-11-09 16:39:35 +0100
  • efdb2f06d4 Add 0.9.8.2 NEWS entry. Christian Beier 2011-11-09 12:47:04 +0100
  • 27b4372c94 When GetCredential() callback is not set, don't use authentications requiring it. Christian Beier 2011-11-09 00:25:56 +0100
  • 14c8943c92 Update ChangeLog for 0.9.8.1. Christian Beier 2011-10-12 19:00:47 +0200
  • 609ccec1a0 Update version number in autotools && cmake, NEWS entry. Christian Beier 2011-10-12 18:57:01 +0200
  • b551e05edb Added comments. Peter Watkins 2011-10-26 14:59:06 -0700
  • 3df7537a30 Fix deadlock in threaded mode when using nested rfbClientIteratorNext() calls. Christian Beier 2011-10-26 18:41:19 +0200
  • e3b8aaab86 Update AUTHORS Johannes Schindelin 2011-10-16 22:16:17 -0500
  • fba4818ae8 Fix memory leak George Fleury 2011-10-16 22:02:11 -0500
  • 9d0b80059a Hopefully fix the crash when updating from 0.9.7 or earlier Johannes Schindelin 2011-10-08 14:40:50 -0500
  • 84be9d3f49 SDLvncviewer: make it resizable by default Johannes Schindelin 2011-10-09 21:03:46 -0500
  • 5756b133f7 httpd: fix sending of binary data such as images. Christian Beier 2011-10-06 14:29:06 +0200
  • 03d9b51917 Fix typo && use proper website. Christian Beier 2011-10-06 12:22:49 +0200
  • edbd5ab8d4 Add noVNC HTML5 client connect possibility to our http server. Christian Beier 2011-10-04 18:26:48 +0200
  • bffd9ee33b Merge branch 'websockets' Christian Beier 2011-10-04 17:30:36 +0200
  • abec0aa8c3 This build warning is a libvncserver one, not for x11vnc. Christian Beier 2011-10-04 17:28:26 +0200
  • 7c0aa2a0c0 Merge branch 'websockets' of https://github.com/kanaka/libvncserver into websockets Christian Beier 2011-09-23 01:22:56 +0200
  • 78bd41ad5e md5: forced to use function names with leading underscores Gernot Tenchio 2011-09-21 21:36:56 +0200