summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [Bugfix] Fix wrong if() in the ScaledPixelBuffer::setSourceBuffer().Adam Tkac2011-02-141-1/+1
* Fix MinGW build breakageDRC2011-02-101-1/+1
* [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-093-0/+23
* [Development] os: add gnutls_x509_crt_print() implementation, older systemsAdam Tkac2011-02-095-13/+258
* [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
* Oops. Checked in some debugging code.DRC2011-02-091-1/+0
* Allow GnuTLS to use in-tree version of zlib when static linkingDRC2011-02-091-0/+4
* Oops. Need to wait until after gnutls.h is included before checking the valu...DRC2011-02-091-11/+10
* Attempt to restore compatibility with older GnuTLS versionsDRC2011-02-081-2/+15
* Remove old Visual C++ project files (use CMake to build with Visual C++)DRC2011-02-086-1744/+0
* libjpeg-turbo produces about the same image quality with the fast integer DCT...DRC2011-02-081-0/+2
* [Bugfix] Use bitwise NOT instead of logical NOT when working withAdam Tkac2011-02-071-2/+2
* [Bugfix] Print empty string by default when paths for X.509 certs don't exist.Adam Tkac2011-02-071-2/+4
* [Development] os: introduce new function called "fileexists"Adam Tkac2011-02-072-0/+19
* [Bugfix] Append ".pem" suffix to saved certificates.Adam Tkac2011-02-071-6/+6
* [Development] Rename function "gethomedir" to "getvnchomedir" and rewrite it inAdam Tkac2011-02-073-26/+21
* Clarify that the SIMD C wrappers and headers fall under the same license as t...DRC2011-02-026-0/+6
* [Development] Add Security::ToString methodAdam Tkac2011-02-012-0/+27
* [Development] Allow to set security types directly in the Security classAdam Tkac2011-02-011-0/+2
* [Development] Add possibility to build Windows programs with GNUTLS via cmake.Adam Tkac2011-01-192-3/+24
* [Bugfix] CSecurityTLS.cxx: include os/print.h to get correct snprintf definit...Adam Tkac2011-01-191-0/+1
* [Bugfix] Don't include unistd.h and don't call access() on Windows.Adam Tkac2011-01-191-0/+7
* [Bugfix] Use free() instead of gnutls_free() on Windows.Adam Tkac2011-01-191-0/+18
* Further protect against bad Huffman codesDRC2011-01-041-1/+1
* Add extra check for bad copy rects and try to handle it gracefully instead ofPierre Ossman2010-12-211-8/+31
* [Development] Add "Security" options dialog for Windows viewer.Adam Tkac2010-12-081-2/+2
* [Bugfix] Improve fix for #3112731.Adam Tkac2010-12-011-1/+1
* [Development] Implement gethomedir() function on Windows.Adam Tkac2010-11-252-8/+32
* [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