aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * H264Libav: Use AVFrame for pixel format conversion bufferAndri Yngvason2024-08-162-11/+18
* | Handle existing config directory in vncpasswdPierre Ossman2024-08-151-2/+4
* | Let pwquality check minimum lengthPierre Ossman2024-08-151-7/+10
* | Only show pwquality setting where relevantPierre Ossman2024-08-151-3/+3
* | Merge branch 'master' of https://github.com/prownd/tigervncPierre Ossman2024-08-154-0/+68
|\ \
| * | Limit the maximum length of a password to 8 charactershanjinpeng2024-08-141-0/+5
| * | vncpasswd add password complexity rule check to enhance securityhanjinpeng2024-08-144-0/+63
* | | Merge branch 'old-log' of https://github.com/jcpunk/tigervncPierre Ossman2024-08-141-11/+36
|\ \ \
| * | | vncsession: Move existing log to log.old if presentPat Riehecky2024-08-131-11/+36
| | |/ | |/|
* | | Use proper gnutls_free() on WindowsPierre Ossman2024-08-132-10/+4
* | | Avoid using excessive namespacesPierre Ossman2024-08-136-16/+8
* | | Avoid connection failed exceptionPierre Ossman2024-08-134-12/+12
* | | Fix typosAndrew Kreimer2024-08-121-2/+2
* | | Don't adjust manually sized windowPierre Ossman2024-08-121-7/+0
* | | Remove unused setPixelFormat() callbackPierre Ossman2024-08-124-20/+7
* | | Remove fake framebuffer update request callPierre Ossman2024-08-121-1/+0
* | | Update processMsg() descriptionPierre Ossman2024-08-122-12/+10
* | | Include key code for fake key eventsPierre Ossman2024-08-121-6/+6
* | | Better type for pointer button maskPierre Ossman2024-08-1222-36/+36
* | | Remove InputHandler interfacePierre Ossman2024-08-126-58/+32
* | | Remove ScaleFiltersPierre Ossman2024-08-123-211/+0
* | | Remove IdentityVerifier forward declarationPierre Ossman2024-08-121-1/+0
* | | Don't parse empty fence messagesPierre Ossman2024-08-121-1/+3
* | | Don't ask for login data when reconnectingJohannes2024-08-075-2/+57
* | | Better error message for authentication failurePierre Ossman2024-08-071-0/+4
* | | Don't abuse auth failure exceptionPierre Ossman2024-08-0710-107/+130
* | | Remove auth exception prefixPierre Ossman2024-08-076-13/+9
* | | Correctly handle cancelled authenticationPierre Ossman2024-08-073-11/+15
* | | Improve x0vncserver key allocation log linePierre Ossman2024-08-061-1/+2
* | | Avoid XKeysymToString() conflict with libX11Pierre Ossman2024-08-061-0/+3
* | | Merge branch 'fix-unknown-keysym' of https://github.com/gujjwal00/tigervncPierre Ossman2024-08-065-19/+155
|\ \ \
| * | | Improve unknown keysym handlingGaurav Ujjwal2024-06-305-19/+155
* | | | Merge branch 'min' of https://github.com/KangLin/tigervncPierre Ossman2024-08-063-9/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | Use std::min replace minKang Lin2024-07-263-9/+9
* | | | Add missing comma in default security type listPierre Ossman2024-07-291-1/+1
* | | | vncsession: use /bin/sh if the user shell is not setCarlos Santos2024-07-261-1/+1
|/ / /
* | | Merge branch 'h264-fix-context-reset' of https://github.com/any1/tigervncPierre Ossman2024-07-241-1/+1
|\ \ \
| * | | H264Decoder: Fix context resetAndri Yngvason2024-07-221-1/+1
* | | | Generate better (fake) modelinesPierre Ossman2024-07-234-5/+66
|/ / /
* | | Fix overflow; "Timer: gettimeofday is broken"Pierre Ossman2024-07-191-1/+4
* | | Be more careful with ComparingUpdateTracker pointerPierre Ossman2024-07-051-4/+13
* | | Round up expiration time for timersPierre Ossman2024-07-051-1/+1
* | | Fix x0vncserver handling of timersPierre Ossman2024-07-051-3/+3
* | | Update Slovak translationMarián Haburaj2024-06-271-544/+817
|/ /
* | Merge branch 'c++11' of github.com:CendioOssman/tigervncPierre Ossman2024-06-24288-2028/+2013
|\ \
| * | Enforce not shadowing variablesPierre Ossman2024-06-241-0/+1
| * | Avoid shadowing variablesPierre Ossman2024-06-2468-260/+285
| * | Use "static" for helper functionsPierre Ossman2024-06-242-3/+3
| * | Simplify RandR output name handlingPierre Ossman2024-06-241-36/+26
| * | Avoid redundant argumentsPierre Ossman2024-06-246-50/+48