| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Rename and document TransImageGetter::getPixelsRW() to make it more obvious | Pierre Ossman | 2011-11-03 | 3 | -4/+8 |
* | Fix compiler warnings uncovered with -Wall | DRC | 2011-11-03 | 4 | -4/+3 |
* | Don't try to push out another update if the socket is already full. This | Pierre Ossman | 2011-10-25 | 2 | -3/+41 |
* | Make sure RFB timers are actually respected by the server implementations. | Pierre Ossman | 2011-10-25 | 1 | -0/+3 |
* | Make socket writes non-blockable. This allows the system to more quickly | Pierre Ossman | 2011-10-25 | 2 | -11/+75 |
* | Another attempt at solving the compression level change problems. We were still | Pierre Ossman | 2011-10-18 | 2 | -63/+75 |
* | Enable WinVNC build with MinGW and MinGW64 | DRC | 2011-10-12 | 4 | -0/+218 |
* | Re-commit MSVC build fixes, which were forcibly removed by 4675. Please (a) ... | DRC | 2011-10-04 | 2 | -3/+8 |
* | Fixed the formatting of a few Cendio copyright lines, so that it is | Peter Åstrand | 2011-09-28 | 3 | -3/+3 |
* | Updated bundled fltk with latest set of patches for | Henrik Andersson | 2011-09-16 | 8 | -77/+270 |
* | Internalise the libjpeg stuff into the JpegCompressor class as the libjpeg | Pierre Ossman | 2011-09-07 | 2 | -64/+77 |
* | Remove unused variables | DRC | 2011-08-24 | 1 | -1/+0 |
* | Move setting of PIC code to a central location | DRC | 2011-08-23 | 7 | -48/+13 |
* | CMake doesn't handle convenience libraries as nicely as autotools does. We | Pierre Ossman | 2011-08-22 | 6 | -0/+48 |
* | Do register reduction to re-normalize the performance at the low level | DRC | 2011-08-19 | 2 | -12/+26 |
* | Fix image corruption issues with, and add a few optimizations for, 16bpp clients | DRC | 2011-08-19 | 2 | -11/+18 |
* | Add support for TurboVNC pseudo-encodings and Grayscale JPEG compression so t... | DRC | 2011-08-19 | 10 | -12/+77 |
* | Make rawBytesEquivalent an unsigned 64-bit integer. Otherwise, it will overf... | DRC | 2011-08-19 | 3 | -3/+4 |
* | Fix compiler warning in Visual C++ | DRC | 2011-08-19 | 1 | -3/+3 |
* | Need to include os/print.h to use snprintf on Windows | DRC | 2011-08-17 | 1 | -0/+1 |
* | Disable ComparingUpdateTracker by default for now, because it generates a lot... | DRC | 2011-08-17 | 1 | -1/+1 |
* | Further optimizations to the Tight encoder to eliminate getImage() overhead. ... | DRC | 2011-08-17 | 23 | -273/+460 |
* | Ported encoding optimizations from TurboVNC. The changes to the Tight parame... | DRC | 2011-08-11 | 9 | -233/+637 |
* | Update the fl_update_clipboard function, so that it matches the latest | Peter Åstrand | 2011-08-11 | 1 | -3/+4 |
* | Merge further fixes to Zlib encoder from 1.1 branch | DRC | 2011-08-09 | 3 | -11/+35 |
* | Revert r4498 and fix #3305357 properly. The issue was two-fold: (1) the com... | DRC | 2011-08-09 | 2 | -10/+16 |
* | Apply our FLTK extensions | DRC | 2011-07-28 | 26 | -770/+1985 |
* | Include a stripped-down version of FLTK in tree and add a USE_INCLUDED_FLTK o... | DRC | 2011-07-28 | 426 | -0/+146166 |
* | Make it possible to query a PixelTransformer for the formats it is converting | Pierre Ossman | 2011-07-15 | 2 | -0/+26 |
* | Remove unused autotools build system | DRC | 2011-06-24 | 8 | -159/+0 |
* | Do not run libtool_create_control_file() on Windows. Windows does not like it. | DRC | 2011-06-24 | 4 | -4/+12 |
* | Detect and enable PAM authentication support | DRC | 2011-06-22 | 1 | -0/+6 |
* | Fix 3305357 (Enabling custom compression level on client crashes server) | DRC | 2011-06-18 | 1 | -6/+8 |
* | Building the Xvnc server requires libtool control files of rdr, rfb, | Henrik Andersson | 2011-06-09 | 4 | -0/+8 |
* | Accidentally calculated the pointer offset twice, resulting in segfaults. | Pierre Ossman | 2011-06-08 | 1 | -1/+2 |
* | Make sure we have a list of the multimedia keysyms defined by Xfree86. | Pierre Ossman | 2011-05-20 | 2 | -2/+234 |
* | Add a default constructor so that you can create empty Security objects. | Pierre Ossman | 2011-05-16 | 2 | -0/+5 |
* | Remove old declaration that never actually maps to an object. | Pierre Ossman | 2011-05-16 | 1 | -1/+0 |
* | [Security] vncviewer can send password without proper validation of X.509 certs | Adam Tkac | 2011-05-10 | 1 | -2/+9 |
* | Added additional check to only link against ws2_32 library | Henrik Andersson | 2011-03-09 | 1 | -1/+4 |
* | Forgot to add the new PixelTransformer class to the autotools system. | Pierre Ossman | 2011-03-08 | 1 | -7/+7 |
* | Split out the pixel format conversion magic to its own class and make | Pierre Ossman | 2011-03-08 | 6 | -233/+427 |
* | The Windows specific include path should only be used on Windows. | Pierre Ossman | 2011-03-08 | 1 | -1/+2 |
* | Make sure Windows specific code is only included in Windows builds. | Pierre Ossman | 2011-03-08 | 1 | -1/+4 |
* | We don't need to special case Windows anymore now since we have proper | Pierre Ossman | 2011-03-08 | 1 | -5/+1 |
* | Fix up typo that's been copied around in several places. | Pierre Ossman | 2011-03-08 | 1 | -1/+1 |
* | Windows actually has socklen_t, it's just that it is in a special header. | Pierre Ossman | 2011-03-08 | 2 | -0/+2 |
* | Look for libjpeg in a more proper manner and don't just assume it's in a | Pierre Ossman | 2011-03-03 | 1 | -2/+2 |
* | Use the system copy of zlib by default, like we do with autotools. | Pierre Ossman | 2011-03-03 | 2 | -3/+9 |
* | We're trying to use CMake for every arch, so make sure the Windows specific | Pierre Ossman | 2011-03-03 | 1 | -1/+5 |