summaryrefslogtreecommitdiffstats
path: root/libvncserver/tightvnc-filetransfer/handlefiletransferrequest.c
Commit message (Expand)AuthorAgeFilesLines
* tightvnc-filetransfer: do not close stuff from within a threadChristian Beier2018-11-101-6/+0
* tightvnc-filetransfer: when creating a new download thread, make sure the pre...Christian Beier2018-10-221-2/+1
* tightvnc-filetransfer: refactor CloseUndoneFileTransfer() into two functionsChristian Beier2018-10-211-4/+4
* tightvnc-filetransfer: tie the download thread to the control structureChristian Beier2018-10-211-2/+1
* tightvnc-filetransfer: fix heap use-after-freeChristian Beier2018-10-211-0/+2
* Various #ifdef fixes to allow building with MSVC2014Christian Beier2017-01-281-0/+2
* Fix some typos (found by codespell)Stefan Weil2015-10-091-1/+1
* Close unclosed comments ;-)Johannes Schindelin2014-09-301-2/+2
* These are UNIX headers, and are not available on MSVCDaniel Cohen Gindi2014-09-201-0/+5
* Add logging output to know when inside tightvnc-filetransfer functions.runge2007-05-161-0/+4
* fix some non-gcc compiler warnings and signals in x11vncrunge2006-02-201-0/+3
* fix deadlock from rfbReleaseExtensionIterator(), fix no libz/libjpeg builds,...runge2005-11-251-2/+0
* This monster commit contains support for TightVNC's file transfer protocol.dscho2005-09-281-0/+988