Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed _BSD_SOURCE, _SVID_SOURCE, _GNU_SOURCE, _XOPEN_SOURCE. | Michele Calgaro | 2018-10-08 | 1 | -3/+0 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | After free()ing clientData, set it to NULL | Johannes Schindelin | 2014-03-30 | 1 | -0/+1 |
| | | | | | | We will change rfbClientCleanup() to free the data. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | Encodingstest: Use format string argument with fprintf. | Luca Falavigna | 2012-05-07 | 1 | -1/+1 |
| | |||||
* | Update encodingstest. | Christian Beier | 2011-03-17 | 1 | -42/+25 |
| | | | | | | | * Fixed segfault on shutdown. * Updated to test all encodings. * Fixed to operate with encodings that split up rects into smaller rects. | ||||
* | Check rfbGetScreen() return value everywhere. | Christian Beier | 2011-03-17 | 1 | -0/+2 |
| | | | | | This fixes a segfault when a server is invoked with the '-help' commandline argument. | ||||
* | encodingstest: fix multi-threading issue | Johannes Schindelin | 2009-10-02 | 1 | -4/+8 |
| | | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | encodingstest: fix whitespace | Johannes Schindelin | 2009-10-02 | 1 | -7/+5 |
| | | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | implement ZRLE decoding | dscho | 2005-05-24 | 1 | -2/+1 |
| | |||||
* | hide strict ansi stuff if not explicitely turned on; actually use the ↵ | dscho | 2005-05-18 | 1 | -0/+2 |
| | | | | socklen_t test from configure.ac | ||||
* | ANSIfy, fix some warnings from Linus' sparse | dscho | 2005-05-15 | 1 | -22/+26 |
| | |||||
* | fix compilation when no libz is available | dscho | 2005-03-09 | 1 | -0/+2 |
| | |||||
* | fix test (don't show cursor...); correctly set the encodings in the client; | dscho | 2005-01-19 | 1 | -7/+5 |
| | | | | really test 20 seconds | ||||
* | x11vnc: XFIXES cursorshape, XRANDR resize, remote control, gui | runge | 2004-12-17 | 1 | -1/+2 |
| | |||||
* | rename tight-1.c into encodingstest.c, fixing it in the process. It now | dscho | 2004-10-16 | 1 | -0/+345 |
passes all encodings except corre (broken) and zrle (not yet implemented in libvncclient) |