aboutsummaryrefslogtreecommitdiffstats
path: root/win/winvnc
Commit message (Expand)AuthorAgeFilesLines
* Use string literal instead of dynamic bufferPierre Ossman2023-02-042-8/+8
* Use StringParameters directlyPierre Ossman2023-02-041-2/+1
* Get rid of TCHAR magicPierre Ossman2023-02-0410-52/+48
* Work around -Wcast-function-typePierre Ossman2023-01-051-1/+1
* Explicitly mark switch case fall throughPierre Ossman2023-01-051-0/+1
* Explicitly mark unused parametersPierre Ossman2023-01-043-4/+4
* Don't do access checks on early clientsPierre Ossman2022-11-071-3/+5
* Remove 32-/64-bit distinctionsPierre Ossman2022-01-211-7/+2
* Update copyright year to 2022Pierre Ossman2022-01-051-1/+1
* Be consistent in including config.hPierre Ossman2021-12-307-0/+29
* Update copyright year to 2021Pierre Ossman2021-01-251-1/+1
* Use standard install dir variable namesPierre Ossman2020-03-121-1/+1
* Update copyright year to 2020Pierre Ossman2020-01-161-1/+1
* Update visible copyright years to 2019Samuel Mannehed2019-02-271-1/+1
* Merge branch 'exittimer' of https://github.com/CendioOssman/tigervncPierre Ossman2018-11-091-1/+3
|\
| * Properly terminate server on timeoutsPierre Ossman2018-11-091-1/+3
* | Merge branch 'vncserver' of https://github.com/CendioOssman/tigervncPierre Ossman2018-11-097-37/+237
|\|
| * Stop trying to send ListConnInfo via WM_COPYDATAPierre Ossman2018-11-092-3/+3
| * Move ListConnInfo to WinVNC directoryPierre Ossman2018-11-096-19/+221
| * Encapsulate client handling in VNCServerSTPierre Ossman2018-10-261-0/+1
| * Remove QueryConnectionHandlerPierre Ossman2018-10-102-5/+3
| * Force common flow of connection queriesPierre Ossman2018-10-092-11/+10
* | Merge branch 'nojava' of https://github.com/CendioOssman/tigervncPierre Ossman2018-10-268-227/+2
|\|
| * Remove Java web serverPierre Ossman2018-10-098-227/+2
* | Change to https for tigervnc URLPierre Ossman2018-10-192-2/+2
|/
* Merge branch 'unix' of https://github.com/CendioOssman/tigervncPierre Ossman2018-05-292-5/+5
|\
| * Use abstract SocketListener classPierre Ossman2018-05-042-5/+5
* | Catch exceptions by referencePierre Ossman2018-05-291-2/+2
|/
* Update visible copyright year to 2018Samuel Mannehed2018-02-081-1/+1
* Rename README.txt to README.rst and convert to reStructuredTextPeter Åstrand (astrand)2018-01-311-1/+1
* Configuration::listParams wants width/nameWidth; not ConfigurationObjectPeter Åstrand (astrand)2017-11-081-1/+1
* Get rid of getFbSize()/getDesktopSize() in commonPierre Ossman2017-09-224-5/+11
* Update visible copyright year to 2017Samuel Mannehed2017-03-201-1/+1
* spelling fixesklemens2017-01-281-1/+1
* Don't fail old service cleanupPierre Ossman2016-08-181-2/+10
* Replace Windows specific thread handlingPierre Ossman2016-07-076-41/+84
* Clean up old WinVNC servicesPierre Ossman2016-06-131-0/+5
* Don't reference Xregion unless used directlyPierre Ossman2016-05-131-1/+1
* change the Copyright yearBojan Memetovic2016-03-181-1/+1
* Remove legacy Windows codePierre Ossman2016-01-122-10/+14
* Shorten service identifierPierre Ossman2016-01-121-1/+1
* Provide description for servicesPierre Ossman2016-01-121-0/+1
* Clean up listening sockets on errorPierre Ossman2015-09-291-1/+5
* Return TcpListener pointers rather than objectsPierre Ossman2015-09-292-9/+9
* Improve TigerVNC branding in WinVNCPierre Ossman2015-05-042-3/+3
* Convert WinVNC to the new TcpListener APIPierre Ossman2015-03-173-19/+42
* Local address change events are not socket specificPierre Ossman2015-03-172-4/+4
* Resurrect TcpListener::getMyAddresses()Pierre Ossman2015-03-171-2/+2
* Fix unsafe format strings to the logging functionsPierre Ossman2015-03-033-4/+4
* Don't shove a pointer into a 32-bit variablePierre Ossman2015-03-032-4/+3