]>
source.dussan.org Git - tigervnc.git/log
Tristan Schmelcher [Fri, 2 Sep 2011 22:29:25 +0000 (15:29 -0700)]
Fix race problem with detecting listening inetd sockets
The previous detection would fail if the socket closed before we
had time to inspect it, which got us stuck in a loop as we would
try (and fail) to do accept() on a non-listening socket.
Pierre Ossman [Tue, 29 Dec 2015 14:02:11 +0000 (15:02 +0100)]
Add workaround for Vino's VeNCrypt implementation
Pierre Ossman [Tue, 29 Dec 2015 13:30:32 +0000 (14:30 +0100)]
Set up Xauthority using a single invokation
Pierre Ossman [Tue, 29 Dec 2015 13:27:07 +0000 (14:27 +0100)]
Use mcookie to generate X server cookie
Pierre Ossman [Tue, 29 Dec 2015 13:24:55 +0000 (14:24 +0100)]
Check that xauth is in PATH
The rest of the code assumes xauth is in PATH, so let's check for
that instead.
Brian P. Hinz [Sun, 27 Dec 2015 02:49:49 +0000 (21:49 -0500)]
Suppress/eliminate JDK warnings
Brian P. Hinz [Sun, 27 Dec 2015 02:48:11 +0000 (21:48 -0500)]
Upgrade in-tree jsch and jzlib to latest upstream versions
Brian P. Hinz [Fri, 25 Dec 2015 04:13:43 +0000 (23:13 -0500)]
Add snap tag to el7 packages
Brian P. Hinz [Thu, 24 Dec 2015 23:27:26 +0000 (18:27 -0500)]
Add support for building RPM packages for RHEL 7 derivatives
Stéphane Aulery [Wed, 23 Dec 2015 09:17:27 +0000 (10:17 +0100)]
Update French translation
Rafael Fontenelle [Fri, 18 Dec 2015 10:20:05 +0000 (11:20 +0100)]
Update Brazilian Portuguese translation
Brian P. Hinz [Sat, 12 Dec 2015 04:01:59 +0000 (23:01 -0500)]
Use --host and --build to prevent buildhost-specific optimizations
Pierre Ossman [Thu, 10 Dec 2015 20:24:08 +0000 (21:24 +0100)]
Only show sendPrimary on X11 platforms
Primary selection is inherently a X11 concept so there is no point
showing the settings related to it on other platforms.
Pierre Ossman [Tue, 8 Dec 2015 14:27:24 +0000 (15:27 +0100)]
Include class keyword for friend declaration
Only C++11 allows omitting the class keyword, so include it so
the code compiles with older compilers.
Pierre Ossman [Mon, 7 Dec 2015 11:13:20 +0000 (12:13 +0100)]
Init socket subsystem before parsing filters
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.
Pierre Ossman [Mon, 7 Dec 2015 10:10:03 +0000 (11:10 +0100)]
Merge branch 'master' of https://github.com/hackonteur/tigervnc
Mario Blättermann [Mon, 7 Dec 2015 10:03:33 +0000 (11:03 +0100)]
Update German translation
Joe Hansen [Mon, 7 Dec 2015 10:03:17 +0000 (11:03 +0100)]
Update Danish translation
Benno Schulenberg [Mon, 7 Dec 2015 10:02:59 +0000 (11:02 +0100)]
Update Dutch translation
Scott Roland [Sat, 5 Dec 2015 00:06:48 +0000 (00:06 +0000)]
Replace external wget with native Python version
This makes it easier to handle common exceptions. I was motivated
because the Mesa URL is currently broken and wasn't handled well.
Implementation mostly copied from here:
http://stackoverflow.com/questions/22676/how-do-i-download-a-file-over-http-using-python
Scott Roland [Fri, 4 Dec 2015 20:03:31 +0000 (20:03 +0000)]
Fix coding to be utf-8 instead of UTF-8
Old UTF-8 resulted in this error from GNU Emacs:
Warning (mule): Invalid coding system `UTF-8' is specified
for the current buffer/file by the :coding tag.
It is highly recommended to fix it before writing to a file.
Alexander Shopov [Fri, 4 Dec 2015 11:26:50 +0000 (12:26 +0100)]
Update Bulgarian translation
Jorma Karvonen [Fri, 4 Dec 2015 11:26:22 +0000 (12:26 +0100)]
Update Finnish translation
Göran Uddeborg [Thu, 3 Dec 2015 09:06:34 +0000 (10:06 +0100)]
Update Swedish translation
Yuri Chornoivan [Wed, 2 Dec 2015 15:36:08 +0000 (16:36 +0100)]
Update Ukrainian translation
Pierre Ossman [Wed, 2 Dec 2015 15:22:37 +0000 (16:22 +0100)]
Merge branch 'multicore' of https://github.com/CendioOssman/tigervnc
Pierre Ossman [Wed, 2 Dec 2015 15:16:01 +0000 (16:16 +0100)]
Performance analysis of multi-core decoder
Pierre Ossman [Mon, 30 Nov 2015 12:08:19 +0000 (13:08 +0100)]
Gracefully handle empty CopyArea operations
Pierre Ossman [Mon, 30 Nov 2015 09:49:22 +0000 (10:49 +0100)]
Merge branch 'master' of https://github.com/hackonteur/tigervnc
Brian P. Hinz [Sun, 29 Nov 2015 16:56:53 +0000 (11:56 -0500)]
Modularized el5 & el6 RPM specs
Split the static library pre-reqs into a static-devel package
so that they don't need to be rebuilt everytime tigervnc's
sources change.
Scott Roland [Sun, 29 Nov 2015 23:41:22 +0000 (23:41 +0000)]
Fix relative PATH to SRCDIR
Pierre Ossman [Tue, 24 Nov 2015 16:15:16 +0000 (17:15 +0100)]
Optimised shortcut for decoding on single CPU systems
Pierre Ossman [Fri, 20 Nov 2015 15:14:48 +0000 (16:14 +0100)]
Limit the number of decoder threads to 4
They just end up burning CPU fighting each other without much
improvement to the decoding time beyond four threads.
Pierre Ossman [Wed, 18 Nov 2015 15:24:16 +0000 (16:24 +0100)]
Throttle overlapping screen updates
We need to make sure the display server has finished reading our
previous update before we overwrite the buffer with the next update.
Pierre Ossman [Wed, 18 Nov 2015 15:23:21 +0000 (16:23 +0100)]
Consolidate how to run the FLTK loop in one place
Pierre Ossman [Tue, 17 Nov 2015 08:37:57 +0000 (09:37 +0100)]
Propagate exceptions from worker threads back to main thread
Pierre Ossman [Mon, 16 Nov 2015 08:37:46 +0000 (09:37 +0100)]
Estimate CPU core usage in performance tests
This is based on comparing CPU time with elapsed time, which means
that the tests can be heavily influenced by other load on the test
machine.
Pierre Ossman [Fri, 13 Nov 2015 13:09:27 +0000 (14:09 +0100)]
Protect PlatformPixelBuffer from simultaneous access
The damage tracking region needs to be protected from multiple
threads accessing it at once. The rest should be fine though.
Pierre Ossman [Fri, 13 Nov 2015 13:07:52 +0000 (14:07 +0100)]
Create one decode thread for each CPU
We can start creating more decoding threads now that we handle
rect ordering properly. No point in creating more threads than
there are CPUs though.
Pierre Ossman [Fri, 13 Nov 2015 13:06:35 +0000 (14:06 +0100)]
Add option to enable thread sanitizer
Pierre Ossman [Fri, 13 Nov 2015 10:16:33 +0000 (11:16 +0100)]
Allow parallel decoding of Tight JPEG rects
The cost is some more load on malloc(), but it should be small
compared to the gains of spreading the CPU heavy JPEG decoding
over multiple CPUs.
Pierre Ossman [Fri, 13 Nov 2015 09:47:28 +0000 (10:47 +0100)]
Allow conditional dependencies between rects when decoding
Some encodings only cause dependencies between rects some of the
time. Make sure we can allow parallel decoding of those rect that
aren't dependent on each other.
Pierre Ossman [Thu, 12 Nov 2015 12:18:22 +0000 (13:18 +0100)]
Decode rectangles in order if needed
Some encodings must be handled in the order they are received.
Make sure we respect this in the decode manager.
Pierre Ossman [Thu, 12 Nov 2015 12:17:42 +0000 (13:17 +0100)]
Decode overlapping rectangles in order
Pierre Ossman [Thu, 12 Nov 2015 12:07:42 +0000 (13:07 +0100)]
Add flags member to decoders
Allows us to add attributes later that affect of the decoder
manager deals with the decoders.
Pierre Ossman [Thu, 12 Nov 2015 11:21:58 +0000 (12:21 +0100)]
Make the decoder multi-threaded
This implements the basic infrastructure for multi-threaded
decoding of rects. However there is just one thread reading data
and one thread decoding it. More logic is needed to safely decode
multiple rects at the same time.
Pierre Ossman [Thu, 12 Nov 2015 11:20:05 +0000 (12:20 +0100)]
Let CConnection intercept more callbacks
We need more callbacks for correct operation of multi-threaded
rect decoding.
Pierre Ossman [Thu, 12 Nov 2015 11:16:08 +0000 (12:16 +0100)]
Add abstraction classes for system thread primitives
Pierre Ossman [Thu, 12 Nov 2015 11:17:34 +0000 (12:17 +0100)]
Raise system requirement on Windows to Vista/2008
We need the newer versions of Windows to get access to better
thread primitives.
Pierre Ossman [Wed, 11 Nov 2015 12:12:45 +0000 (13:12 +0100)]
Fix copy-paste error for the secTypeX509Vnc security type
Pierre Ossman [Wed, 11 Nov 2015 12:11:09 +0000 (13:11 +0100)]
Clear up ZlibInStream::reset() behaviour
It previously only did a reset of the ZlibInStream object, not the
underlying zlib stream. It also had the side effect of flushing
the underlying stream and disassociating from it.
Clear things up by changing the naming, and introducing a proper
reset function (which is needed by the Tight decoder).
Pierre Ossman [Tue, 10 Nov 2015 16:17:34 +0000 (17:17 +0100)]
Split decoders into a read and decode step
We need to split these steps up in preparation for multi-core
support. Reading needs to be done in a serial manner, whilst
decoding can be done in parallel.
This also involved a rather large cleanup of the Tight decoder.
Pierre Ossman [Tue, 10 Nov 2015 16:13:27 +0000 (17:13 +0100)]
Add efficient method to copy data between two streams
Pierre Ossman [Tue, 10 Nov 2015 16:12:56 +0000 (17:12 +0100)]
Remove unneeded virtual qualifiers on stream methods
Pierre Ossman [Tue, 10 Nov 2015 12:03:26 +0000 (13:03 +0100)]
Remove CMsgReader::getImageBuf() as nothing uses it
Pierre Ossman [Tue, 10 Nov 2015 12:02:12 +0000 (13:02 +0100)]
Decouple decoders from CConnection
Pierre Ossman [Tue, 10 Nov 2015 11:58:49 +0000 (12:58 +0100)]
Make ConnParams useful when const
Pierre Ossman [Mon, 9 Nov 2015 15:34:54 +0000 (16:34 +0100)]
Delegate decoder object management to a separate class
Done in preparation for multi-core decoding. Keeps the complexity
out of the other classes. This also moves ownership of the
framebuffer in to CConnection. It's the CConnection object that is
aware of the threads and how to synchronise with them. Therefore
the ownership of the framebuffer must also be there to make sure
it isn't deleted whilst threads are working.
Brian P. Hinz [Thu, 26 Nov 2015 15:41:47 +0000 (10:41 -0500)]
Update RPM dependency sources to latest versions
Several of the pre-requisites have outstanding CVEs.
Pierre Ossman [Thu, 26 Nov 2015 11:39:02 +0000 (12:39 +0100)]
Change development version to 1.6.80
Pierre Ossman [Thu, 26 Nov 2015 11:35:39 +0000 (12:35 +0100)]
Update translation template file
Michal Srb [Thu, 12 Nov 2015 13:03:28 +0000 (15:03 +0200)]
Fix inverted logic in ProcVncExtSetParam.
Pierre Ossman [Mon, 9 Nov 2015 14:48:19 +0000 (15:48 +0100)]
Clean out unused dependencies from CConnection.h
Pierre Ossman [Mon, 9 Nov 2015 14:29:30 +0000 (15:29 +0100)]
Include kernel time in CPU usage measurement
Time spent executing in the kernel is as much of a performance problem
as time spent in userspace. Make sure both numbers are included.
Pierre Ossman [Mon, 9 Nov 2015 14:28:50 +0000 (15:28 +0100)]
Remove old Windows CE code
Pierre Ossman [Mon, 9 Nov 2015 14:27:54 +0000 (15:27 +0100)]
Use mingw's gettimeofday()
mingw has a perfectly functional gettimeofday() so use that instead
of having multiple copies of our own version.
Pierre Ossman [Mon, 9 Nov 2015 14:26:56 +0000 (15:26 +0100)]
Remove unused deleteReaderAndWriter() method
Llorenç Garcia Martinez [Fri, 30 Oct 2015 10:11:56 +0000 (11:11 +0100)]
option -xstartup added
Llorenç Garcia Martinez [Fri, 30 Oct 2015 10:07:40 +0000 (11:07 +0100)]
option -xstartup added
Pierre Ossman [Fri, 30 Oct 2015 09:38:00 +0000 (10:38 +0100)]
Merge branch 'patch-1' of https://github.com/Siot/tigervnc
Kirill Kolyshkin [Thu, 29 Oct 2015 00:01:07 +0000 (17:01 -0700)]
Xvnc.man: remove -i option
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>
Pierre Ossman [Tue, 27 Oct 2015 13:31:39 +0000 (14:31 +0100)]
Merge branch 'master' of https://github.com/graysky2/tigervnc
DRC [Sat, 17 Oct 2015 23:55:08 +0000 (18:55 -0500)]
Allow BUILD_TIMESTAMP to be set statically
DRC [Sat, 17 Oct 2015 23:13:05 +0000 (18:13 -0500)]
Allow static linking against only the GCC libs
Pierre Ossman [Tue, 27 Oct 2015 13:08:32 +0000 (14:08 +0100)]
Merge branch 'jpeg_includes' of https://github.com/dcommander/tigervnc
Llorenç Garcia Martinez [Fri, 23 Oct 2015 11:42:13 +0000 (13:42 +0200)]
Added -noxstartup
Llorenç Garcia Martinez [Fri, 23 Oct 2015 11:37:42 +0000 (13:37 +0200)]
new option -noxstartup to not load any xstartup script file
graysky [Mon, 19 Oct 2015 12:27:27 +0000 (08:27 -0400)]
provide a systemd user service unit for vncserver
graysky [Mon, 19 Oct 2015 12:26:44 +0000 (08:26 -0400)]
update manpage teaching about ~/.vnc/config
graysky [Mon, 19 Oct 2015 12:24:14 +0000 (08:24 -0400)]
update vncserver to parse a config file
Pierre Ossman [Fri, 16 Oct 2015 11:03:14 +0000 (13:03 +0200)]
Flush entire JPEG buffer, ignoring state
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.
DRC [Fri, 16 Oct 2015 08:28:58 +0000 (03:28 -0500)]
Ensure that libjpeg-turbo headers are included
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.
astrand [Wed, 14 Oct 2015 11:58:12 +0000 (13:58 +0200)]
Merge pull request #219 from astrand/master
Meta no longer sends Super.
Peter Åstrand (astrand) [Wed, 14 Oct 2015 11:47:28 +0000 (13:47 +0200)]
Pierre Ossman [Mon, 12 Oct 2015 08:03:33 +0000 (10:03 +0200)]
Merge branch 'vncserverfix' of https://github.com/michalsrb/tigervnc
Brian Hinz [Sun, 11 Oct 2015 16:26:21 +0000 (12:26 -0400)]
Merge pull request #215 from bphinz/master
Improved x509 auth for java viewer
Brian P. Hinz [Sun, 11 Oct 2015 16:20:51 +0000 (12:20 -0400)]
Fix exit routine in java viewer
Some exceptions were causing all viewers to exit, not just the
one that threw the exception.
Brian P. Hinz [Sun, 11 Oct 2015 16:19:23 +0000 (12:19 -0400)]
More cleanup of x509 exception handling in java viewer
Also removed some unnecessary functions & variables in CSecurityTLS
Brian P. Hinz [Sat, 10 Oct 2015 17:06:14 +0000 (13:06 -0400)]
Cleanup exception handling for x509* auth types in java viewer
Brian Hinz [Sat, 10 Oct 2015 03:46:13 +0000 (23:46 -0400)]
Merge pull request #214 from bphinz/java-HostnameVerifier
Added hostname verification for x509 authentication types to java viewer
Brian P. Hinz [Sat, 10 Oct 2015 03:43:42 +0000 (23:43 -0400)]
Added hostname verification for x509 authentication types
Michal Srb [Thu, 1 Oct 2015 23:28:26 +0000 (02:28 +0300)]
vncserver: Clean pid files of dead processes.
When Xvnc fails to start, delete the pid file. Clean pid files of dead processes
when listing them as well.
Pierre Ossman [Tue, 29 Sep 2015 13:44:28 +0000 (15:44 +0200)]
Enable Windows specific debug code in debug builds
Pierre Ossman [Tue, 29 Sep 2015 13:44:07 +0000 (15:44 +0200)]
Properly free temporary cursor buffer
Pierre Ossman [Tue, 29 Sep 2015 13:43:46 +0000 (15:43 +0200)]
Don't shadow member variable
Pierre Ossman [Tue, 29 Sep 2015 13:43:28 +0000 (15:43 +0200)]
Avoid dropping const qualifier needlessly
Pierre Ossman [Tue, 29 Sep 2015 13:42:58 +0000 (15:42 +0200)]
Use correct type for format string
Pierre Ossman [Tue, 29 Sep 2015 13:42:33 +0000 (15:42 +0200)]
Clean up listening sockets on error
Pierre Ossman [Tue, 29 Sep 2015 13:40:49 +0000 (15:40 +0200)]
Return TcpListener pointers rather than objects
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.
Pierre Ossman [Tue, 29 Sep 2015 07:42:36 +0000 (09:42 +0200)]
Return correct error code from bind()
Closing the socket might overwrite errno so we need to save
its value.