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