| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'LibVNCServer-0.9.12' | Slávek Banko | 2019-02-06 | 6 | -34/+493 |
|\ |
|
| * | Fix -Wmisleading-indentation warnings | Remi Gacogne | 2018-11-28 | 1 | -6/+9 |
| * | add decode support for continuation frames | Andreas Weigel | 2017-05-14 | 3 | -28/+70 |
| * | fix problems in test and requests for cmake build | Andreas Weigel | 2017-05-14 | 3 | -12/+12 |
| * | add generation wstest to cmake | Andreas Weigel | 2017-05-14 | 3 | -26/+151 |
| * | add ws_decode tests | Andreas Weigel | 2017-05-14 | 2 | -0/+316 |
| * | test: tell MSVC to use math defines | Christian Beier | 2017-02-21 | 1 | -0/+1 |
| * | drop autotools | Bert van Hall | 2017-02-13 | 1 | -28/+0 |
* | | Removed _BSD_SOURCE, _SVID_SOURCE, _GNU_SOURCE, _XOPEN_SOURCE. | Michele Calgaro | 2018-10-08 | 2 | -6/+0 |
|/ |
|
* | test/Makefile: use check_PROGRAMS | Mike Frysinger | 2016-11-27 | 1 | -2/+3 |
* | Rename obsolete INCLUDES to AM_CPPFLAGS | Brian Bidulock | 2014-10-02 | 1 | -1/+1 |
* | After free()ing clientData, set it to NULL | Johannes Schindelin | 2014-03-30 | 1 | -0/+1 |
* | Use C-style comments in rfbconfig.h.cmake and C source code. | Raphael Kubo da Costa | 2012-09-14 | 1 | -8/+12 |
* | Encodingstest: Use format string argument with fprintf. | Luca Falavigna | 2012-05-07 | 1 | -1/+1 |
* | Only build libjpeg test programs if libjpeg is actually available. | Christian Beier | 2012-04-27 | 1 | -3/+3 |
* | Fix some compiler warnings thrown with newer gcc. | Christian Beier | 2012-04-25 | 1 | -1/+2 |
* | Fix turbojpeg tests compilation. | Christian Beier | 2012-04-25 | 1 | -2/+2 |
* | Replace TightVNC encoder with TurboVNC encoder. This patch is the result of f... | DRC | 2012-03-26 | 7 | -0/+1681 |
* | Update encodingstest. | Christian Beier | 2011-03-17 | 1 | -42/+25 |
* | Check rfbGetScreen() return value everywhere. | Christian Beier | 2011-03-17 | 4 | -2/+11 |
* | Set proper file permissions for source files. | Christian Beier | 2011-03-10 | 2 | -0/+0 |
* | Remove unneeded files concerning CVS. | Christian Beier | 2011-01-31 | 1 | -9/+0 |
* | encodingstest: fix multi-threading issue | Johannes Schindelin | 2009-10-02 | 1 | -4/+8 |
* | encodingstest: fix whitespace | Johannes Schindelin | 2009-10-02 | 1 | -7/+5 |
* | test/Makefile: use check_PROGRAMS | dscho | 2009-02-03 | 1 | -1/+1 |
* | clean up build flags | dscho | 2009-02-03 | 1 | -1/+1 |
* | Build shared libraries per default | dscho | 2007-03-30 | 1 | -1/+1 |
* | Make VPATH building work with -I $(top_srcdir) for rfb/rfb.h | runge | 2006-04-26 | 1 | -1/+1 |
* | do it right: it is not DEFINES, but AM_CFLAGS | dscho | 2005-10-06 | 1 | -1/+1 |
* | implement ZRLE decoding | dscho | 2005-05-24 | 1 | -2/+1 |
* | hide strict ansi stuff if not explicitely turned on; actually use the socklen... | dscho | 2005-05-18 | 2 | -0/+4 |
* | ANSIfy, fix some warnings from Linus' sparse | dscho | 2005-05-15 | 3 | -34/+39 |
* | more files to ignore | dscho | 2005-05-14 | 1 | -0/+2 |
* | socketInitDone -> socketState | dscho | 2005-05-07 | 1 | -1/+0 |
* | fix compilation when no libz is available | dscho | 2005-03-09 | 1 | -0/+2 |
* | test Floyd-Steinberg dither for alpha masks | dscho | 2005-01-23 | 1 | -2/+7 |
* | no need to strdup for MakeXCursor | dscho | 2005-01-20 | 1 | -5/+10 |
* | fix test (don't show cursor...); correctly set the encodings in the client; | dscho | 2005-01-19 | 1 | -7/+5 |
* | add a cursor test (interactive for now) | dscho | 2005-01-18 | 2 | -1/+344 |
* | fix for MinGW | dscho | 2004-12-20 | 1 | -1/+1 |
* | x11vnc: XFIXES cursorshape, XRANDR resize, remote control, gui | runge | 2004-12-17 | 1 | -1/+2 |
* | support MinGW32! | dscho | 2004-12-01 | 1 | -3/+3 |
* | tight-1 -> encodingstest | dscho | 2004-10-16 | 1 | -1/+1 |
* | rename tight-1.c into encodingstest.c, fixing it in the process. It now | dscho | 2004-10-16 | 2 | -17/+58 |
* | compiles, 1st run is okay, 2nd and subsequent give errors. Evidently, | dscho | 2004-10-15 | 1 | -38/+120 |
* | compiling, non functional version of a unit test for encodings | dscho | 2004-10-15 | 1 | -18/+211 |
* | global structures/functions should have "rfb", "sra" or "zrle" as prefix, | dscho | 2004-08-30 | 2 | -3/+3 |
* | convert c++ comments to c comments | dscho | 2004-06-18 | 1 | -1/+0 |
* | all this moving and renaming needs changes in the cvsignores, too! | dscho | 2004-06-07 | 1 | -1/+3 |
* | add client_examples/, add SDLvncviewer, libvncclient API changes, suppress au... | dscho | 2004-06-07 | 4 | -3/+62 |