aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* [Bugfix] Don't operate on erased iterator (ID 3112731).Adam Tkac2010-11-221-2/+3
* [Development] Remove support for the "Tight" security type from C++ code.Adam Tkac2010-11-1810-604/+3
* [Development] client: Add dialog window to accept/save invalid X509Adam Tkac2010-11-185-8/+137
* [Development] Add generic UserMsgBox class. (Guillaume Destuynder)Adam Tkac2010-11-182-3/+43
* [Development] Allow changing the default value of string parameters. (Martin ...Adam Tkac2010-11-112-0/+7
* [Development] Implement PasswordValidator class on Windows (Martin Koegler)Adam Tkac2010-11-025-0/+98
* [Bugfix] Pass correct include path (-I) to nasm.Adam Tkac2010-11-021-2/+2
* [Bugfix] Add missing common/jpeg/win/jsimdcfg.inc file.Adam Tkac2010-11-021-0/+69
* [Bugfix] Don't compile gethomedir function on WIN32Adam Tkac2010-10-291-0/+3
* [Development] Introduce gethomedir() function to retrieve home directory path.Adam Tkac2010-10-294-3/+104
* Fix 'make dist'DRC2010-10-272-4/+6
* Remove unneeded fileDRC2010-10-271-319/+0
* CMake build system for WindowsDRC2010-10-2718-4/+330
* 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
* [Development] Move Get{C,S}Security from Security class to separate classes.Adam Tkac2010-10-0115-127/+269
* [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
* 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-302-0/+8
* [Bugfix] Include rfb/Security.h in the source tarball.Adam Tkac2010-09-201-3/+3
* [Development] Add missing PAM sources (fixes commit r4128).Adam Tkac2010-09-074-0/+221
* [Development] Implement *Plain security types on the server side and useAdam Tkac2010-09-024-34/+57
* [Development] Implement *Plain types on the client side.Adam Tkac2010-09-024-3/+89
* [Bugfix] Properly report transport errors to GNUTLS.Adam Tkac2010-08-252-9/+23
* [Development] Set default security types as follows:Adam Tkac2010-08-121-2/+12
* [Development] Extend Security class to allow different default sectypes for s...Adam Tkac2010-08-124-8/+25
* [Bugfix] Return also "standard" security types (except VeNCrypt type) asAdam Tkac2010-08-121-1/+1
* [Bugfix] Check return codes from gnutls library every time.Adam Tkac2010-08-112-10/+25
* [Cleanup] Ensure all files use LF as newline control character, not CR+LF.Adam Tkac2010-08-119-797/+797
* Fix typo in SIMD dispatch routines which was causing 4:2:0 upsampling to be u...DRC2010-08-072-2/+2
* Sync with libjpeg-turbo 1.0.1DRC2010-08-031-1/+1
* Fix build with YASMDRC2010-08-032-2/+2
* Handle erroneous Huffman codesDRC2010-08-032-2/+4
* [Bugfix] Extend encoding range checks to handle negative encodings well.Adam Tkac2010-07-212-3/+3
* [Development] Rename CSecurityTLSBase class to CSecurityTLS.Adam Tkac2010-07-214-22/+22
* [Development] Merge CSecurityTLS and CSecurityX509 classes into CSecurityTLSB...Adam Tkac2010-07-218-336/+137
* [Development] Rename SSecurityTLSBase source/class to SSecurityTLS.Adam Tkac2010-07-214-21/+21
* [Cleanup] Merge SSecurityTLS and SSecurityX509 classes into SSecurityTLSBase ...Adam Tkac2010-07-218-317/+115
* [Development] Implement VeNCrypt X509 subtypes on the client side.Adam Tkac2010-07-214-2/+195
* [Development] Implement X509 VeNCrypt subtypes on the server side.Adam Tkac2010-07-216-14/+158
* [Bugfix] Add "#error" directives to client-side TLS sources to avoid wrong us...Adam Tkac2010-07-214-11/+12
* [Development] Create VeNCrypt security types in Security class.Adam Tkac2010-07-208-78/+28
* [Development] Use SecurityType also as configuration for VeNCrypt.Adam Tkac2010-07-203-111/+15
* [Development] Pass Security instance to {C,S}SecurityVeNCrypt.Adam Tkac2010-07-205-6/+8
* [Development] Add more debug logging into {C,S}SecurityVeNCrypt.Adam Tkac2010-07-202-0/+10