summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-04-04Modernize code to use C++11 shared_ptr instead of Boost'sTobias Markmann
2016-03-31Convert tabs to 4 spaces for all source filesTobias Markmann
2016-03-30Apply consistent #include grouping and sorting styleTobias Markmann
2015-06-08Add missing SWIFTEN_API annotations to public Swiften APITobias Markmann
2014-12-15Update Copyright in SwiftenKevin Smith
2013-08-31Move newline handling for Base64 to VCard parser. IBB's Base64 won't have new...Tobias Markmann
2013-08-31Fix Qt warnings in avatar loading and add multi-line support to Base64 decoder.Tobias Markmann
2013-04-27Removing third-party hash implementations.Remko Tronçon
2013-04-26Replace third-party Base64 by our own algorithm.Remko Tronçon
2013-04-18Implemented different hexify.Remko Tronçon
2013-04-18Replacing Base64 by LibTomCrypt implementation.Remko Tronçon
2013-03-04Qt5 support & warning fixes.Remko Tronçon
2012-12-30Enable & fix pedantic CLang warnings.Remko Tronçon
2012-10-03Include SafeByteArray in file that uses itKevin Smith
2012-09-17Support for building swiften as a DLLRemko Tronçon
2012-07-17Only acquire crypt context once on Windows.Remko Tronçon
2012-07-14Initial DLL support for Swiften.Remko Tronçon
2012-02-28Make Swift more usable in a FIPS-140 environmentKevin Smith
2011-09-25Google Summer of Code 2011 Project: Adding support for Jingle File Transfers ...Tobias Markmann
2011-08-12Added missing include.Remko Tronçon
2011-08-12Added HMAC-SHA256.Remko Tronçon
2011-08-12Don't hard-code HMAC block size.Remko Tronçon
2011-08-12Added SHA256.Remko Tronçon
2011-08-12Refactored stringcodec functions to make them independent of hash algos.Remko Tronçon
2011-06-13Added CppCheck script.Remko Tronçon
2011-06-03Limit the use of the SafeString type.Remko Tronçon
2011-05-25Change include order so clang doesn't complain anymore.Tobias Markmann
2011-05-18Introduce safe containers for storing passwords.Remko Tronçon
2011-05-05Replace ByteArray by typedef.Remko Tronçon
2011-05-02Add a generic erase() algorithm.Remko Tronçon
2011-04-30Replace #icnlude "" by #include <> in Swiften.Remko Tronçon
2011-04-18Fixed tests on windows.Remko Tronçon
2011-04-18Make SHA1 stateful.Remko Tronçon
2011-03-12Added optimized version of HMACSHA1 as comment.Remko Tronçon
2011-03-12Simplified HMAC-SHA1 a bit.Remko Tronçon
2011-02-14Removed Swift::String.Remko Tronçon
2010-12-30Show certificate fingerprint in 'Trust certificate' dialog.Remko Tronçon
2010-10-26Fix compliation problems with CLang.Remko Tronçon
2010-06-09Enabled & fixed some more C++ warnings.Remko Tronçon
2010-04-08Fix bug in copyrighter script that handled MD5 copyright incorrectly.Remko Tronçon
2010-04-08Added copyrights to Swiften.Kevin Smith
2010-03-28Moving submodule contents back.Remko Tronçon
2010-03-28Removing submodules.Remko Tronçon
2010-03-28Moved Swiften to a separate module.Remko Tronçon
2009-11-27Added MD5 hashing algorithm.Remko Tronçon
2009-11-21Added PBKDF2 encoding.Remko Tronçon
2009-11-19Added missing files of previous commit.Remko Tronçon
2009-09-30Added SHA-1 and Base64 tests for empty input data.Remko Tronçon
2009-08-22Fix expanded tab characters.Remko Tronçon
2009-08-16Remove autoconf/make files.Remko Tronçon