summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Work around issue in CMake 2.6DRC2010-10-271-1/+1
* Unix LFDRC2010-10-272-46/+46
* Fix 'make dist'DRC2010-10-279-18/+28
* Remove unneeded fileDRC2010-10-271-319/+0
* CMake build system for WindowsDRC2010-10-2742-92/+1030
* Oops. Need to include SecurityServer.hDRC2010-10-271-0/+1
* Avoid conflict with Visual C++ abs() intrinsicDRC2010-10-271-2/+2
* Upgrade included zlib to 1.2.5 (the main purpose of this was to get a clean b...DRC2010-10-2635-3935/+8276
* Add unit tests from libjpeg-turboDRC2010-10-2515-1/+1652
* Add license and other supporting documentation from libjpeg-turboDRC2010-10-255-5/+775
* Converting a integer shift to a byte offset of course depends on endiannessPierre Ossman2010-10-131-6/+18
* Updated Swedish translation. Peter Åstrand2010-10-111-4/+37
* Updated template for translations (executed make tigervnc.pot-update). Peter Åstrand2010-10-111-2/+35
* Previous fix for statically linking against GnuTLS on OS X broke the build on...DRC2010-10-012-0/+8
* Support linking statically with GnuTLS on OS XDRC2010-10-013-2/+25
* Add GNUTLS_CFLAGS and GNUTLS_LDFLAGS to allow GnuTLS compile/link arguments t...DRC2010-10-011-7/+21
* [Development] Move Get{C,S}Security from Security class to separate classes.Adam Tkac2010-10-0116-128/+270
* "OS/X" = "OS X"DRC2010-09-301-5/+5
* [Cleanup] Remove obsolete comment in Security class.Adam Tkac2010-09-301-4/+0
* Use proper methods for pixel conversion in the cursor code as it previouslyPierre Ossman2010-09-301-6/+3
* The tight decoder is really working on pixel buffers, not Pixel arrays. ThisPierre Ossman2010-09-301-21/+18
* Revert commit 3784 as it was incorrect. A "Pixel" is always expected to be inPierre Ossman2010-09-302-10/+1
* Hide the GNUTLS options in vncviewer when support isn't present.Pierre Ossman2010-09-302-10/+23
* OS X has the PAM library, but only 10.6 has the headers, so check for those. ...DRC2010-09-301-2/+4
* Sync with libjpeg-turbo 1.0.1DRC2010-09-302-3/+8
* Support building with older versions of gnutls; Fix gnutls detection when bui...DRC2010-09-303-2/+14
* Attempt to link statically with gnutls if -static is specified, so that Xvnc ...DRC2010-09-301-0/+16
* Add ifdef:s around TLS specific code in Unix vncviewer.Pierre Ossman2010-09-291-0/+4
* [Bugfix] Include rfb/Security.h in the source tarball.Adam Tkac2010-09-201-3/+3
* [Development] Add code which process new GUI-exposed security options.Adam Tkac2010-09-152-2/+167
* [Development] Expose encryption and authentication params in the "Options" wi...Adam Tkac2010-09-151-2/+84
* [Development] Add -dridir parameter to Xvnc to specify DRI drivers directory ...Adam Tkac2010-09-151-0/+121
* [Development] When building X.Org 7.5, use xserver 1.8.X to reduce number of DLLAdam Tkac2010-09-153-62/+4
* [Development] build-xorg: apply patches from xorg-7.5-patches directory only.Adam Tkac2010-09-151-2/+3
* [Development] Apply some downstream patches to get Xvnc build via build-xorg ...Adam Tkac2010-09-153-0/+107
* [Development] build-xorg: don't build hardware specific DRI drivers.Adam Tkac2010-09-151-1/+1
* [Development] build-xorg: don't build X11 documentation.Adam Tkac2010-09-151-1/+1
* [Development] Update X.Org 7.5 packages to the latest releases.Adam Tkac2010-09-151-16/+16
* [Development] Handle .tar.gz Mesa archives in build-xorg script correctly.Adam Tkac2010-09-151-1/+6
* [Development] Improve download-xorg-7.5 script to work with .tar.gz archives.Adam Tkac2010-09-151-1/+4
* [Bugfix] Fix vncconfig.exe compilation (broken since r4123).Adam Tkac2010-09-151-3/+3
* [Development] Add missing PAM sources (fixes commit r4128).Adam Tkac2010-09-074-0/+221
* [Development] Add more --disable- flags to Xorg's configure to compile Xvnc o...Adam Tkac2010-09-021-1/+1
* [Development] Compile Xvnc parallely, if possible.Adam Tkac2010-09-021-0/+4
* [Development] Implement *Plain security types on the server side and useAdam Tkac2010-09-025-34/+63
* [Development] Implement *Plain types on the client side.Adam Tkac2010-09-024-3/+89
* [Bugfix] Set pvfb->pixelFormatDefined only if format is defined.Adam Tkac2010-08-271-2/+2
* [Bugfix] Properly report transport errors to GNUTLS.Adam Tkac2010-08-252-9/+23
* [Bugfix] Xvnc: define 32bit pixel format correctly when enabled.Adam Tkac2010-08-251-5/+14
* [Development] Set default security types as follows:Adam Tkac2010-08-121-2/+12