aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect removal of config parametersPierre Ossman2025-01-271-1/+1
*---. Merge branches 'argparse', 'nothread' and 'config' of https://github.com/Cend...Pierre Ossman2025-01-1019-422/+195
|\ \ \
| | | * Use "on"/"off" when displaying bool parametersPierre Ossman2025-01-101-3/+3
| | | * Sort parameters in -help and man pagesPierre Ossman2025-01-071-0/+3
| | | * Use normal iterators for parametersPierre Ossman2025-01-071-25/+5
| | | * Use std::list for config parametersPierre Ossman2025-01-072-33/+34
| | | * Remove server and viewer config typesPierre Ossman2025-01-078-111/+39
| | | * Don't save parameters with default valuesPierre Ossman2025-01-072-0/+6
| | | * Remove legacy StringParameter code/commentPierre Ossman2025-01-072-6/+0
| | | * Remove unused config isBool() methodPierre Ossman2025-01-072-15/+0
| |_|/ |/| |
| | * Remove Logger_File mutexPierre Ossman2025-01-102-9/+0
| | * Remove Configuration mutexPierre Ossman2025-01-102-16/+0
| | * Avoid logging in H.264 decoderPierre Ossman2025-01-104-53/+14
| | * Use normal constructor/destructor for H.264 contextsPierre Ossman2025-01-107-48/+13
| | * Always reset H.264 contexts the same wayPierre Ossman2025-01-104-12/+8
| | * Throw exceptions directly in H.264 init routinesPierre Ossman2025-01-066-45/+25
| | * Add missing stddef.h include to Decoder.hPierre Ossman2025-01-061-0/+1
| | * Remove mutexes from H.264 decoder and friendsPierre Ossman2025-01-066-20/+0
| |/ |/|
| * Remove Configuration::set() with lengthPierre Ossman2025-01-102-17/+4
| * Fix handling of bool on/off argumentsPierre Ossman2025-01-101-0/+2
| * Consolidate argument parsing in single functionPierre Ossman2025-01-102-31/+72
| * Remove unused Configuration methodsPierre Ossman2024-12-031-9/+0
* | Fix log name typo for SSecurityRSAAESPierre Ossman2024-12-171-1/+1
* | Always flush sockets on shutdown()Pierre Ossman2024-12-1710-19/+87
* | Reduce header includes in TLS/RSA-AES headersPierre Ossman2024-12-174-9/+26
* | Fix bad restore point handling in RSA-AES handlerPierre Ossman2024-12-171-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