summaryrefslogtreecommitdiffstats
path: root/krfb/libvncserver/main.cc
Commit message (Collapse)AuthorAgeFilesLines
* Port to standard shared libvncserver and delete old buggy libvncserver ↵Timothy Pearson2015-01-101-830/+0
| | | | | | | library sources Note that this DOES NOT WORK as some TDE-specific changes to libvncserver will be required The commit is a "clean slate" for the TDE-specific changes to follow
* 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