summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Rename obsolete INCLUDES to AM_CPPFLAGSBrian Bidulock2014-10-022-2/+2
* Merge branch 'repeater'Johannes Schindelin2014-04-052-1/+69
|\
| * Repeater example: show how to shut down cleanlyJohannes Schindelin2014-04-051-0/+6
| * Add an example how to connect to an UltraVNC-style repeaterJohannes Schindelin2014-04-052-1/+63
* | After free()ing clientData, set it to NULLJohannes Schindelin2014-03-301-0/+1
|/
* Include some more missing files for make dist.Christian Beier2012-04-261-0/+1
* Rename 'classes' dir to 'webclients'.Christian Beier2011-11-093-3/+3
* Add installation hints to android example README.androidChristian Beier2011-07-251-0/+9
* Reduced memory footprint by 50%William Roberts2011-07-231-2/+2
* Corrected resolution issue, but screen is getting reported as wrong sizeWilliam Roberts2011-07-231-1/+1
* Fixes running vncserver on beagleboard/0xdroid and possibly any deviceckanru2011-07-231-2/+6
* Adopt autotools build system to Android.Christian Beier2011-07-232-0/+10
* Add androidvncserver example.Christian Beier2011-07-233-0/+637
* Fix (most) MinGW32 compiler warnings.Christian Beier2011-03-173-21/+22
* Fix remaining compiler warnings.Christian Beier2011-03-172-9/+4
* Check rfbGetScreen() return value everywhere.Christian Beier2011-03-1713-4/+28
* Move zippy.c to examples.Christian Beier2011-03-102-1/+181
* Remove unneeded files concerning CVS.Christian Beier2011-01-311-18/+0
* Remove completely broken Visual Studio project filesJohannes Schindelin2011-01-311-93/+0
* Add doxygen documentation support.Christian Beier2010-11-187-5/+21
* Fix various compilation warningsVic Lee2009-11-101-1/+1
* clean up build flagsdscho2009-02-031-1/+1
* examples/mac: disable the cursordscho2008-05-131-0/+3
* Build shared libraries per defaultdscho2007-03-301-1/+1
* include rotatetemplate.c in the tarballdscho2006-04-301-1/+1
* add rotate and flip exampledscho2006-04-275-2/+149
* malloc.h should not be needed (it is missing on quite a few platforms)dscho2006-04-271-1/+0
* Make VPATH building work with -I $(top_srcdir) for rfb/rfb.hrunge2006-04-261-1/+1
* Added an example camera application to demonstrate another way to write a ser...steven_carr2006-04-172-1/+154
* Fix blooptest exampledscho2006-03-013-5/+3
* if compiling with pthreads, also compile blooptestdscho2006-03-011-1/+9
* x11vnc: the big split.runge2006-01-091-1/+2
* fix client non-jpeg/libz buildsrunge2006-01-081-2/+5
* previous patch turned compile warning in a compile error; fix that ;-)dscho2005-12-091-1/+1
* fix compile warningsdscho2005-12-081-3/+5
* The PseudoEncoding extension code was getting silly:dscho2005-10-071-1/+1
* add BackChannel extension exampledscho2005-10-062-1/+114
* kill BackChannel and CustomClientMessage: the new extension technique makes t...dscho2005-10-061-60/+0
* do it right: it is not DEFINES, but AM_CFLAGSdscho2005-10-061-1/+1
* This monster commit contains support for TightVNC's file transfer protocol.dscho2005-09-283-1/+18
* mac works!dscho2005-05-241-0/+1
* fix off by one bugdscho2005-05-241-2/+4
* hide strict ansi stuff if not explicitely turned on; actually use the socklen...dscho2005-05-181-0/+2
* ANSIfy, fix some warnings from Linus' sparsedscho2005-05-157-35/+44
* more files to ignoredscho2005-05-141-0/+2
* fix memory leaks detected using valgrinddscho2005-05-141-0/+1
* socketInitDone -> socketStatedscho2005-05-072-3/+10
* pointerClient was still static.dscho2005-01-181-7/+0
* reverted segfault fix; use rfbDrawCharWithClipdscho2005-01-141-1/+1
* compile fix on mac; still untested...dscho2004-12-201-5/+5
OpenPOWER on IntegriCloud