aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'types2' of https://github.com/CendioOssman/tigervncPierre Ossman2023-06-3042-106/+184
|\
| * Don't allow surrugate code points in UTF-8Pierre Ossman2023-06-301-0/+6
| * Clean up string encoding handlingPierre Ossman2023-06-308-23/+86
| * Consistently use uint8_t for data buffersPierre Ossman2023-03-1840-85/+94
* | Prefer target_include_directories()Pierre Ossman2023-03-311-8/+8
* | Add all common inter-dependenciesPierre Ossman2023-03-311-1/+1
|/
* Merge branch 'types' of https://github.com/CendioOssman/tigervncPierre Ossman2023-03-02139-3794/+3229
|\
| * Merge "Pixel" type in to PixelFormat headerPierre Ossman2023-02-184-29/+3
| * Use operator overloading for comparisonPierre Ossman2023-02-0416-25/+38
| * Warn if Point/Rect/Region methods are used wrongPierre Ossman2023-02-042-9/+24
| * Remove unneeded header from SDesktop.hPierre Ossman2023-02-043-3/+2
| * Remove unused rfb/util.h includesPierre Ossman2023-02-0421-10/+13
| * Remove "str" prefix from string helpersPierre Ossman2023-02-047-56/+55
| * Use standard C string functionsPierre Ossman2023-02-042-34/+0
| * Remove custom CharArray typePierre Ossman2023-02-044-47/+4
| * Use std::string for string memory managementPierre Ossman2023-02-0413-77/+50
| * Use std::string instead of CharArrayPierre Ossman2023-02-0422-170/+195
| * Use std::vector for temporary char arraysPierre Ossman2023-02-043-20/+18
| * Make strSplit() simpler and saferPierre Ossman2023-02-045-70/+49
| * Return std::string instead of dynamic allocationsPierre Ossman2023-02-0422-281/+225
| * Specify expected array size in argumentsPierre Ossman2023-02-042-4/+4
| * Use fixed size character bufferPierre Ossman2023-02-046-52/+43
| * Remove trailing slash from getvnchomedir()Pierre Ossman2023-02-041-3/+3
| * Namespace directory functionsPierre Ossman2023-02-041-2/+2
| * Return static char buffer from some methodsPierre Ossman2023-02-043-18/+12
| * Remove unneded string duplicationPierre Ossman2023-02-041-8/+1
| * Use StringParameters directlyPierre Ossman2023-02-0410-34/+11
| * Get rid of TCHAR magicPierre Ossman2023-02-041-4/+3
| * Return std::vector instead of dynamic allocationPierre Ossman2023-02-045-21/+23
| * Avoid duplicating configuration settingPierre Ossman2023-02-041-16/+7
| * Make sure length is reset on assignmentPierre Ossman2023-02-041-1/+3
| * Clean up BinaryParameter typingPierre Ossman2023-02-043-16/+21
| * Move hex conversion helpers to utilPierre Ossman2023-02-043-5/+94
| * Use std::vector for basic data arraysPierre Ossman2023-02-019-111/+119
| * Use stdint typesPierre Ossman2023-02-0193-839/+858
| * Use templates for optimized codePierre Ossman2023-02-0131-2062/+1582
* | Merge branch 'master-clipboard-check-state-before-access' of https://github.c...Pierre Ossman2023-02-281-3/+3
|\ \
| * | VNCSConnectionST clipboard functions should check state before access.Mark Mielke2023-02-201-3/+3
| |/
* / Throw exception instead on bad access checkPierre Ossman2023-02-281-2/+2
|/
* Fix CRLF line endingsPierre Ossman2023-01-174-398/+398
* Use __attribute__:s directlyPierre Ossman2023-01-054-24/+15
* Protect key variables from setjmp()Pierre Ossman2023-01-052-10/+13
* Remove useless const specifiersPierre Ossman2023-01-052-4/+4
* Explicitly mark switch case fall throughPierre Ossman2023-01-053-0/+8
* Fix RSA-AES state machinesPierre Ossman2023-01-052-48/+44
* Explicitly mark unused parametersPierre Ossman2023-01-0430-77/+94
* Don't include palette to full color methodsPierre Ossman2023-01-044-9/+7
* Remove unused flags to decoder contextsPierre Ossman2023-01-046-6/+13
* Stop supplying flags to clipboard peek handlerPierre Ossman2023-01-0410-10/+10
* Mark system include paths correctlyPierre Ossman2023-01-041-5/+5