summaryrefslogtreecommitdiffstats
path: root/krfb/libvncserver/main.cc
Commit message (Collapse)AuthorAgeFilesLines
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-091-830/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a06e2c2f225d76b67b0058a9880222f75d5495c3)
* Fix improper thread support in krfbTimothy Pearson2013-11-241-4/+50
| | | | This relates to bug 1583
* Use TQThread in krfb where threads interact with TQt3 instead of direct ↵Timothy Pearson2013-04-081-0/+784
pthread access This resolves Bug 1403