aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb
Commit message (Expand)AuthorAgeFilesLines
* Move colour map check to CConnectionPierre Ossman10 days2-0/+10
* Don't force everyone to implement setCursorPos()Pierre Ossman10 days2-0/+5
* Properly store cursor in ServerParams objectPierre Ossman10 days2-0/+12
* Remove unused CConnection/SConnection callbacksPierre Ossman11 days4-19/+0
* Move global server checks to VNCServerSTPierre Ossman11 days2-10/+30
* Move access checks to SConnectionPierre Ossman11 days2-6/+22
* Make CMsgHandler/SMsgHandler pure interfacesPierre Ossman11 days9-465/+227
* Mark internal connection callbacks as protectedPierre Ossman11 days2-139/+138
* Don't modify user settings in auto modePierre Ossman11 days2-0/+12
* Log invalid screen layoutPierre Ossman12 days2-3/+21
* Refresh screen on pixel format changePierre Ossman2025-03-203-0/+10
* Don't wrap exceptions from readRect()Pierre Ossman2025-03-131-6/+2
* Use std::exception_ptr to store exceptionsPierre Ossman2025-03-132-16/+14
* Handle very early connection errorsPierre Ossman2025-03-131-3/+9
* Fix bad logic in security types handlingPierre Ossman2025-03-131-1/+1
* Convert SecurityTypes to EnumListParameterPierre Ossman2025-03-136-29/+42
* Enable unencrypted "Plain" authentiction by defaultPierre Ossman2025-03-131-1/+1
* Convert PlainUsers to StringListParameterPierre Ossman2025-03-132-11/+11
* Convert RemapKeys to StringListParameterPierre Ossman2025-03-132-31/+37
* Remove KeyRemapper mutexPierre Ossman2025-03-132-11/+0
* Make use of IntParameter range validationPierre Ossman2025-03-065-11/+19
* Fix bad forward declarations of StringParameterPierre Ossman2025-03-032-4/+0
* Convert conv unit tests to Google TestPierre Ossman2025-02-271-1/+1
* Move concurrency abstration layer to corePierre Ossman2025-02-255-26/+22
* Move application directory handling to corePierre Ossman2025-02-254-8/+3
* Rename core/util to core/stringPierre Ossman2025-02-2520-19/+20
* Get rid of __rfbmax()/__rfbmin()Pierre Ossman2025-02-257-28/+40
* Move time utilities to separate filePierre Ossman2025-02-253-2/+3
* Move timers to core libraryPierre Ossman2025-02-2511-343/+27
* Move logging to core libraryPierre Ossman2025-02-2538-842/+61
* Move configuration to core libraryPierre Ossman2025-02-2531-790/+131
* Move base exception classes to core libraryPierre Ossman2025-02-258-11/+4
* Move utility functions to core libraryPierre Ossman2025-02-1328-1045/+293
* Move basic data types to core libraryPierre Ossman2025-02-1367-772/+464
* 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-131-120/+0
* Reduce header #include:sPierre Ossman2025-02-1352-74/+165
* 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