Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TigerVNC 1.6.0v1.6.01.6-branch | Pierre Ossman | 2015-12-24 | 3 | -4/+4 |
| | |||||
* | Apply latest RPM package build fixes from master to 1.6-branch | Brian P. Hinz | 2015-12-23 | 2 | -34/+165 |
| | | | | Update 1.6 RPMS for modular builds and fixes for #254 | ||||
* | Update French translation | Stéphane Aulery | 2015-12-23 | 1 | -547/+512 |
| | | | | (cherry picked from commit 773f3cc38d06976743c24ada00e7505aa365f761) | ||||
* | Update Brazilian Portuguese translation | Rafael Fontenelle | 2015-12-18 | 1 | -562/+544 |
| | | | | (cherry picked from commit 1669aacfb4257f4a1736e4b14aaa4c4a5e312629) | ||||
* | Init socket subsystem before parsing filters | Pierre Ossman | 2015-12-07 | 1 | -0/+2 |
| | | | | | | | | Parsing a filter might be the first thing we do so we need to make sure the socket subsystem is running so that we can look up names. (cherry picked from commit 398a6f43327ea3a8c1e58ed77f34fd4409cccb9d) | ||||
* | Update German translation | Mario Blättermann | 2015-12-07 | 1 | -77/+86 |
| | | | | (cherry picked from commit ef7faee90bf89d4dc1229d06991935f1b254d0fc) | ||||
* | Update Danish translation | Joe Hansen | 2015-12-07 | 1 | -77/+86 |
| | | | | (cherry picked from commit 3430ed9b51f7355814b0d7bc37d40fc29f7fa2f0) | ||||
* | Update Dutch translation | Benno Schulenberg | 2015-12-07 | 1 | -562/+526 |
| | | | | (cherry picked from commit c12712788c6b499526fb81900758c6bc19155113) | ||||
* | Update Bulgarian translation | Alexander Shopov | 2015-12-04 | 1 | -76/+85 |
| | | | | (cherry picked from commit db65a0f6781ad8ddf746082ddece8a448227341e) | ||||
* | Update Finnish translation | Jorma Karvonen | 2015-12-04 | 1 | -542/+593 |
| | | | | (cherry picked from commit 226fd7660c9b01a7a4c9b744c609da81d437b43f) | ||||
* | Update Swedish translation | Göran Uddeborg | 2015-12-03 | 1 | -113/+86 |
| | | | | (cherry picked from commit e2a61826370cf73e31771d65b6e8ae18d9fdcccd) | ||||
* | Update Ukrainian translation | Yuri Chornoivan | 2015-12-02 | 1 | -76/+85 |
| | | | | (cherry picked from commit 27fbaa9d7d1df96d1382dc21563af146efd59261) | ||||
* | Gracefully handle empty CopyArea operations | Pierre Ossman | 2015-11-30 | 1 | -6/+15 |
| | | | | (cherry picked from commit db821a236ff90db5251f99331e37f4fac85654a6) | ||||
* | Update RPM dependency sources to latest versions | Brian P. Hinz | 2015-11-26 | 2 | -9/+17 |
| | | | | Several of the pre-requisites have outstanding CVEs. | ||||
* | TigerVNC 1.5.90 (1.6.0 beta)v1.5.90 | Pierre Ossman | 2015-11-26 | 3 | -4/+4 |
| | |||||
* | Update translation template file | Pierre Ossman | 2015-11-26 | 1 | -74/+83 |
| | |||||
* | Fix inverted logic in ProcVncExtSetParam. | Michal Srb | 2015-11-12 | 1 | -1/+1 |
| | |||||
* | option -xstartup added | Llorenç Garcia Martinez | 2015-10-30 | 1 | -0/+7 |
| | |||||
* | option -xstartup added | Llorenç Garcia Martinez | 2015-10-30 | 1 | -11/+16 |
| | |||||
* | Merge branch 'patch-1' of https://github.com/Siot/tigervnc | Pierre Ossman | 2015-10-30 | 2 | -13/+34 |
|\ | |||||
| * | Added -noxstartup | Llorenç Garcia Martinez | 2015-10-23 | 1 | -0/+6 |
| | | |||||
| * | new option -noxstartup to not load any xstartup script file | Llorenç Garcia Martinez | 2015-10-23 | 1 | -13/+28 |
| | | |||||
* | | Xvnc.man: remove -i option | Kirill Kolyshkin | 2015-10-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Xvnc does not understand -i as an alias to -interface anymore (since commit f8e3b34c69) but it is still listed in the man page. Fix man accordingly Signed-off-by: Kir Kolyshkin <kir@openvz.org> | ||||
* | | Merge branch 'master' of https://github.com/graysky2/tigervnc | Pierre Ossman | 2015-10-27 | 3 | -11/+97 |
|\ \ | |||||
| * | | provide a systemd user service unit for vncserver | graysky | 2015-10-19 | 1 | -0/+26 |
| | | | |||||
| * | | update manpage teaching about ~/.vnc/config | graysky | 2015-10-19 | 1 | -0/+8 |
| | | | |||||
| * | | update vncserver to parse a config file | graysky | 2015-10-19 | 1 | -11/+63 |
| | | | |||||
* | | | Allow BUILD_TIMESTAMP to be set statically | DRC | 2015-10-27 | 1 | -4/+2 |
| | | | |||||
* | | | Allow static linking against only the GCC libs | DRC | 2015-10-27 | 1 | -1/+7 |
| | | | |||||
* | | | Merge branch 'jpeg_includes' of https://github.com/dcommander/tigervnc | Pierre Ossman | 2015-10-27 | 1 | -0/+2 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Ensure that libjpeg-turbo headers are included | DRC | 2015-10-16 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | On some systems, the build was picking up jpeglib.h from the system include directories, and if the system's version of libjpeg[-turbo] used a different API/ABI version than the one specified in JPEG_LIBRARY, this led to a "Wrong JPEG library version" error at run time. | ||||
* | | | Flush entire JPEG buffer, ignoring state | Pierre Ossman | 2015-10-16 | 1 | -1/+1 |
|/ / | | | | | | | | | | | libjpeg doesn't update the buffer state before calling the empty_output_buffer() callback so we need to flush everything, not just the apparent size. | ||||
* | | Merge pull request #219 from astrand/master | astrand | 2015-10-14 | 1 | -1/+1 |
|\ \ | |/ |/| | Meta no longer sends Super. | ||||
| * | Meta no longer sends Super. | Peter Åstrand (astrand) | 2015-10-14 | 1 | -1/+1 |
|/ | | | | Since 83e019f599f409d60c12a3c0096f6b6d228d9fb1. | ||||
* | Merge branch 'vncserverfix' of https://github.com/michalsrb/tigervnc | Pierre Ossman | 2015-10-12 | 1 | -1/+7 |
|\ | |||||
| * | vncserver: Clean pid files of dead processes. | Michal Srb | 2015-10-02 | 1 | -1/+7 |
| | | | | | | | | | | When Xvnc fails to start, delete the pid file. Clean pid files of dead processes when listing them as well. | ||||
* | | Merge pull request #215 from bphinz/master | Brian Hinz | 2015-10-11 | 2 | -89/+40 |
|\ \ | | | | | | | Improved x509 auth for java viewer | ||||
| * | | Fix exit routine in java viewer | Brian P. Hinz | 2015-10-11 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | Some exceptions were causing all viewers to exit, not just the one that threw the exception. | ||||
| * | | More cleanup of x509 exception handling in java viewer | Brian P. Hinz | 2015-10-11 | 1 | -27/+20 |
| | | | | | | | | | | | | Also removed some unnecessary functions & variables in CSecurityTLS | ||||
| * | | Cleanup exception handling for x509* auth types in java viewer | Brian P. Hinz | 2015-10-10 | 1 | -58/+17 |
|/ / | |||||
* | | Merge pull request #214 from bphinz/java-HostnameVerifier | Brian Hinz | 2015-10-09 | 2 | -3/+84 |
|\ \ | |/ |/| | Added hostname verification for x509 authentication types to java viewer | ||||
| * | Added hostname verification for x509 authentication types | Brian P. Hinz | 2015-10-09 | 2 | -3/+84 |
|/ | |||||
* | Enable Windows specific debug code in debug builds | Pierre Ossman | 2015-09-29 | 1 | -0/+4 |
| | |||||
* | Properly free temporary cursor buffer | Pierre Ossman | 2015-09-29 | 1 | -0/+2 |
| | |||||
* | Don't shadow member variable | Pierre Ossman | 2015-09-29 | 1 | -1/+1 |
| | |||||
* | Avoid dropping const qualifier needlessly | Pierre Ossman | 2015-09-29 | 2 | -5/+5 |
| | |||||
* | Use correct type for format string | Pierre Ossman | 2015-09-29 | 1 | -1/+3 |
| | |||||
* | Clean up listening sockets on error | Pierre Ossman | 2015-09-29 | 1 | -1/+5 |
| | |||||
* | Return TcpListener pointers rather than objects | Pierre Ossman | 2015-09-29 | 10 | -129/+112 |
| | | | | | | It is easier to control object life time and avoid magical socket duplication by having a single TcpListener object to pass around. We have to be more careful about deleting the object though. | ||||
* | Return correct error code from bind() | Pierre Ossman | 2015-09-29 | 1 | -1/+2 |
| | | | | | Closing the socket might overwrite errno so we need to save its value. |