Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tightvnc-filetransfer: do not close stuff from within a thread | Christian Beier | 2018-11-10 | 1 | -6/+0 |
| | | | | | | ... as this crashes badly and the client is closed by the main thread machinery afterwards. re #242 | ||||
* | tightvnc-filetransfer: when creating a new download thread, make sure the ↵ | Christian Beier | 2018-10-22 | 1 | -2/+1 |
| | | | | | | previous one ends re #242 | ||||
* | tightvnc-filetransfer: refactor CloseUndoneFileTransfer() into two functions | Christian Beier | 2018-10-21 | 1 | -4/+4 |
| | | | | | | ...for closing upload and download separately. re #242 | ||||
* | tightvnc-filetransfer: tie the download thread to the control structure | Christian Beier | 2018-10-21 | 1 | -2/+1 |
| | | | | re #242 | ||||
* | tightvnc-filetransfer: fix heap use-after-free | Christian Beier | 2018-10-21 | 1 | -0/+2 |
| | | | | | | | | | | One can only guess what the intended semantics were here, but as every other rfbCloseClient() call in this file is followed by an immediate return, let's assume this was forgotton in this case. Anyway, don't forget to clean up to not leak memory. Closes #241 | ||||
* | Various #ifdef fixes to allow building with MSVC2014 | Christian Beier | 2017-01-28 | 1 | -0/+2 |
| | |||||
* | Fix some typos (found by codespell) | Stefan Weil | 2015-10-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | Close unclosed comments ;-) | Johannes Schindelin | 2014-09-30 | 1 | -2/+2 |
| | | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> | ||||
* | These are UNIX headers, and are not available on MSVC | Daniel Cohen Gindi | 2014-09-20 | 1 | -0/+5 |
| | |||||
* | Add logging output to know when inside tightvnc-filetransfer functions. | runge | 2007-05-16 | 1 | -0/+4 |
| | |||||
* | fix some non-gcc compiler warnings and signals in x11vnc | runge | 2006-02-20 | 1 | -0/+3 |
| | |||||
* | fix deadlock from rfbReleaseExtensionIterator(), fix no libz/libjpeg ↵ | runge | 2005-11-25 | 1 | -2/+0 |
| | | | | builds, disable tightvnc-filetransfer if no libpthread, add --without-pthread option, rm // comments, set NAME_MAX if not defined, x11vnc: throttle load if fb update requests not taking place. | ||||
* | This monster commit contains support for TightVNC's file transfer protocol. | dscho | 2005-09-28 | 1 | -0/+988 |
Thank you very much, Rohit! |