aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
* Move utility functions to core libraryPierre Ossman2025-02-1339-304/+352
* Move basic data types to core libraryPierre Ossman2025-02-1369-370/+496
* Remove rfb:: prefix from rfb::RegionPierre Ossman2025-02-131-25/+45
* Use initializer lists for basic data typesPierre Ossman2025-02-1313-39/+41
* Move getHostAndPort() to network libraryPierre Ossman2025-02-133-120/+90
* Reduce header #include:sPierre Ossman2025-02-1356-78/+187
* Remove unused SStaticDesktopPierre Ossman2025-02-131-43/+6
* Merge branch 'resize' of https://github.com/CendioOssman/tigervncPierre Ossman2025-02-062-4/+12
|\
| * Log ComparingUpdateTracker stats at debug levelPierre Ossman2025-02-051-4/+6
| * Remove superfluous resizeFramebuffer() callsPierre Ossman2025-02-051-0/+6
* | Respect access bits in continuous updatesPierre Ossman2025-02-061-0/+3
* | Fix handling of empty -parameter= argumentsPierre Ossman2025-02-061-2/+2
|/
* 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