aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Move client to server clipboard out of vncconfigPierre Ossman2016-01-128-94/+333
* | | Update German translationMario Blättermann2016-07-081-154/+154
* | | Replace Windows specific thread handlingPierre Ossman2016-07-0723-454/+171
* | | Include stddef.h to get access to size_tPierre Ossman2016-07-071-0/+2
* | | Fix typo in include protectorPierre Ossman2016-07-071-1/+1
* | | Update Russian translationYuri Kozlov2016-07-071-157/+158
* | | Update Danish translationJoe Hansen2016-07-051-154/+154
* | | Add Vietnamese translationTrần Ngọc Quân2016-07-042-1/+729
* | | Update Brazilian Portoguese translationRafael Fontenelle2016-07-041-166/+166
* | | Update Ukrainian translationYuri Chornoivan2016-07-041-153/+153
* | | Change development version to 1.7.80Pierre Ossman2016-07-013-4/+4
* | | Update translation template filePierre Ossman2016-07-011-150/+144
* | | Clean up getHostAndPort()Pierre Ossman2016-06-281-15/+61
* | | 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
* | | 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
* | | Make sure we test for MetaPierre Ossman2016-06-101-0/+1
* | | 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
| | |/ | |/|
* / | Properly name filehandle based on context of codeJeff Blaine2016-05-231-3/+3
|/ /
* | 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
* | | Update Xregion to latest upstreamPierre Ossman2016-05-133-384/+269
* | | Split Xregion headers according to upstreamPierre Ossman2016-05-137-342/+419
* | | 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
|/ /
* | 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 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.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
* | Merge branch 'socket' of https://github.com/CendioOssman/tigervncPierre Ossman2016-04-2912-89/+130
|\ \
| * | Flush socket before checking bufferPierre Ossman2016-04-291-0/+1
| * | Asynchronously retry update on congestionPierre Ossman2016-04-292-12/+7
| * | Use non-blocking sockets in x0vnserverPierre Ossman2016-04-291-2/+9
| * | Fix timeout handling in x0vncserverPierre Ossman2016-04-291-10/+11
| * | Flush socket after ever rectPierre Ossman2016-04-291-0/+1
| * | Move socket write event handling in to the RFB corePierre Ossman2016-04-2910-14/+72
| * | Clean up FdOutStream::flush()Pierre Ossman2016-04-291-21/+3