summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-04-23Avoid Swiften build failing when Qt is missing.Remko Tronçon
Resolves: #1076
2012-03-22Minor fixupKevin Smith
2012-03-22Manual certificate verification. Added two additional TLS errors related to ↵dreijer
revocation. License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php
2011-11-03Quick brush up after previous patch.Kevin Smith
Includes: Initial cleanup of SChannel code; compiling on non-Windows Be willing to compile Swift with SChannel Undo some (presumably accidental) OpenSSL changes Where TLS doesn't support finish messages (SChannel), don't try -PLUS
2010-11-11Avoid scons error when OpenSSL is not found.Remko Tronçon
2010-10-29Make Qt non-mandatory for global build.Remko Tronçon
2010-05-25Pick up build version from git tag (if present).Remko Tronçon
2010-03-28Fixed build.Remko Tronçon
2010-03-02Adding iPhone compilationKevin Smith
2009-11-27Use new versioning scheme.Remko Tronçon
Development builds are now X.Y.Z.date (Assuming we'll never have more than patch releases). The Swift version number has to be changed in Swift/SConscript (and only there), or can be passed via the command line as swift_version=myversion
2009-08-11Add Qt scons variable.Remko Tronçon
2009-08-11Make OpenSSL required for Swift.Remko Tronçon
2009-08-09Add SConscript files.Remko Tronçon