| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge branch 'turbovnc' | Christian Beier | 2012-04-25 | 18 | -596/+3652 |
|\ |
|
| * | Fix turbojpeg tests compilation. | Christian Beier | 2012-04-25 | 1 | -2/+2 |
| * | Fix compilation with some libjpeg distributions. | DRC | 2012-04-25 | 1 | -4/+3 |
| * | Make TurboVNC compress level 3 actually work. | Christian Beier | 2012-04-12 | 1 | -1/+1 |
| * | Fix memory leak in TurboVNC | DRC | 2012-04-09 | 1 | -2/+2 |
| * | Extend support for the new TurboVNC encoder to the CMake build system | DRC | 2012-03-26 | 1 | -2/+39 |
| * | Replace TightVNC encoder with TurboVNC encoder. This patch is the result of f... | DRC | 2012-03-26 | 16 | -2678/+3302 |
| * | Add DRC to AUTHORS. | Christian Beier | 2012-03-15 | 1 | -1/+1 |
| * | Move tightsubsamplevel member to the end of rfbClient struct. | Christian Beier | 2012-03-15 | 1 | -4/+4 |
| * | Fix the build of x11vnc when an out-of-tree build directory is used | DRC | 2012-03-11 | 1 | -1/+1 |
| * | Fix an issue that affects the existing Tight encoder as well as the newly-imp... | DRC | 2012-03-11 | 1 | -0/+9 |
| * | Add TurboVNC encoding support. | DRC | 2012-03-11 | 8 | -8/+2395 |
* | | Added support for UltraVNC Single Click as originally proposed by Noobius (Bo... | Monkey | 2012-04-23 | 1 | -0/+8 |
* | | Add Philip to AUTHORS. | Christian Beier | 2012-04-15 | 1 | -1/+1 |
* | | LibVNCClient: Fix build with no SSL/TLS library available. | Christian Beier | 2012-04-15 | 1 | -0/+2 |
* | | LibVNCClient: properly free the openssl session stuff on shutdown. | Christian Beier | 2012-04-15 | 1 | -13/+14 |
* | | LibVNCClient: Remove all those WITH_CLIENT_TLS #ifdefs and move GnuTLS specif... | Christian Beier | 2012-04-15 | 5 | -72/+16 |
* | | Unify GnuTLS vs OpenSSL build systems stuff between libvncclient and libvncse... | Christian Beier | 2012-04-14 | 1 | -9/+8 |
* | | Add the OpenSSL libvncclient TLS version to the build system. | Christian Beier | 2012-04-14 | 4 | -1/+657 |
* | | Update our copy of noVNC. | Christian Beier | 2012-04-12 | 15 | -144/+1221 |
* | | Merge branch 'server-ipv6' | Christian Beier | 2012-04-02 | 12 | -48/+516 |
|\ \ |
|
| * | | IPv6 support for LibVNCServer, part four: add copyright notices to files with... | Christian Beier | 2012-04-02 | 4 | -0/+4 |
| * | | IPv6 support for LibVNCServer, part three: make reverse connections IPv6-capa... | Christian Beier | 2012-03-10 | 6 | -15/+174 |
| * | | IPv6 support for LibVNCServer, part onepointseven: Plug a memleak. | Christian Beier | 2012-03-10 | 1 | -0/+3 |
| * | | IPv6 support for LibVNCServer, part twopointone: properly surround IPv6 addre... | Christian Beier | 2012-03-09 | 1 | -1/+9 |
| * | | IPv6 support for LibVNCServer, part two: Let the http server listen on IPv6, ... | Christian Beier | 2012-02-27 | 4 | -15/+90 |
| * | | 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 | 5 | -19/+230 |
| |/ |
|
* | | SDLvncviewer: map Apple/Windows keys correctly | Johannes Schindelin | 2012-03-29 | 1 | -3/+2 |
* | | gitignore the compiled gtkvncclient | Johannes Schindelin | 2012-03-29 | 1 | -0/+1 |
* | | SDLvncviewer: fix the SDL_KEYUP issue | Johannes Schindelin | 2012-03-29 | 1 | -6/+13 |
|/ |
|
* | Here is a port of SDLvncviewer to GTK+2. | Mateus Cesar Groess | 2012-02-11 | 4 | -3/+683 |
* | Update AUTHORS. | Christian Beier | 2012-02-11 | 1 | -1/+2 |
* | Support Mac OS X vnc client with no password | Kyle J. McKay | 2012-02-11 | 3 | -10/+81 |
* | Add Luca to the AUTHORS | Johannes Schindelin | 2012-02-04 | 1 | -1/+1 |
* | Add an optional parameter to specify the ip address for reverse connections | Luca Stauble | 2012-02-03 | 4 | -3/+25 |
* | Merge branch 'websockets' of https://github.com/kanaka/libvncserver | Christian Beier | 2012-01-12 | 2 | -18/+31 |
|\ |
|
| * | 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 |
| * | cmake: adapted to latest websocket crypto changes | Gernot Tenchio | 2012-01-12 | 1 | -11/+13 |
* | | Small changes to LibNVCClient doxygen documentation. | Christian Beier | 2011-12-15 | 1 | -22/+23 |
* | | Merge branch 'master' of https://github.com/watkipet/libvncserver | Christian Beier | 2011-12-15 | 1 | -1/+215 |
|\ \ |
|
| * | | Added comments. | Peter Watkins | 2011-10-26 | 1 | -1/+215 |
* | | | Fix build error when libpng is available, but libjpeg is not. | Christian Beier | 2011-12-01 | 1 | -4/+0 |
* | | | Use AM_SILENT_RULES only when it's actually available. | Christian Beier | 2011-12-01 | 1 | -1/+1 |
* | | | Merge branch 'included-novnc' | Christian Beier | 2011-11-17 | 74 | -56/+7514 |
|\ \ \ |
|
| * | | | Move the java stuff into webclients/java-applet. | Christian Beier | 2011-11-09 | 22 | -6/+11 |
| * | | | Rename 'classes' dir to 'webclients'. | Christian Beier | 2011-11-09 | 70 | -10/+10 |
| * | | | novnc client: use the client's notion about the server hostname instead of wh... | Christian Beier | 2011-11-09 | 2 | -5/+14 |