aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb
Commit message (Expand)AuthorAgeFilesLines
* Mark all exception type methods as noexceptPierre Ossman2024-11-261-5/+5
* Don't save exceptions as std::exceptionPierre Ossman2024-11-261-1/+1
* Change some assertions to exceptionsPierre Ossman2024-11-222-2/+6
* Capitalize some more logging and exceptionsPierre Ossman2024-11-2217-84/+84
* Merge branch 'master' of https://github.com/madnicendio/tigervncPierre Ossman2024-11-2212-33/+33
|\
| * Capitalize first letter in log, exception & errorMadeleine Nilsson2024-11-218-29/+29
| * 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-0625-156/+158
* | | Replace base exception class with standard libraryPierre Ossman2024-11-063-15/+18
* | | Use specific class for protocol problemsPierre Ossman2024-11-0619-77/+88
* | | Use standard exception classesPierre Ossman2024-11-0629-198/+199
* | | Use C++ allocation for temporary buffersPierre Ossman2024-11-062-20/+12
* | | Subclass exceptions from std::exceptionPierre Ossman2024-11-066-27/+26
* | | Use what() to access exception descriptionPierre Ossman2024-11-064-23/+23
* | | Use static string for exceptionsPierre Ossman2024-11-0614-69/+86
| |/ |/|
* | Explicitly tag getHostAndPort() as inlinePierre Ossman2024-10-171-2/+2
* | Merge branch 'errno' of github.com:CendioOssman/tigervncPierre Ossman2024-10-091-2/+2
|\ \
| * | Split SystemException to handle WindowsPierre Ossman2024-10-091-2/+2
| |/
* / 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
* | Avoid using excessive namespacesPierre Ossman2024-08-136-16/+8
* | Avoid connection failed exceptionPierre Ossman2024-08-134-12/+12
* | Remove unused setPixelFormat() callbackPierre Ossman2024-08-122-12/+6
* | Update processMsg() descriptionPierre Ossman2024-08-122-12/+10
* | Include key code for fake key eventsPierre Ossman2024-08-121-6/+6
* | Better type for pointer button maskPierre Ossman2024-08-129-9/+9
* | Remove InputHandler interfacePierre Ossman2024-08-124-54/+32
* | Remove ScaleFiltersPierre Ossman2024-08-123-211/+0
* | Remove IdentityVerifier forward declarationPierre Ossman2024-08-121-1/+0
* | Don't parse empty fence messagesPierre Ossman2024-08-121-1/+3
* | Don't abuse auth failure exceptionPierre Ossman2024-08-0710-107/+130
* | Remove auth exception prefixPierre Ossman2024-08-076-13/+9
* | Correctly handle cancelled authenticationPierre Ossman2024-08-071-10/+10