summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix Winsock errno code overlapPierre Ossman2015-05-293-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. Hinz2015-05-042-2/+0
| | | | | | | | | | The patch sources were removed but the %patch commands were left in the spec files.
| * Apply recent Xorg CVE patches, update dependenciesBrian P. Hinz2015-08-096-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 viewerBrian P. Hinz2015-07-092-2/+65
| | | | | | | | Adds controls for resize on connect to the options dialog. Fixes #104
| * Update OptionsDialog UI layout for better consistency with Fltk viewerBrian P. Hinz2015-07-081-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. Hinz2015-05-042-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. Hinz2015-05-0442-744/+1759
| |\ | |/ |/|
* | Improve TigerVNC branding in WinVNCPierre Ossman2015-05-043-4/+4
| | | | | | | | | | Avoids conflicts with the original RealVNC implementation, or any other forks of that code.
* | Default to -noreset in XvncPierre Ossman2015-05-041-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 systemsPierre Ossman2015-05-041-1/+4
| |
| |
| \
*-. \ Merge branches 'noreset' and 'syslog' of https://github.com/michalsrb/tigervncPierre Ossman2015-05-047-10/+128
|\ \ \
| | * | Remove hardcoded "Xvnc" in syslog logger.Michal Srb2015-04-241-1/+1
| | | |
| | * | Enable and document syslog logger in Xvnc.Michal Srb2015-04-102-5/+7
| | | |
| | * | Add syslog logger.Michal Srb2015-04-103-0/+106
| | | |
| | * | Expose log levels from LogWriter.Michal Srb2015-04-101-4/+9
| | | |
| * | | Warn about not reseting Xvnc and terminate instead.Michal Srb2015-04-011-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 patchesPierre Ossman2015-04-308-78/+0
| | | | | | | | | | | | | | | This workaround is no longer needed as we've fixed the bad interaction with libtool.
* | | Set libdir in generated .la filesPierre Ossman2015-04-301-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 translationJorma Karvonen2015-04-302-1/+784
| | |
* | | Update French translationStéphane Aulery2015-04-271-67/+70
| | |
* | | Add -version argument to XvncPierre Ossman2015-04-271-6/+17
| | |
* | | Remove parameter "hasBeenSet" logicPierre Ossman2015-04-275-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 exceptionPierre Ossman2015-04-231-1/+6
| | |
* | | Repair SO_REUSEADDRPierre Ossman2015-04-231-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/tigervncPierre Ossman2015-04-2215-7758/+7349
|\ \ \
| * | | Update French translationStéphane Aulery2015-04-221-186/+158
| | | |
| * | | Use relative file paths in .pot filePierre Ossman2015-04-221-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 Ossman2015-04-2214-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 Ossman2015-04-221-89/+140
| | | | | | | | | | | | | | | | | | | | This reverts commit e674c634fbace353ed7e7e344ca4d5463cf72773. Translations must come via the translation project.
| * | | Stop updating .po filesPierre Ossman2015-04-221-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. Hinz2015-04-201-0/+77
| | | | | | | | | | | | contrib/fltk folder.
* | | Fix about text encoding (partial revert of dc96cb4d)Pierre Ossman2015-04-071-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 fileBrian P. Hinz2015-03-181-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-181-140/+89
| |
* | Commit changes after running "make translations_update".Peter Åstrand (astrand)2015-03-1814-7296/+7722
| |
* | Removed extra newline in Listening on port printout.Peter Åstrand (astrand)2015-03-181-1/+1
| |
* | Merge branch 'multisocket-win32' of https://github.com/CendioOssman/tigervncPierre Ossman2015-03-1718-349/+579
|\ \
| * | Require getaddrinfo() on all systemsPierre Ossman2015-03-174-141/+1
| | | | | | | | | | | | | | | Every reasonably current system support getaddrinfo() so get rid of the legacy fallbacks.
| * | Remove debug log noise from Windows dialog classPierre Ossman2015-03-171-7/+0
| | |
| * | Do not look at errno for getaddrinfo() errorsPierre Ossman2015-03-171-2/+4
| | |
| * | Replacement for dup() on WindowsPierre Ossman2015-03-171-2/+19
| | | | | | | | | | | | It doesn't work on sockets, which require a bit more care.
| * | Remove HAVE_INET_ATON as nothing uses itPierre Ossman2015-03-172-3/+0
| | |
| * | Convert WinVNC to the new TcpListener APIPierre Ossman2015-03-173-19/+42
| | |
| * | winsock2.h must always be included before windows.hPierre Ossman2015-03-171-0/+1
| | |
| * | Local address change events are not socket specificPierre Ossman2015-03-174-6/+6
| | |
| * | Nothing uses inet_ntop()/inet_pton() so remove the CMake definePierre Ossman2015-03-171-1/+0
| | |
| * | Fix proper socket headers for Win32Pierre Ossman2015-03-171-0/+6
| | |
| * | Resurrect TcpListener::getMyAddresses()Pierre Ossman2015-03-173-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 APIPierre Ossman2015-03-171-0/+5
| | |
| * | AI_NUMERICSERV is not available on some systemsPierre Ossman2015-03-171-0/+5
| | |