aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Add client-side support for the MSLogonII security type.Dinglan Peng2022-12-276-26/+232
* Add client-side support for the DH security type.Dinglan Peng2022-12-276-3/+210
* Flush decoder errors on close()Pierre Ossman2022-11-071-0/+10
* Don't enable RSA-AES by default in serversPierre Ossman2022-10-141-3/+0
* Ignore whitespace around components of host-and-port specificationCatherine Tower2022-09-011-2/+22
* Fix incorrect nettle library referencesPierre Ossman2022-09-011-1/+4
* Add support for RSA-AES security typespdlan2022-09-0112-13/+1316
* Move include_directories() to proper placesPierre Ossman2022-08-251-1/+5
* Remove unused CSecurity::description()Pierre Ossman2022-08-2510-25/+3
* Safely discard large (extended) clipboard contentsPierre Ossman2022-06-282-8/+40
* Merge branch 'mft-crop-fix' of https://github.com/mmozeiko/tigervncPierre Ossman2022-06-132-8/+220
|\
| * Workaround for MFT cropping in H264 decodingMartins Mozeiko2022-06-072-8/+220
* | Find FFMPEG using pkg-configPierre Ossman2022-06-071-0/+1
* | Fix up ffmpeg header and library handlingPierre Ossman2022-06-071-1/+2
* | Use pkg-config for pixmanPierre Ossman2022-06-071-2/+3
* | Avoid temporary cmake variablesPierre Ossman2022-06-071-24/+13
|/
* Assert that accessCheck isn't called too earlySamuel Mannehed2022-04-291-0/+3
* Initialize SConnection's accessRightsSamuel Mannehed2022-04-291-1/+1
* Print GnuTLS certificate status as hexPierre Ossman2022-03-241-1/+1
* Allow exceptions for expired certificatesPierre Ossman2022-03-241-20/+55
* Make sure server name is always a valid stringPierre Ossman2022-03-242-2/+9
* Fix compilation issue.Chris2022-02-281-1/+1
* get rid of c++11 stuffVladimir Sukhonosov2022-01-252-3/+3
* Improve logging around screen resizingPierre Ossman2022-01-252-4/+17
* support H264 decoding with MediaFoundation on WindowsMārtiņš Možeiko2022-01-213-0/+382
* H264 DecoderVladimir Sukhonosov2022-01-2110-0/+617
* Fix handling of VMware cursorsPierre Ossman2022-01-181-2/+2
* Be consistent in including config.hPierre Ossman2021-12-3062-20/+250
* Log decoding stats on disconnectPierre Ossman2021-11-042-0/+66
* Throw more descriptive error on rect read errorPierre Ossman2021-11-041-2/+6