aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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-012-2/+6
* Add support for RSA-AES security typespdlan2022-09-0117-13/+1612
* Fix stream check for InStream::getptr()Pierre Ossman2022-08-251-3/+0
* Move include_directories() to proper placesPierre Ossman2022-08-252-2/+8
* Use BufferedOutStream in more streamsPierre Ossman2022-08-259-161/+69
* Remove unused CSecurity::description()Pierre Ossman2022-08-2510-25/+3
* Make BufferedInStream allocation more availablePierre Ossman2022-08-2514-24/+43
* Safely discard large (extended) clipboard contentsPierre Ossman2022-06-282-8/+40
* Properly restore cork state when changedPierre Ossman2022-06-282-2/+13
* Only implicitly flush on uncorkingPierre Ossman2022-06-281-1/+1
* 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-073-33/+19
|/
* Assert that accessCheck isn't called too earlySamuel Mannehed2022-04-291-0/+3
* Initialize SConnection's accessRightsSamuel Mannehed2022-04-291-1/+1
* Enable stream sanity checks in debug buildsPierre Ossman2022-04-061-1/+3
* Don't trust GNUTLS_E_AGAINPierre Ossman2022-04-062-3/+17
* 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-3073-32/+282
* Log decoding stats on disconnectPierre Ossman2021-11-042-0/+66
* Increase maximum input bufferPierre Ossman2021-11-041-1/+1
* Throw more descriptive error on rect read errorPierre Ossman2021-11-041-2/+6
* Remove single cpu decoder shortcutPierre Ossman2021-11-041-27/+1
* Merge branch 'master' of https://github.com/twhitehead/tigervncPierre Ossman2021-10-141-1/+1
|\
| * System certificate load returns number loaded not GNUTLS_E_SUCCESSTyson Whitehead2021-10-071-1/+1
* | Don't fail on user CA/CRL problemsPierre Ossman2021-10-141-2/+2
* | Adjust default directory for configuration file save and loadJohannes2021-09-212-4/+39
|/
* Keep ownership of second selection when first is lostPierre Ossman2021-07-201-4/+3
* Fix priority string when using newer GnuTLSJan Grulich2021-07-162-2/+6
* Merge branch 'utilize-system-wide-crypto' of https://github.com/grulja/tigervncPierre Ossman2021-07-143-29/+105
|\
| * Utilize system-wide crypto policiesJan Grulich2021-07-143-29/+105
* | Merge branch 'master' of https://github.com/jasonsikes/tigervncPierre Ossman2021-06-162-4/+41
|\ \
| * | Use RFC7919-2048 group in GnuTLS for FIPS compliance.JASON SIKES2021-06-122-4/+41
* | | Avoid some variable aliasingPierre Ossman2021-06-142-2/+2