| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove the included libjpeg-turbo from the tree and rely completely on one | Pierre Ossman | 2011-03-02 | 178 | -61023/+1 |
* | Provide a simple helper class for basic colour map usage. | Pierre Ossman | 2011-03-02 | 1 | -0/+16 |
* | Catch when no host was specified a bit more gracefully. | Pierre Ossman | 2011-03-02 | 1 | -0/+2 |
* | Make it easier to read string parameters by providing an implicit conversion | Pierre Ossman | 2011-03-02 | 2 | -0/+5 |
* | Use VncAuth as the default security type, since TLS causes a significant perf... | DRC | 2011-02-21 | 1 | -1/+1 |
* | Using a fixed port range with -via can cause a race condition between multipl... | DRC | 2011-02-21 | 1 | -10/+11 |
* | [Bugfix] Improve r4300 - also honor server's sectype order for VeNCrypt subty... | Adam Tkac | 2011-02-21 | 1 | -5/+5 |
* | Make the VeNCrypt security type implicit | DRC | 2011-02-21 | 3 | -2/+5 |
* | [Bugfix] Honor server security type order instead of client's when negotiatin... | Adam Tkac | 2011-02-21 | 1 | -14/+13 |
* | [Bugfix] Remove "unused-but-set" variable from tightDecode.h. | Adam Tkac | 2011-02-21 | 1 | -2/+1 |
* | [Bugfix] Register GNUTLS debug routines only when we actually need them. | Adam Tkac | 2011-02-18 | 3 | -17/+13 |
* | Merge from libjpeg-turbo 1.0.2, including fixes for errors in generation of g... | DRC | 2011-02-18 | 8 | -61/+100 |
* | [Bugfix] Fix wrong if() in the ScaledPixelBuffer::setSourceBuffer(). | Adam Tkac | 2011-02-14 | 1 | -1/+1 |
* | Fix MinGW build breakage | DRC | 2011-02-10 | 1 | -1/+1 |
* | [Bugfix] Fix Windows build, recently added GNUTLS compat code broke it. | Adam Tkac | 2011-02-09 | 2 | -5/+6 |
* | [Bugfix] Improve compatibility with ancient GNUTLS implementations even more. | Adam Tkac | 2011-02-09 | 3 | -0/+23 |
* | [Development] os: add gnutls_x509_crt_print() implementation, older systems | Adam Tkac | 2011-02-09 | 5 | -13/+258 |
* | [Bugfix] client: improve server certificate verification code. | Adam Tkac | 2011-02-09 | 1 | -119/+162 |
* | [Bugfix] Call gnutls_bye only when handshake is completed. | Adam Tkac | 2011-02-09 | 2 | -6/+6 |
* | Oops. Checked in some debugging code. | DRC | 2011-02-09 | 1 | -1/+0 |
* | Allow GnuTLS to use in-tree version of zlib when static linking | DRC | 2011-02-09 | 1 | -0/+4 |
* | Oops. Need to wait until after gnutls.h is included before checking the valu... | DRC | 2011-02-09 | 1 | -11/+10 |
* | Attempt to restore compatibility with older GnuTLS versions | DRC | 2011-02-08 | 1 | -2/+15 |
* | Remove old Visual C++ project files (use CMake to build with Visual C++) | DRC | 2011-02-08 | 6 | -1744/+0 |
* | libjpeg-turbo produces about the same image quality with the fast integer DCT... | DRC | 2011-02-08 | 1 | -0/+2 |
* | [Bugfix] Use bitwise NOT instead of logical NOT when working with | Adam Tkac | 2011-02-07 | 1 | -2/+2 |