| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Always exit Xvnc whenever the user exits the window manager, and provide a -f... | DRC | 2011-03-03 | 2 | -2/+20 |
* | Look for libjpeg in a more proper manner and don't just assume it's in a | Pierre Ossman | 2011-03-03 | 2 | -2/+5 |
* | Use the system copy of zlib by default, like we do with autotools. | Pierre Ossman | 2011-03-03 | 3 | -3/+17 |
* | We're trying to use CMake for every arch, so make sure the Windows specific | Pierre Ossman | 2011-03-03 | 1 | -1/+5 |
* | Make sure configure aborts if libjpeg isn't found. | Pierre Ossman | 2011-03-02 | 1 | -1/+1 |
* | Remove the included libjpeg-turbo from the tree and rely completely on one | Pierre Ossman | 2011-03-02 | 180 | -61039/+3 |
* | 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 |
* | [Bugfix] Visual Studio needs stddef.h include to get size_t definition. | Adam Tkac | 2011-02-21 | 1 | -0/+1 |
* | 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] rfb_win32: DeviceContext::getPF didn't return correct pixel format. | Adam Tkac | 2011-02-21 | 1 | -1/+6 |
* | [Bugfix] Remove "unused-but-set" variable from tightDecode.h. | Adam Tkac | 2011-02-21 | 1 | -2/+1 |
* | [Doc] Update German translations, thanks to Martin Koegler. | Adam Tkac | 2011-02-21 | 1 | -18/+14 |
* | Add copyrights to translation files. | Adam Tkac | 2011-02-21 | 7 | -0/+7 |
* | [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 |
* | Distribute Xorg 7.4 patches | DRC | 2011-02-17 | 1 | -1/+2 |
* | Install OpenGL software renderer when doing 'make xserver-install' | DRC | 2011-02-16 | 1 | -0/+4 |
* | Allow an initial set of Xorg configure flags to be set in the environment (fo... | DRC | 2011-02-16 | 1 | -1/+1 |
* | Add -dridir and -xkbcompdir parameters to Xvnc when it is built with the Xorg... | DRC | 2011-02-16 | 3 | -4/+134 |
* | [Bugfix] Fix wrong if() in the ScaledPixelBuffer::setSourceBuffer(). | Adam Tkac | 2011-02-14 | 1 | -1/+1 |
* | Distribute BUILDING.txt in its new location | DRC | 2011-02-10 | 1 | -1/+1 |
* | Minor tweaks (capitalization, etc.) | DRC | 2011-02-10 | 1 | -7/+7 |
* | Move BUILDING.txt to the top of the tree, since it contains general build ins... | DRC | 2011-02-10 | 1 | -0/+0 |
* | Further documentation regarding building with GnuTLS | DRC | 2011-02-10 | 1 | -34/+84 |
* | Include version number in package names | DRC | 2011-02-10 | 3 | -6/+8 |
* | Clean up the way build-xorg handles GnuTLS. It should now work the same way ... | DRC | 2011-02-10 | 8 | -27/+53 |
* | Fix MinGW build breakage | DRC | 2011-02-10 | 5 | -7/+15 |
* | TurboVNC=TigerVNC | DRC | 2011-02-10 | 1 | -1/+1 |
* | [Bugfix] Regenerate i18n files. | Adam Tkac | 2011-02-09 | 7 | -24/+219 |
* | [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 | 4 | -1/+26 |
* | [Development] os: add gnutls_x509_crt_print() implementation, older systems | Adam Tkac | 2011-02-09 | 6 | -13/+264 |
* | [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 |
* | Add mechanism for creating binary tarballs | DRC | 2011-02-09 | 4 | -0/+59 |
* | Add install and uninstall targets for Xvnc | DRC | 2011-02-09 | 1 | -0/+23 |
* | Oops. Checked in some debugging code. | DRC | 2011-02-09 | 1 | -1/+0 |
* | Port -list feature and -kill robustifications from TurboVNC 1.0 | DRC | 2011-02-09 | 1 | -3/+53 |
* | Use "TigerVNC" as the Mac package name rather than "tigervnc" | DRC | 2011-02-09 | 2 | -3/+3 |
* | Wordsmithing | DRC | 2011-02-09 | 1 | -7/+14 |
* | automake is apparently too brain-dead to include its own macros when you do '... | DRC | 2011-02-09 | 1 | -1/+1 |
* | Allow GnuTLS to use in-tree version of zlib when static linking | DRC | 2011-02-09 | 2 | -2/+6 |
* | Oops. Need to wait until after gnutls.h is included before checking the valu... | DRC | 2011-02-09 | 1 | -11/+10 |
* | Modify Mac packaging to accommodate VeNCrypt-enabled builds or other customiz... | DRC | 2011-02-09 | 4 | -56/+81 |