Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fix Winsock errno code overlap | Pierre Ossman | 2015-05-29 | 3 | -15/+3 | |
| | | | | | | | | | | Some Winsock errno:s conflict with the standard ones. Try to restrict the redefines to things relevant for sockets. | |||||
* | | Finish removing unnecessary libos patches fro RPM builds. | Brian P. Hinz | 2015-05-04 | 2 | -2/+0 | |
| | | | | | | | | | | The patch sources were removed but the %patch commands were left in the spec files. | |||||
| * | Apply recent Xorg CVE patches, update dependencies | Brian P. Hinz | 2015-08-09 | 6 | -4/+481 | |
| | | | | | | | | | | | | | | Added patches for the following upstream CVEs: 2013-7439, 2015-0255, 2015-1802, 2015-1803, 2015-1804. Also updated the versions of gnutls, libtasn1, and libjpeg-turbo used to build static libraries to their latest respective upstream versions. | |||||
| * | Add resize on connect menu controls to Java viewer | Brian P. Hinz | 2015-07-09 | 2 | -2/+65 | |
| | | | | | | | | Adds controls for resize on connect to the options dialog. Fixes #104 | |||||
| * | Update OptionsDialog UI layout for better consistency with Fltk viewer | Brian P. Hinz | 2015-07-08 | 1 | -25/+30 | |
| | | | | | | | | | | Cosmetic updates to make the options dialog look more like the Fltk viewer. | |||||
| * | Finish removing unnecessary libos patches fro RPM builds. | Brian P. Hinz | 2015-05-04 | 2 | -2/+0 | |
| | | | | | | | | | | The patch sources were removed but the %patch commands were left in the spec files. | |||||
| * | Merge remote-tracking branch 'upstream/master' | Brian P. Hinz | 2015-05-04 | 42 | -744/+1759 | |
| |\ | |/ |/| | ||||||
* | | Improve TigerVNC branding in WinVNC | Pierre Ossman | 2015-05-04 | 3 | -4/+4 | |
| | | | | | | | | | | Avoids conflicts with the original RealVNC implementation, or any other forks of that code. | |||||
* | | Default to -noreset in Xvnc | Pierre Ossman | 2015-05-04 | 1 | -1/+4 | |
| | | | | | | | | | | | | We cannot handle a reset properly right now and are forced to terminate instead. Avoid surprising people with a dying Xvnc by changing the default to -noreset. | |||||
* | | Only include syslog logger on Unix systems | Pierre Ossman | 2015-05-04 | 1 | -1/+4 | |
| | | ||||||
| | | ||||||
| \ | ||||||
*-. \ | Merge branches 'noreset' and 'syslog' of https://github.com/michalsrb/tigervnc | Pierre Ossman | 2015-05-04 | 7 | -10/+128 | |
|\ \ \ | ||||||
| | * | | Remove hardcoded "Xvnc" in syslog logger. | Michal Srb | 2015-04-24 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Enable and document syslog logger in Xvnc. | Michal Srb | 2015-04-10 | 2 | -5/+7 | |
| | | | | ||||||
| | * | | Add syslog logger. | Michal Srb | 2015-04-10 | 3 | -0/+106 | |
| | | | | ||||||
| | * | | Expose log levels from LogWriter. | Michal Srb | 2015-04-10 | 1 | -4/+9 | |
| | | | | ||||||
| * | | | Warn about not reseting Xvnc and terminate instead. | Michal Srb | 2015-04-01 | 1 | -1/+6 | |
| |/ / | | | | | | | | | | | | | VNC prevents X server restarting even when -reset is explicitly given. Print out message with explanation and terminate instead. | |||||
* | | | Remove no longer needed libos patches | Pierre Ossman | 2015-04-30 | 8 | -78/+0 | |
| | | | | | | | | | | | | | | | This workaround is no longer needed as we've fixed the bad interaction with libtool. | |||||
* | | | Set libdir in generated .la files | Pierre Ossman | 2015-04-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | This is needed in order to get libtool to treat them as normal libraries and not "convenience libraries". The latter are linked with --whole-archive, which pulls a lot of unnecessary stuff into Xvnc and libvnc.so. | |||||
* | | | Add Finnish translation | Jorma Karvonen | 2015-04-30 | 2 | -1/+784 | |
| | | | ||||||
* | | | Update French translation | Stéphane Aulery | 2015-04-27 | 1 | -67/+70 | |
| | | | ||||||
* | | | Add -version argument to Xvnc | Pierre Ossman | 2015-04-27 | 1 | -6/+17 | |
| | | | ||||||
* | | | Remove parameter "hasBeenSet" logic | Pierre Ossman | 2015-04-27 | 5 | -42/+6 | |
| | | | | | | | | | | | | | | | It doesn't really make sense anymore given that settings might come from the GUI or configuration and not only the command line. | |||||
* | | | Clarify Windows SO_REUSEADDR exception | Pierre Ossman | 2015-04-23 | 1 | -1/+6 | |
| | | | ||||||
* | | | Repair SO_REUSEADDR | Pierre Ossman | 2015-04-23 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | SO_REUSEADDR needs to be set before we call bind() for it to have any effect. It got shuffled around in e4d9726. | |||||
* | | | Merge branch 'translate' of https://github.com/CendioOssman/tigervnc | Pierre Ossman | 2015-04-22 | 15 | -7758/+7349 | |
|\ \ \ | ||||||
| * | | | Update French translation | Stéphane Aulery | 2015-04-22 | 1 | -186/+158 | |
| | | | | ||||||
| * | | | Use relative file paths in .pot file | Pierre Ossman | 2015-04-22 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | Otherwise it keeps changing depending on where your working copy is located, causing unnecessary diffs. | |||||
| * | | | Revert "Commit changes after running "make translations_update"." | Pierre Ossman | 2015-04-22 | 14 | -7722/+7296 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit a9cb97037e098dd6c812f4c063937c8777c62dce. We shouldn't automatically update the .po files as they are controlled by the translation project. | |||||
| * | | | Revert "Updated the swedish translation." | Pierre Ossman | 2015-04-22 | 1 | -89/+140 | |
| | | | | | | | | | | | | | | | | | | | | This reverts commit e674c634fbace353ed7e7e344ca4d5463cf72773. Translations must come via the translation project. | |||||
| * | | | Stop updating .po files | Pierre Ossman | 2015-04-22 | 1 | -7/+0 | |
|/ / / | | | | | | | | | | | | | The .po files are handled by the translation project, so we should avoid updating them ourselves. | |||||
* | | | Added Fltk patch from Pierre to fix "checksum for freed object" segfault to ↵ | Brian P. Hinz | 2015-04-20 | 1 | -0/+77 | |
| | | | | | | | | | | | | contrib/fltk folder. | |||||
* | | | Fix about text encoding (partial revert of dc96cb4d) | Pierre Ossman | 2015-04-07 | 1 | -13/+20 | |
|/ / | | | | | | | | | | | | | It was actually a feature to translate the about string multiple times as we may need different character encodings for it. We still want a better approach that allows the compiler to analyse the format string though so it isn't just a simple revert. | |||||
* | | Update build requirements in el6 spec file | Brian P. Hinz | 2015-03-18 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | Make the dependency on g++ explicit. Now that the native version of cmake in el6 has been bumped to v2.8 we can remove the dependency on EPEL's cmake28 package. | |||||
* | | Updated the swedish translation. | Peter Åstrand (astrand) | 2015-03-18 | 1 | -140/+89 | |
| | | ||||||
* | | Commit changes after running "make translations_update". | Peter Åstrand (astrand) | 2015-03-18 | 14 | -7296/+7722 | |
| | | ||||||
* | | Removed extra newline in Listening on port printout. | Peter Åstrand (astrand) | 2015-03-18 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'multisocket-win32' of https://github.com/CendioOssman/tigervnc | Pierre Ossman | 2015-03-17 | 18 | -349/+579 | |
|\ \ | ||||||
| * | | Require getaddrinfo() on all systems | Pierre Ossman | 2015-03-17 | 4 | -141/+1 | |
| | | | | | | | | | | | | | | | Every reasonably current system support getaddrinfo() so get rid of the legacy fallbacks. | |||||
| * | | Remove debug log noise from Windows dialog class | Pierre Ossman | 2015-03-17 | 1 | -7/+0 | |
| | | | ||||||
| * | | Do not look at errno for getaddrinfo() errors | Pierre Ossman | 2015-03-17 | 1 | -2/+4 | |
| | | | ||||||
| * | | Replacement for dup() on Windows | Pierre Ossman | 2015-03-17 | 1 | -2/+19 | |
| | | | | | | | | | | | | It doesn't work on sockets, which require a bit more care. | |||||
| * | | Remove HAVE_INET_ATON as nothing uses it | Pierre Ossman | 2015-03-17 | 2 | -3/+0 | |
| | | | ||||||
| * | | Convert WinVNC to the new TcpListener API | Pierre Ossman | 2015-03-17 | 3 | -19/+42 | |
| | | | ||||||
| * | | winsock2.h must always be included before windows.h | Pierre Ossman | 2015-03-17 | 1 | -0/+1 | |
| | | | ||||||
| * | | Local address change events are not socket specific | Pierre Ossman | 2015-03-17 | 4 | -6/+6 | |
| | | | ||||||
| * | | Nothing uses inet_ntop()/inet_pton() so remove the CMake define | Pierre Ossman | 2015-03-17 | 1 | -1/+0 | |
| | | | ||||||
| * | | Fix proper socket headers for Win32 | Pierre Ossman | 2015-03-17 | 1 | -0/+6 | |
| | | | ||||||
| * | | Resurrect TcpListener::getMyAddresses() | Pierre Ossman | 2015-03-17 | 3 | -2/+61 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is needed by WinVNC, but got removed in 892d10a70. Also fix a couple of issues: - Use getnameinfo() in order to be compatible with Windows XP - Make it static since it doesn't use a specific socket - Respect UseIPv4 and UseIPv6 - Flags for getaddrinfo() that match binding code - Dummy service value for Windows compatibility | |||||
| * | | Make sure Win32 sockets are available in new listening API | Pierre Ossman | 2015-03-17 | 1 | -0/+5 | |
| | | | ||||||
| * | | AI_NUMERICSERV is not available on some systems | Pierre Ossman | 2015-03-17 | 1 | -0/+5 | |
| | | |