summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Always exit Xvnc whenever the user exits the window manager, and provide a -f...DRC2011-03-032-2/+20
* Look for libjpeg in a more proper manner and don't just assume it's in aPierre Ossman2011-03-032-2/+5
* Use the system copy of zlib by default, like we do with autotools.Pierre Ossman2011-03-033-3/+17
* We're trying to use CMake for every arch, so make sure the Windows specificPierre Ossman2011-03-031-1/+5
* Make sure configure aborts if libjpeg isn't found.Pierre Ossman2011-03-021-1/+1
* Remove the included libjpeg-turbo from the tree and rely completely on onePierre Ossman2011-03-02180-61039/+3
* Provide a simple helper class for basic colour map usage.Pierre Ossman2011-03-021-0/+16
* Catch when no host was specified a bit more gracefully.Pierre Ossman2011-03-021-0/+2
* Make it easier to read string parameters by providing an implicit conversionPierre Ossman2011-03-022-0/+5
* [Bugfix] Visual Studio needs stddef.h include to get size_t definition.Adam Tkac2011-02-211-0/+1
* Use VncAuth as the default security type, since TLS causes a significant perf...DRC2011-02-211-1/+1
* Using a fixed port range with -via can cause a race condition between multipl...DRC2011-02-211-10/+11
* [Bugfix] Improve r4300 - also honor server's sectype order for VeNCrypt subty...Adam Tkac2011-02-211-5/+5
* Make the VeNCrypt security type implicitDRC2011-02-213-2/+5
* [Bugfix] Honor server security type order instead of client's when negotiatin...Adam Tkac2011-02-211-14/+13
* [Bugfix] rfb_win32: DeviceContext::getPF didn't return correct pixel format.Adam Tkac2011-02-211-1/+6
* [Bugfix] Remove "unused-but-set" variable from tightDecode.h.Adam Tkac2011-02-211-2/+1
* [Doc] Update German translations, thanks to Martin Koegler.Adam Tkac2011-02-211-18/+14
* Add copyrights to translation files.Adam Tkac2011-02-217-0/+7
* [Bugfix] Register GNUTLS debug routines only when we actually need them.Adam Tkac2011-02-183-17/+13
* Merge from libjpeg-turbo 1.0.2, including fixes for errors in generation of g...DRC2011-02-188-61/+100
* Distribute Xorg 7.4 patchesDRC2011-02-171-1/+2
* Install OpenGL software renderer when doing 'make xserver-install'DRC2011-02-161-0/+4
* Allow an initial set of Xorg configure flags to be set in the environment (fo...DRC2011-02-161-1/+1
* Add -dridir and -xkbcompdir parameters to Xvnc when it is built with the Xorg...DRC2011-02-163-4/+134
* [Bugfix] Fix wrong if() in the ScaledPixelBuffer::setSourceBuffer().Adam Tkac2011-02-141-1/+1
* Distribute BUILDING.txt in its new locationDRC2011-02-101-1/+1
* Minor tweaks (capitalization, etc.)DRC2011-02-101-7/+7
* Move BUILDING.txt to the top of the tree, since it contains general build ins...DRC2011-02-101-0/+0
* Further documentation regarding building with GnuTLSDRC2011-02-101-34/+84
* Include version number in package namesDRC2011-02-103-6/+8
* Clean up the way build-xorg handles GnuTLS. It should now work the same way ...DRC2011-02-108-27/+53
* Fix MinGW build breakageDRC2011-02-105-7/+15
* TurboVNC=TigerVNCDRC2011-02-101-1/+1
* [Bugfix] Regenerate i18n files.Adam Tkac2011-02-097-24/+219
* [Bugfix] Fix Windows build, recently added GNUTLS compat code broke it.Adam Tkac2011-02-092-5/+6
* [Bugfix] Improve compatibility with ancient GNUTLS implementations even more.Adam Tkac2011-02-094-1/+26
* [Development] os: add gnutls_x509_crt_print() implementation, older systemsAdam Tkac2011-02-096-13/+264
* [Bugfix] client: improve server certificate verification code.Adam Tkac2011-02-091-119/+162
* [Bugfix] Call gnutls_bye only when handshake is completed.Adam Tkac2011-02-092-6/+6
* Add mechanism for creating binary tarballsDRC2011-02-094-0/+59
* Add install and uninstall targets for XvncDRC2011-02-091-0/+23
* Oops. Checked in some debugging code.DRC2011-02-091-1/+0
* Port -list feature and -kill robustifications from TurboVNC 1.0DRC2011-02-091-3/+53
* Use "TigerVNC" as the Mac package name rather than "tigervnc"DRC2011-02-092-3/+3
* WordsmithingDRC2011-02-091-7/+14
* automake is apparently too brain-dead to include its own macros when you do '...DRC2011-02-091-1/+1
* Allow GnuTLS to use in-tree version of zlib when static linkingDRC2011-02-092-2/+6
* Oops. Need to wait until after gnutls.h is included before checking the valu...DRC2011-02-091-11/+10
* Modify Mac packaging to accommodate VeNCrypt-enabled builds or other customiz...DRC2011-02-094-56/+81