Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | 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. | ||||
* | Add doxygen documentation support. | Christian Beier | 2010-11-18 | 1 | -1/+2 |
| | | | | | | | | | | | | | Adds automagically generating libvncserver/libvncclient API documentation using doxygen. This gives a nice overview on both APIs, include dependencies and function call/caller dependencies. TODO: Modify all the explaining comments in the .c files for use with doxygen as well. This patch only changes comments, no functional changes at all! Signed-off-by: Christian Beier <dontmind@freeshell.org> | ||||
* | malloc.h should not be needed (it is missing on quite a few platforms) | dscho | 2006-04-27 | 1 | -1/+0 |
| | |||||
* | Added an example camera application to demonstrate another way to write a ↵ | steven_carr | 2006-04-17 | 1 | -0/+153 |
server application. |