aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Generalise corking to all output streamsPierre Ossman2020-05-2116-51/+78
* Remove unused bufSize argument from streamsPierre Ossman2020-05-2117-35/+28
* Remove special functions from JPEG compressorPierre Ossman2020-05-212-7/+1
* Simplify stream availability handlingPierre Ossman2020-05-2121-126/+70
* Create common base classes for buffered streamsPierre Ossman2020-05-2119-397/+413
* Add stream avail() methodsPierre Ossman2020-05-2115-26/+42
* Remove OutStream::skip()Pierre Ossman2020-05-212-9/+1
* Remove unused stream methodsPierre Ossman2020-05-213-35/+1
* Throw more descriptive error on decode errorPierre Ossman2020-05-211-2/+7
* Use proper constants for socket shutdown()Pierre Ossman2020-05-211-2/+5
* Flush data on closePierre Ossman2020-05-211-0/+11
* Fix connection close logPierre Ossman2020-05-192-2/+4
* Move auth failure delay to SConnectionPierre Ossman2020-05-194-46/+54
* Support calling methods from timersPierre Ossman2020-05-191-0/+15
* Update French translationStéphane Aulery2020-05-081-103/+104
* [SELinux] Allow vnc_session_t type execute itselfLukas Vrabec2020-05-061-0/+2
* Handle empty changes for every operationPierre Ossman2020-04-201-22/+16
* Update Serbian translationМирослав Николић2020-04-061-111/+186
* Update Ubuntu patches for current codePierre Ossman2020-04-022-24/+16
* Update apt cache before running buildsPierre Ossman2020-04-022-0/+2
* Remove legacy Xorg codePierre Ossman2020-04-027-459/+6
* Remove 8-bit support from documentationPierre Ossman2020-04-022-16/+4
* Merge branch 'systemd' of https://github.com/CendioOssman/tigervncPierre Ossman2020-04-0297-10017/+1606
|\
| * Remove support for old Xorg versionsPierre Ossman2020-03-1214-1602/+9
| * Use standard install dir variable namesPierre Ossman2020-03-1223-76/+66
| * Add SELinux policy file for vncsessionPierre Ossman2020-03-126-1/+146
| * Start sessions via PAMPierre Ossman2020-03-1225-235/+875
| * Fix C linking when doing static buildsPierre Ossman2020-03-121-2/+3
| * Make PAM mandatoryPierre Ossman2020-03-128-29/+9
| * Stop searching for XvncPierre Ossman2020-03-122-31/+3
| * Start the sessions using xinitPierre Ossman2020-03-122-88/+20
| * Make vncserver always run in the foregroundPierre Ossman2020-03-122-204/+8
| * Start sessions using session desktop filePierre Ossman2020-03-122-88/+126
| * Don't create a default user configPierre Ossman2020-03-121-20/+0
| * Don't accept arbitrary arguments to vncserverPierre Ossman2020-03-123-244/+19
| * Stop unsetting environment variablesPierre Ossman2020-03-121-2/+0
| * Always install systemd servicesPierre Ossman2020-03-1212-292/+16
| * Add default configuration filesPierre Ossman2020-03-1210-6/+43
| * Remove old distribution packagingPierre Ossman2020-03-1124-6834/+0
* | Do maximize more properly on macOSPierre Ossman2020-03-263-7/+9
* | Don't resize viewer window when maximizedPierre Ossman2020-03-263-1/+47
* | Include error code in getaddrinfo() exceptionsPierre Ossman2020-03-261-1/+10
* | Avoid using insecure variable length arraysPierre Ossman2020-03-261-1/+2
* | Merge branch 'unicode_translation' of https://github.com/CendioAlex/tigervncPierre Ossman2020-03-173-35/+38
|\ \ | |/ |/|
| * Throw GAIException() for getaddrinfo errorsAlex Tanskanen2020-03-173-8/+28
| * Fix typo in SocketException messageAlex Tanskanen2020-03-121-1/+1
| * Make system error messeges in Windows 10 use UTF-8Alex Tanskanen2020-03-121-26/+9
* | Merge branch 'xorg-server-1.20.7' of https://github.com/lheckemann/tigervncPierre Ossman2020-02-271-0/+9
|\ \
| * | xserver: add no-op input thread init functionLinus Heckemann2020-02-011-0/+9
* | | Fix error check for zlib callsPierre Ossman2020-02-272-3/+3