aboutsummaryrefslogtreecommitdiffstats
path: root/tests/utility (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-11-21Boost/C++11 shared pointers.Vincent Richard4-261/+24
2013-11-15Use "std::map" instead of "propertySet" in url class.Vincent Richard1-12/+15
2013-06-24Added support for SIZE SMTP extension (RFC-1870).Vincent Richard3-8/+30
2013-04-16Added filtered output stream to transform LFs to CRLFs.Vincent Richard1-0/+40
2013-03-08Refactored unit tests.Vincent Richard14-211/+223
2013-02-20Fixed SMTP dot stuffing at the beginning of content.Vincent Richard1-0/+6
2013-02-15Unit tests for seekableInputStreamRegionAdapter.Vincent Richard1-0/+162
2013-02-14Unit tests for output stream adapters.Vincent Richard3-0/+266
2013-01-10Updated copyright year and maintainer email address.Vincent Richard8-8/+8
2012-04-05Added tests for Quoted-Printable encoding.Vincent Richard1-0/+31
2010-10-12Encode quotation marks in QP/RFC-2047.Vincent Richard1-1/+36
2010-01-20Fixed bug #2933667: CRLF filter broken.Vincent Richard1-0/+1
2009-12-01Added option to return ISO week-numbering instead of default calendar-numbering.Vincent Richard1-4/+5
2009-09-06Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard8-16/+16
2008-10-12New namespace for encoders.Vincent Richard1-0/+290
2008-10-12Fixed compilation warnings.Vincent Richard3-6/+6
2008-01-04Changed copyright year to 2008.Vincent Richard7-7/+7
2007-08-30Added function to unquote strings.Vincent Richard1-0/+10
2007-05-21Fixed bug #1656547: segfault in urlUtils::decode() if the string ends with '%'.Vincent Richard1-1/+10
2007-01-01Changed copyright year to 2007.Vincent Richard7-7/+7
2006-04-24Week of year calculation.Vincent Richard1-0/+37
2006-03-29Refactored and cleaned up smart pointers.Vincent Richard1-23/+10
2006-02-12Added unit tests for datetimeUtils + renamed functions.Vincent Richard1-0/+128
2006-02-05Changed copyright year to 2006.Vincent Richard6-6/+6
2006-01-31Fixed encoding of reserved/unsafe chars.Vincent Richard1-0/+35
2006-01-09Allow '@' in the username part of an URL.Vincent Richard1-0/+12
2005-09-17Updated FSF address.Vincent Richard6-18/+42
2005-09-06New namespace for message digest algorithms.Vincent Richard1-98/+0
2005-09-02Throw exception in debug mode when thisRef()/thisWeakRef() is called from ↵Vincent Richard1-0/+13
the object's constructor.
2005-08-25Moved to CppUnit for unit tests framework.Vincent Richard7-1184/+1078
2005-07-24Removed implicit conversion to T* for smart pointers.Vincent Richard1-3/+0
2005-07-21Added tests for smart pointer comparison.Vincent Richard1-0/+25
2005-07-18Added simple test for STL containers.Vincent Richard1-0/+41
2005-07-17Added unit tests for smart pointer.Vincent Richard1-0/+195
2005-06-16Added 'inputStreamSocketAdapter' and 'stopSequenceFilteredInputStream'.Vincent Richard1-0/+124
2005-06-15Added dotFilteredInputStream + fixed CRLFToLFFilteredOutputStream + added ↵Vincent Richard1-0/+166
unit tests.
2005-04-28Added parameter support to 'utility::url'.Vincent Richard1-1/+46
2005-04-18Fixed getLocaleCharset() in Windows platform handler, when MLang is not present.Vincent Richard1-0/+209
2005-03-18Updated VMime website URL.Vincent Richard4-4/+4
2005-01-03Changed year to 2005 in copyright header.Vincent Richard4-4/+4
2005-01-02Added 'utility::datetimeUtils' + fixed 'stringUtils' not in namespace 'utility'.Vincent Richard1-33/+36
2005-01-02Fixed compilation warnings.Vincent Richard1-16/+16
2005-01-02Added unit tests for 'utility::path'.Vincent Richard1-0/+317
2005-01-01Added unit tests for 'utility::stringProxy' and 'utility::stringUtils'.Vincent Richard2-0/+335
2005-01-01Converted all C-style casts to C++-style casts + added unit test for ↵Vincent Richard1-0/+112
utility::md5.