aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Fix log name typo for SSecurityRSAAESHEADmasterPierre Ossman5 days1-1/+1
* Always flush sockets on shutdown()Pierre Ossman5 days10-19/+87
* Reduce header includes in TLS/RSA-AES headersPierre Ossman5 days4-9/+26
* Fix bad restore point handling in RSA-AES handlerPierre Ossman5 days1-1/+1
* Fix encoder solid area detectionPierre Ossman2024-12-072-19/+25
* Merge branch 'keysplit' of https://github.com/CendioOssman/tigervncPierre Ossman2024-12-042-0/+107
|\
| * Move keyboard tracking to CConnectionPierre Ossman2024-12-042-0/+107
* | Also mark tls_error with noexceptPierre Ossman2024-11-262-2/+2
* | Mark all exception type methods as noexceptPierre Ossman2024-11-263-28/+30
* | Don't save exceptions as std::exceptionPierre Ossman2024-11-263-7/+15
* | Change some assertions to exceptionsPierre Ossman2024-11-224-5/+13
* | Capitalize some more logging and exceptionsPierre Ossman2024-11-2223-103/+103
* | Merge branch 'master' of https://github.com/madnicendio/tigervncPierre Ossman2024-11-2216-60/+60
|\ \
| * | Capitalize first letter in log, exception & errorMadeleine Nilsson2024-11-2112-56/+56
| * | Standardize log message prefix formatMadeleine Nilsson2024-11-111-2/+2
| * | Standardize on sentence case in titlesMadeleine (ThinLinc team)2024-11-113-3/+3
* | | Add missing stdexcept includePierre Ossman2024-11-181-0/+3
* | | Merge branch 'mouse-button-support' of https://github.com/CendioHalim/tigervncPierre Ossman2024-11-1823-18/+145
|\ \ \
| * | | vncviewer: support for back/forward mouse buttonsAdam Halim2024-10-228-6/+48
| * | | Add server support for forward/back mouse buttonsAdam Halim2024-10-2215-12/+97
* | | | Use standard library naming for exceptionsPierre Ossman2024-11-0641-241/+243
* | | | Include winsock2.h in Windows errno headerPierre Ossman2024-11-061-0/+2
* | | | Replace base exception class with standard libraryPierre Ossman2024-11-068-40/+74
* | | | Use specific class for protocol problemsPierre Ossman2024-11-0619-77/+88
* | | | Use standard exception classesPierre Ossman2024-11-0640-238/+246
* | | | Use C++ allocation for temporary buffersPierre Ossman2024-11-062-20/+12
* | | | Subclass exceptions from std::exceptionPierre Ossman2024-11-0613-51/+39
* | | | Use what() to access exception descriptionPierre Ossman2024-11-067-28/+28
* | | | Don't modify exception description dynamicallyPierre Ossman2024-11-062-56/+56
* | | | Use static string for exceptionsPierre Ossman2024-11-0620-89/+118
* | | | Get Unicode Windows error stringsPierre Ossman2024-11-061-0/+9
| |/ / |/| |
* | | Explicitly tag getHostAndPort() as inlinePierre Ossman2024-10-171-2/+2
| |/ |/|
* | Merge branch 'errno' of github.com:CendioOssman/tigervncPierre Ossman2024-10-0913-50/+66
|\ \
| * | Split SystemException to handle WindowsPierre Ossman2024-10-097-36/+53
| * | Consistently use SocketException for socket errorsPierre Ossman2024-10-094-8/+8
| * | Move SocketException to rdrPierre Ossman2024-10-093-8/+7
| |/
* / More carefully release mouse buttons on closePierre Ossman2024-09-242-4/+4
|/
* Add more usage of SystemExceptionPierre Ossman2024-09-041-2/+3
* Fix reporting of some TLS errorsPierre Ossman2024-09-042-22/+20
* Correctly handling rejecting server keyPierre Ossman2024-09-041-1/+1
* Add missing config.h includesPierre Ossman2024-09-045-0/+19
* Remove ConnFailedExceptionPierre Ossman2024-09-024-26/+22
* Correctly handle ZRLE cursorsPierre Ossman2024-08-301-2/+2
* Move getUserPasswd()/showMsgBox() to CConnectionKang Lin2024-08-3013-122/+41
* H264Libav: Use nearest-neighbour sampling in scalerAndri Yngvason2024-08-221-1/+1
* H264Libav: Handle colour space conversionAndri Yngvason2024-08-191-0/+15
* Merge branch 'h264-buffer-size-fix' of https://github.com/any1/tigervncPierre Ossman2024-08-192-11/+19
|\
| * H264Libav: Clean up sws contextAndri Yngvason2024-08-161-0/+1
| * H264Libav: Use AVFrame for pixel format conversion bufferAndri Yngvason2024-08-162-11/+18
* | Use proper gnutls_free() on WindowsPierre Ossman2024-08-132-10/+4