aboutsummaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Work around -Wcast-function-typePierre Ossman2023-01-052-10/+10
* Fix incorrect typesPierre Ossman2023-01-051-1/+1
* Remove useless checksPierre Ossman2023-01-051-1/+1
* Explicitly mark switch case fall throughPierre Ossman2023-01-051-0/+1
* Explicitly mark unused parametersPierre Ossman2023-01-0416-20/+21
* Don't do access checks on early clientsPierre Ossman2022-11-071-3/+5
* Avoid temporary cmake variablesPierre Ossman2022-06-071-4/+2
* Enable stream sanity checks in debug buildsPierre Ossman2022-04-061-4/+0
* Remove 32-/64-bit distinctionsPierre Ossman2022-01-212-14/+4
* Update copyright year to 2022Pierre Ossman2022-01-052-2/+2
* Be consistent in including config.hPierre Ossman2021-12-3039-0/+156
* Add support for notifying clients about pointer movementslhchavez2021-03-021-1/+1
* Update copyright year to 2021Pierre Ossman2021-01-252-2/+2
* Merge branch 'noblock' of https://github.com/CendioOssman/tigervncPierre Ossman2021-01-191-5/+32
|\
| * Change streams to be asynchronousPierre Ossman2020-05-211-5/+32
* | Don't clear complex objects using memset()Pierre Ossman2020-05-312-4/+2
|/
* Use standard install dir variable namesPierre Ossman2020-03-123-3/+3
* Update copyright year to 2020Pierre Ossman2020-01-162-2/+2
* Clean up initialization of DIBSectionBufferPierre Ossman2020-01-034-35/+8
* Use size_t for lengths in stream objectsPierre Ossman2019-11-152-6/+6
* Encapsulate PixelBuffer internal detailsPierre Ossman2019-11-151-25/+16
* Use display polling by default in WinVNCPierre Ossman2019-09-061-1/+1
* Use UTF-8 in clipboard APIPierre Ossman2019-07-011-54/+19
* Improved clipboard APIPierre Ossman2019-07-014-36/+65
* Clean up internal clipboard handlingPierre Ossman2019-07-014-12/+12
* Make sure clipboard uses \n line endingsPierre Ossman2019-07-011-14/+2
* Add missing throws for exceptionPierre Ossman2019-03-261-1/+1
* Update visible copyright years to 2019Samuel Mannehed2019-02-272-2/+2
* Merge branch 'exittimer' of https://github.com/CendioOssman/tigervncPierre Ossman2018-11-094-2/+15
|\
| * Get rid of SocketServer::checkTimeouts()Pierre Ossman2018-11-091-1/+2
| * Properly terminate server on timeoutsPierre Ossman2018-11-093-1/+13
* | Merge branch 'vncserver' of https://github.com/CendioOssman/tigervncPierre Ossman2018-11-0911-39/+304
|\|
| * Stop trying to send ListConnInfo via WM_COPYDATAPierre Ossman2018-11-092-3/+3
| * Move ListConnInfo to WinVNC directoryPierre Ossman2018-11-098-20/+253
| * Encapsulate client handling in VNCServerSTPierre Ossman2018-10-261-0/+1
| * Remove QueryConnectionHandlerPierre Ossman2018-10-104-6/+38
| * Force common flow of connection queriesPierre Ossman2018-10-092-11/+10
* | Merge branch 'nojava' of https://github.com/CendioOssman/tigervncPierre Ossman2018-10-2614-288/+2
|\|
| * Remove Java web serverPierre Ossman2018-10-0914-288/+2
* | Change to https for tigervnc URLPierre Ossman2018-10-193-3/+3
|/
* Interpret Meta as AltPierre Ossman2018-09-211-0/+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-295-11/+11
|/
* Fix another compile error on Windows when not building with GnuTLSPeter Åstrand (astrand)2018-05-021-0/+2
* Update visible copyright year to 2018Samuel Mannehed2018-02-082-2/+2
* Rename README.txt to README.rst and convert to reStructuredTextPeter Åstrand (astrand)2018-01-312-2/+2
* Stop using CopyRect in WinVNCPierre Ossman2017-11-241-5/+5
* Merge branch 'pause' of https://github.com/CendioOssman/tigervncPierre Ossman2017-11-171-0/+31
|\
| * Handle Ctrl+Alt+Delete in raw keyboard modePierre Ossman2017-11-131-0/+8