summaryrefslogtreecommitdiffstats
path: root/examples/filetransfer.c
Commit message (Collapse)AuthorAgeFilesLines
* Check rfbGetScreen() return value everywhere.Christian Beier2011-03-171-0/+2
| | | | | This fixes a segfault when a server is invoked with the '-help' commandline argument.
* Add doxygen documentation support.Christian Beier2010-11-181-0/+4
| | | | | | | | | | | | | 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>
* This monster commit contains support for TightVNC's file transfer protocol.dscho2005-09-281-0/+11
Thank you very much, Rohit!