| Commit message (Expand) | Author | Age | Files | Lines |
* | Update German translation | Mario Blättermann | 2015-12-07 | 1 | -77/+86 |
* | Update Danish translation | Joe Hansen | 2015-12-07 | 1 | -77/+86 |
* | Update Dutch translation | Benno Schulenberg | 2015-12-07 | 1 | -562/+526 |
* | Update Bulgarian translation | Alexander Shopov | 2015-12-04 | 1 | -76/+85 |
* | Update Finnish translation | Jorma Karvonen | 2015-12-04 | 1 | -542/+593 |
* | Update Swedish translation | Göran Uddeborg | 2015-12-03 | 1 | -113/+86 |
* | Update Ukrainian translation | Yuri Chornoivan | 2015-12-02 | 1 | -76/+85 |
* | Merge branch 'multicore' of https://github.com/CendioOssman/tigervnc | Pierre Ossman | 2015-12-02 | 63 | -772/+2225 |
|\ |
|
| * | Performance analysis of multi-core decoder | Pierre Ossman | 2015-12-02 | 2 | -0/+40 |
| * | Optimised shortcut for decoding on single CPU systems | Pierre Ossman | 2015-11-27 | 1 | -1/+17 |
| * | Limit the number of decoder threads to 4 | Pierre Ossman | 2015-11-27 | 1 | -1/+6 |
| * | Throttle overlapping screen updates | Pierre Ossman | 2015-11-27 | 5 | -4/+85 |
| * | Consolidate how to run the FLTK loop in one place | Pierre Ossman | 2015-11-27 | 3 | -19/+18 |
| * | Propagate exceptions from worker threads back to main thread | Pierre Ossman | 2015-11-27 | 2 | -3/+44 |
| * | Estimate CPU core usage in performance tests | Pierre Ossman | 2015-11-27 | 2 | -35/+125 |
| * | Protect PlatformPixelBuffer from simultaneous access | Pierre Ossman | 2015-11-27 | 2 | -0/+7 |
| * | Create one decode thread for each CPU | Pierre Ossman | 2015-11-27 | 3 | -4/+44 |
| * | Add option to enable thread sanitizer | Pierre Ossman | 2015-11-27 | 2 | -0/+13 |
| * | Allow parallel decoding of Tight JPEG rects | Pierre Ossman | 2015-11-27 | 2 | -6/+2 |
| * | Allow conditional dependencies between rects when decoding | Pierre Ossman | 2015-11-27 | 5 | -1/+80 |
| * | Decode rectangles in order if needed | Pierre Ossman | 2015-11-27 | 4 | -4/+15 |
| * | Decode overlapping rectangles in order | Pierre Ossman | 2015-11-27 | 6 | -3/+58 |
| * | Add flags member to decoders | Pierre Ossman | 2015-11-27 | 8 | -8/+17 |
| * | Make the decoder multi-threaded | Pierre Ossman | 2015-11-27 | 5 | -9/+258 |
| * | Let CConnection intercept more callbacks | Pierre Ossman | 2015-11-27 | 5 | -0/+44 |
| * | Add abstraction classes for system thread primitives | Pierre Ossman | 2015-11-27 | 5 | -0/+403 |
| * | Raise system requirement on Windows to Vista/2008 | Pierre Ossman | 2015-11-27 | 1 | -2/+2 |
| * | Fix copy-paste error for the secTypeX509Vnc security type | Pierre Ossman | 2015-11-27 | 1 | -1/+1 |
| * | Clear up ZlibInStream::reset() behaviour | Pierre Ossman | 2015-11-27 | 4 | -18/+46 |
| * | Split decoders into a read and decode step | Pierre Ossman | 2015-11-27 | 17 | -364/+622 |
| * | Add efficient method to copy data between two streams | Pierre Ossman | 2015-11-27 | 1 | -0/+12 |
| * | Remove unneeded virtual qualifiers on stream methods | Pierre Ossman | 2015-11-27 | 2 | -2/+2 |
| * | Remove CMsgReader::getImageBuf() as nothing uses it | Pierre Ossman | 2015-11-27 | 2 | -26/+1 |
| * | Decouple decoders from CConnection | Pierre Ossman | 2015-11-27 | 16 | -83/+110 |
| * | Make ConnParams useful when const | Pierre Ossman | 2015-11-27 | 2 | -8/+8 |
| * | Delegate decoder object management to a separate class | Pierre Ossman | 2015-11-27 | 13 | -148/+202 |
| * | Clean out unused dependencies from CConnection.h | Pierre Ossman | 2015-11-09 | 5 | -4/+13 |
| * | Include kernel time in CPU usage measurement | Pierre Ossman | 2015-11-09 | 1 | -14/+29 |
| * | Remove old Windows CE code | Pierre Ossman | 2015-11-09 | 2 | -11/+0 |
| * | Use mingw's gettimeofday() | Pierre Ossman | 2015-11-09 | 2 | -71/+3 |
| * | Remove unused deleteReaderAndWriter() method | Pierre Ossman | 2015-11-09 | 4 | -24/+0 |
* | | Gracefully handle empty CopyArea operations | Pierre Ossman | 2015-11-30 | 1 | -6/+15 |
* | | Merge branch 'master' of https://github.com/hackonteur/tigervnc | Pierre Ossman | 2015-11-30 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix relative PATH to SRCDIR | Scott Roland | 2015-11-29 | 1 | -1/+1 |
* | | | Modularized el5 & el6 RPM specs | Brian P. Hinz | 2015-11-29 | 2 | -17/+128 |
|/ / |
|
* | | Update RPM dependency sources to latest versions | Brian P. Hinz | 2015-11-26 | 2 | -9/+17 |
* | | Change development version to 1.6.80 | 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 |