aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
| * Explicitly request timer repetitionPierre Ossman2024-06-1910-56/+53
| * Fix up Timer commentsPierre Ossman2024-06-191-27/+34
| * Add safety check to getNextTimeout()Pierre Ossman2024-06-191-0/+6
| * Stop treating "0" as "no timeouts"Pierre Ossman2024-06-192-14/+4
| * Detect conflicting timer reschedulingPierre Ossman2024-06-191-2/+8
* | Create common recursive mkdir()Pierre Ossman2024-05-302-0/+41
* | Use $XDG_STATE_HOME for known hosts storagePierre Ossman2024-05-301-2/+2
* | Merge branch 'casantos-rhbz_2180903' of https://github.com/casantos/tigervncPierre Ossman2024-05-2020-98/+153
|\ \
| * | vncconfig: add option to force view-only remote client connectionsCarlos Santos2024-04-267-11/+19
| * | Remove the network::SocketServer interface.Carlos Santos2024-04-264-46/+37
| * | Move the AccessRights type and constants to the rfb namespaceCarlos Santos2024-04-2315-43/+99
| |/
* | Don't check pointers for zero length buffersPierre Ossman2024-05-202-4/+4
* | Implement XDG Base Directory paths, deprecate ~/.vnc902024-04-263-44/+45
* | Begin work on XDGBDS compliance and overrideable configs902024-03-153-23/+69
|/
* Clarify AcceptPointerEvents settingPierre Ossman2024-02-061-1/+1
* Increase time required to override pointerClientSamuel Mannehed2024-01-261-1/+1
* Break long lines in new pointerEvent logicSamuel Mannehed2024-01-261-3/+4
* Fix bad variable reference in file loggerPierre Ossman2024-01-251-1/+1
* VNCServerST: Add a timeout to pointer button ownershipMike Looijmans2024-01-222-2/+8
* VNCSConnectionST: Release mouse button(s) on closeMike Looijmans2024-01-151-0/+3
* Merge branch 'keysym' of github.com:CendioOssman/tigervncPierre Ossman2023-12-139-1599/+6306
|\
| * Update keysym header filesPierre Ossman2023-11-162-1594/+2772
| * Add own keysym to name functionPierre Ossman2023-11-167-5/+3534
* | Fix logging when no working VeNCrypt typesPierre Ossman2023-12-121-3/+3
* | Merge branch 'zrlee-compression-level' of https://github.com/adamhalim/tigerv...Pierre Ossman2023-11-202-2/+17
|\ \ | |/ |/|
| * Use compressionLevel in ZRLEEncoderAdam Halim2023-11-202-2/+17
* | Support the "%u" username alias in PlainUsersCarlos Santos2023-10-031-0/+9
* | More graceful handling of disabled listenersPierre Ossman2023-09-081-4/+0
* | Avoid legacy C function definitionsPierre Ossman2023-08-151-19/+11
|/
* More logging for server cert exceptionsPierre Ossman2023-07-051-6/+8
* Allow exception for cert hostname mismatchPierre Ossman2023-07-051-9/+43
* Improve reporting of certificate errorsPierre Ossman2023-07-051-32/+44
* Allow exception for weak certificate algorithmsPierre Ossman2023-07-051-3/+43
* Remove double expired certificate promptsPierre Ossman2023-07-051-8/+0
* Allow exception for not yet activated certificatesPierre Ossman2023-07-051-3/+43
* Make sure we handle all certificate issuesPierre Ossman2023-07-051-0/+22
* Handle GNUTLS_CERT_INVALID in TOFU codePierre Ossman2023-07-051-2/+4
* Remove old GnuTLS compatibility codePierre Ossman2023-07-051-17/+1
* Merge branch 'types2' of https://github.com/CendioOssman/tigervncPierre Ossman2023-06-3052-118/+196
|\
| * 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-1850-97/+106
* | Emulate corking when TCP_CORK is missingPierre Ossman2023-06-281-1/+6
* | Prefer target_include_directories()Pierre Ossman2023-03-314-17/+14
* | Add all common inter-dependenciesPierre Ossman2023-03-314-2/+6
|/
* Merge branch 'types' of https://github.com/CendioOssman/tigervncPierre Ossman2023-03-02173-4210/+3505
|\
| * 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
| * Avoid redefining errnoPierre Ossman2023-02-042-12/+12