| Commit message (Expand) | Author | Age | Files | Lines |
* | CMake: automatically build androidvncserver when crosscompiling for Android | Christian Beier | 2017-03-26 | 3 | -128/+0 |
* | drop autotools | Bert van Hall | 2017-02-13 | 2 | -34/+0 |
* | Fix vncev example compilation on Windows | Christian Beier | 2017-01-29 | 1 | -1/+2 |
* | Fix some typos (it's / its) | Stefan Weil | 2016-11-18 | 2 | -2/+2 |
* | Fix memory access error in camera.c example | zbierak | 2016-04-04 | 1 | -1/+1 |
* | Fix some typos (found by codespell) | Stefan Weil | 2015-10-09 | 1 | -2/+2 |
* | Rename obsolete INCLUDES to AM_CPPFLAGS | Brian Bidulock | 2014-10-02 | 2 | -2/+2 |
* | Merge branch 'repeater' | Johannes Schindelin | 2014-04-05 | 2 | -1/+69 |
|\ |
|
| * | Repeater example: show how to shut down cleanly | Johannes Schindelin | 2014-04-05 | 1 | -0/+6 |
| * | Add an example how to connect to an UltraVNC-style repeater | Johannes Schindelin | 2014-04-05 | 2 | -1/+63 |
* | | After free()ing clientData, set it to NULL | Johannes Schindelin | 2014-03-30 | 1 | -0/+1 |
|/ |
|
* | Include some more missing files for make dist. | Christian Beier | 2012-04-26 | 1 | -0/+1 |
* | Rename 'classes' dir to 'webclients'. | Christian Beier | 2011-11-09 | 3 | -3/+3 |
* | Add installation hints to android example README. | Christian Beier | 2011-07-25 | 1 | -0/+9 |
* | Reduced memory footprint by 50% | William Roberts | 2011-07-23 | 1 | -2/+2 |
* | Corrected resolution issue, but screen is getting reported as wrong size | William Roberts | 2011-07-23 | 1 | -1/+1 |
* | Fixes running vncserver on beagleboard/0xdroid and possibly any device | ckanru | 2011-07-23 | 1 | -2/+6 |
* | Adopt autotools build system to Android. | Christian Beier | 2011-07-23 | 2 | -0/+10 |
* | Add androidvncserver example. | Christian Beier | 2011-07-23 | 3 | -0/+637 |
* | Fix (most) MinGW32 compiler warnings. | Christian Beier | 2011-03-17 | 3 | -21/+22 |
* | Fix remaining compiler warnings. | Christian Beier | 2011-03-17 | 2 | -9/+4 |
* | Check rfbGetScreen() return value everywhere. | Christian Beier | 2011-03-17 | 13 | -4/+28 |
* | Move zippy.c to examples. | Christian Beier | 2011-03-10 | 2 | -1/+181 |
* | Remove unneeded files concerning CVS. | Christian Beier | 2011-01-31 | 1 | -18/+0 |
* | Remove completely broken Visual Studio project files | Johannes Schindelin | 2011-01-31 | 1 | -93/+0 |
* | Add doxygen documentation support. | Christian Beier | 2010-11-18 | 7 | -5/+21 |
* | Fix various compilation warnings | Vic Lee | 2009-11-10 | 1 | -1/+1 |
* | clean up build flags | dscho | 2009-02-03 | 1 | -1/+1 |
* | examples/mac: disable the cursor | dscho | 2008-05-13 | 1 | -0/+3 |
* | Build shared libraries per default | dscho | 2007-03-30 | 1 | -1/+1 |
* | include rotatetemplate.c in the tarball | dscho | 2006-04-30 | 1 | -1/+1 |
* | add rotate and flip example | dscho | 2006-04-27 | 5 | -2/+149 |
* | malloc.h should not be needed (it is missing on quite a few platforms) | dscho | 2006-04-27 | 1 | -1/+0 |
* | Make VPATH building work with -I $(top_srcdir) for rfb/rfb.h | runge | 2006-04-26 | 1 | -1/+1 |
* | Added an example camera application to demonstrate another way to write a ser... | steven_carr | 2006-04-17 | 2 | -1/+154 |
* | Fix blooptest example | dscho | 2006-03-01 | 3 | -5/+3 |
* | if compiling with pthreads, also compile blooptest | dscho | 2006-03-01 | 1 | -1/+9 |
* | x11vnc: the big split. | runge | 2006-01-09 | 1 | -1/+2 |
* | fix client non-jpeg/libz builds | runge | 2006-01-08 | 1 | -2/+5 |
* | previous patch turned compile warning in a compile error; fix that ;-) | dscho | 2005-12-09 | 1 | -1/+1 |
* | fix compile warnings | dscho | 2005-12-08 | 1 | -3/+5 |
* | The PseudoEncoding extension code was getting silly: | dscho | 2005-10-07 | 1 | -1/+1 |
* | add BackChannel extension example | dscho | 2005-10-06 | 2 | -1/+114 |
* | kill BackChannel and CustomClientMessage: the new extension technique makes t... | dscho | 2005-10-06 | 1 | -60/+0 |
* | do it right: it is not DEFINES, but AM_CFLAGS | dscho | 2005-10-06 | 1 | -1/+1 |
* | This monster commit contains support for TightVNC's file transfer protocol. | dscho | 2005-09-28 | 3 | -1/+18 |
* | mac works! | dscho | 2005-05-24 | 1 | -0/+1 |
* | fix off by one bug | dscho | 2005-05-24 | 1 | -2/+4 |
* | hide strict ansi stuff if not explicitely turned on; actually use the socklen... | dscho | 2005-05-18 | 1 | -0/+2 |
* | ANSIfy, fix some warnings from Linus' sparse | dscho | 2005-05-15 | 7 | -35/+44 |