summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* TigerVNC 1.7.0v1.7.0Pierre Ossman2016-09-083-4/+4
|
* Proper global init/deinit of GnuTLSPierre Ossman2016-08-234-33/+10
| | | | | | | | These are reference counted so it is important to retain symmetry between the calls. Failure to do so will result in bad memory access and crashes. (cherry picked from commit 8aa4bc53206c2430bbf0c8f4b642f59a379ee649)
* Update URL for java timestamp authorityBrian P. Hinz2016-08-212-2/+2
| | | | | OpenJDK 7u111 on el6 now throws an exception if the TSA URL scheme is https.
* Don't fail old service cleanupPierre Ossman2016-08-181-2/+10
| | | | (cherry picked from commit c7860c2cb66f2752119a6557bd58a1c672b96716)
* Update Serbian translationМирослав Николић2016-08-171-153/+153
| | | | (cherry picked from commit e823c0caa3e176a9de86da7746598189b9ef9936)
* Update Dutch translationBenno Schulenberg2016-08-171-153/+153
| | | | (cherry picked from commit 6026712b36821024287c36888351e03831ce4517)
* Update Swedish translationGöran Uddeborg2016-07-191-156/+151
| | | | (cherry picked from commit a9a86ef7618f912be42247e6c197083a7d1527c2)
* Fix display/port switch at display 100Pierre Ossman2016-07-111-8/+5
| | | | | | | 168b92c broke the handling that assumes display 100 and above are actually a port number. (cherry picked from commit 7caaea10402e3d00d2e1c2e6d233b64b0a71273a)
* Update German translationMario Blättermann2016-07-081-154/+154
| | | | (cherry picked from commit 024cee5d203c45ba803c30057ae77b442d23112d)
* Update Russian translationYuri Kozlov2016-07-071-157/+158
| | | | (cherry picked from commit 552cdd9b398ae78c84e1a2f4c256e0106f6e2efd)
* Update Danish translationJoe Hansen2016-07-051-154/+154
|
* Add Vietnamese translationTrần Ngọc Quân2016-07-042-1/+729
| | | | (cherry picked from commit 9cab1444a7c5f1ccca2288a0bf62976ab5f36816)
* Update Brazilian Portoguese translationRafael Fontenelle2016-07-041-166/+166
| | | | (cherry picked from commit fda4b9cd5dbac796258d4dd32065c16008b65ba5)
* Update Ukrainian translationYuri Chornoivan2016-07-041-153/+153
| | | | (cherry picked from commit b47e0e506105d467cfae2adc97c305f01dd31eae)
* TigerVNC 1.6.90 (1.7.0 beta)v1.6.90Pierre Ossman2016-07-013-4/+4
|
* Update translation template filePierre Ossman2016-07-011-150/+144
|
* Clean up getHostAndPort()Pierre Ossman2016-06-281-15/+61
| | | | | It now does more validation, and handles unescaped IPv6 addresses better.
* Bump version of Xorg source patch to match distro updateBrian P. Hinz2016-06-201-2/+5
|
* Clean up old WinVNC servicesPierre Ossman2016-06-131-0/+5
| | | | | | We've changed the service name a couple of times for various reasons. Make sure the old versions are removed when the new one is registered.
* Clarify some keyboard testsPierre Ossman2016-06-101-3/+3
|
* Update keyboard test routine with known issuesPierre Ossman2016-06-101-18/+21
|
* Separate out OS X specific keysPierre Ossman2016-06-101-3/+5
|
* Improve list of dead keysPierre Ossman2016-06-101-3/+9
| | | | | Add some more dead keys that we've noticed, and clarify the naming on some existing ones.
* Make sure we test for MetaPierre Ossman2016-06-101-0/+1
| | | | | We now treat Meta as an independent key, so make sure our test routines actually verify that it works.
* Put all numpad tests in the same sectionPierre Ossman2016-06-101-4/+3
|
* Add useful tips to keyboard test routinePierre Ossman2016-06-101-0/+19
|
* Merge branches 'patch-1' and 'patch-2' of https://github.com/jblaine/tigervncPierre Ossman2016-05-301-1/+4
|\
| * Documents $HOME/.vnc/default.tigervnc formatJeff Blaine2016-05-231-1/+4
| | | | | | Fixes #270
* | Properly name filehandle based on context of codeJeff Blaine2016-05-231-3/+3
|/ | | Old harmless copy/paste from code above left code confusing as it was reusing the filehandle "XSTARTUP" to write out $vncUserDir/config. This new small change uses a more topical filehandle name for the task at hand.
* Handle parameter without value in libvnc.soPierre Ossman2016-05-161-1/+9
|
* Merge branch 'fix_desc_ptr' of https://github.com/uglym8/tigervncPierre Ossman2016-05-131-1/+1
|\
| * Fix ptr usageuglym82016-05-111-1/+1
| |
* | Avoid symbol clash for Xregion functionsPierre Ossman2016-05-131-0/+16
| | | | | | | | | | | | | | We might be linking our Xregion and libX11 into the same binary, causing a clash between the symbols. In theory they should be compatible, but that's not guaranteed. Avoid the issue by adding a "vnc" prefix to our version.
* | Update Xregion to latest upstreamPierre Ossman2016-05-133-384/+269
| |
* | Split Xregion headers according to upstreamPierre Ossman2016-05-137-342/+419
| | | | | | | | | | We've stolen the Xregion code from libX11, so let's keep the same header naming so that it is easier to keep things in sync.
* | Don't reference Xregion unless used directlyPierre Ossman2016-05-133-3/+3
| |
* | Specify TigerVNC Project as the vendor/companyPierre Ossman2016-05-132-2/+2
| |
* | Fix to workaround non-default libtool on debianBrian P. Hinz2016-05-126-0/+194
|/ | | | | | | Debian patches libtool so that the default value of link_all_deplibs is set to 'no' rather than 'unknown', causing transitive dependencies in shared objects to be lost.
* Merge branch 'fixcopypastemistake' of https://github.com/michalsrb/tigervncPierre Ossman2016-05-091-1/+1
|\
| * Fix mistake in TightEncoder::setCompressLevel.Michal Srb2016-05-061-1/+1
| |
* | Merge pull request #305 from bphinz/xorg-118Brian Hinz2016-05-072-0/+23
|\ \ | | | | | | Update xenial build to account for distro-specific xorg patches
| * | Update xenial build to account for distro-specific xorg patchesBrian P. Hinz2016-05-072-0/+23
| | |
* | | Merge pull request #304 from bphinz/xorg-118Brian Hinz2016-05-071-5/+4
|\| | | |/ |/| Fix xserver118.patch so that it actually applies agsinst xorg 1.18
| * Fix xserver118.patch so that it actually applies agsinst xorg 1.18Brian P. Hinz2016-05-071-5/+4
|/
* Properly reference ShmCompletion event indexPierre Ossman2016-05-041-1/+1
|
* Be more paranoid about ShmCompletion eventsPierre Ossman2016-05-042-1/+12
| | | | | | | Unfortunately HP ships a buggy X server on their thin clients that send out extra, bogus ShmCompletion events. This screws up our logic so we need to filter them out. Fortunately they are sent with an invalid drawable id, so simply verify that.
* Merge branch 'socket' of https://github.com/CendioOssman/tigervncPierre Ossman2016-04-2912-89/+130
|\
| * Flush socket before checking bufferPierre Ossman2016-04-291-0/+1
| | | | | | | | | | | | There might be stuff lingering in the buffer simply because flush() hasn't been called in a while, rather than because the transport is congested.
| * Asynchronously retry update on congestionPierre Ossman2016-04-292-12/+7
| | | | | | | | | | | | We now get notifications when the output buffer empties, and we already caught incoming RTT pongs, meaning we can now react at the proper time to retry a congested update rather than use a timer.
| * Use non-blocking sockets in x0vnserverPierre Ossman2016-04-291-2/+9
| |