aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* [Bugfix] Declare d3des.h functions inside `extern "C" {}` block.Adam Tkac2010-06-241-0/+8
* [Bugfix] Re-add zlib.dsp file which was accidentally removed in r4026.Adam Tkac2010-06-241-0/+217
* Sync with libjpeg-turbo 1.0.0DRC2010-06-221-2/+3
* Not necessary to include windows.h if winsock2.h is already included. If bot...DRC2010-05-201-1/+0
* #define TJ_411 for backward compatibilityDRC2010-05-171-0/+2
* FreeBSD sometimes sets host_cpu to amd64 on 64-bit systems. Handle this case...DRC2010-05-172-2/+2
* [Bugfix] Use AC_CHECK_LIB instead of pkgconfig, it is not available on OS X.Adam Tkac2010-05-132-2/+2
* [Bugfix] Add GNUTLS_{CFLAGS,LIBS} to librdr_la_{CPPFLAGS,LIBADD} to fixAdam Tkac2010-05-031-2/+2
* [Bugfix] Compile VeNCrypt extension only when gnutls is enabled and available.Adam Tkac2010-04-2810-20/+67
* SIMD should now work on 64-bit WindowsDRC2010-04-238-28/+41
* Use correct filenames in headersDRC2010-04-2317-17/+17
* [Development] Implement VeNCrypt type support on client side. Currently onlyAdam Tkac2010-04-2316-30/+741
* [Development] Implement VeNCrypt security type on server side. Currently onlyAdam Tkac2010-04-2313-7/+967
* [Development] Implement secure TLS streams.Adam Tkac2010-04-239-3/+436
* [Development] Use enhanced Security class by both UNIX and Windows viewers.Adam Tkac2010-04-233-17/+12
* [Development] Enhance Security class to be usable by viewer.Adam Tkac2010-04-233-5/+34
* [Development] Remove rfb/SSecurityFactoryStandard.h and rfb/SSecurityFactoryS...Adam Tkac2010-04-232-136/+0
* [Development] Replace SSecurityFactoryStandard class by simplier Security class.Adam Tkac2010-04-239-51/+30
* [Development] Implement Security class. This class will be used to createAdam Tkac2010-04-233-5/+93
* [Bugfix] Include Security.h instead of former secTypes.h in Security.cxx.Adam Tkac2010-04-231-1/+1
* [Development] Move all VncAuth code from SSecurityFactoryStandard class toAdam Tkac2010-04-234-64/+64
* Remove unneeded secTypeEncrypts() function.Adam Tkac2010-04-232-12/+0
* [Development] Define security types as rdr::U8 values.Adam Tkac2010-04-233-25/+26
* [Development] Rename common/rfb/secTypes.{h,cxx} to common/rfb/Security.{h,cxx}.Adam Tkac2010-04-239-8/+8
* [Development] Add possibility to define viewer/server specific parameters viaAdam Tkac2010-04-232-24/+79
* Fix out-of-tree build issue when using included zlibDRC2010-04-151-1/+1
* Remove unneeded parts of embedded zlib.Adam Tkac2010-04-1514-3601/+2
* 0.0.92DRC2010-04-131-1/+1
* Fix amd64 build on FreeBSDDRC2010-04-131-1/+8
* iFix VPATH and out-of-tree builds (again)DRC2010-04-111-1/+1
* Use libjpeg-turbo version marker to indicate which version this directory is ...DRC2010-03-211-1/+1
* Fix data corruption issues when decompressing large JPEG images and/or using ...DRC2010-03-211-1/+6
* Don't allow code path to be forced on a system that doesn't support itDRC2010-03-031-4/+4
* Merge other changes from libjpeg-turbo 0.0.90DRC2010-02-263-52/+37
* Make TJ_FORCE* work properlyDRC2010-02-263-8/+16
* [Expletive deleted] Windows is LLP64, not LP64DRC2010-02-2610-27/+29
* Exit with non-zero status if any error was encounteredDRC2010-02-221-14/+17
* Not that it matters at the moment, but Win64 can address up to 64 processorsDRC2010-02-221-2/+2
* This should make the codec work on Win64 (but doesn't for unknown reasons)DRC2010-02-2212-23/+81
* Fix data type so that it is compatible with Win64 as well.Pierre Ossman2010-02-181-1/+1
* The SIMD routines need some work before they will work on Win64, so disablePierre Ossman2010-02-181-2/+11
* Configure nasm properly for Win64.Pierre Ossman2010-02-181-1/+9
* Oops. Leftover bugs from the 64-bit port (cause seg fault when using JDCT_FL...DRC2010-02-183-3/+3
* Set default optimization to -xO5 when using Sun StudioDRC2010-02-161-0/+10
* Fix build on Sun StudioDRC2010-02-162-3/+2
* Set CFLAGS=CXXFLAGS=-O3 if the flags are not otherwise specified (this benefi...DRC2010-02-141-0/+11
* turbojpeg.h isn't part of the libjpeg.a sourceDRC2010-02-141-1/+1
* Fix VPATH and out-of-tree buildsDRC2010-02-143-8/+10
* It works on 2.56 as wellDRC2010-02-141-1/+1
* Do a generic check for inet_aton instead of just assuming that only Win32 hasPierre Ossman2010-02-121-2/+2