aboutsummaryrefslogtreecommitdiffstats
path: root/tests/utility (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Boost/C++11 shared pointers.Vincent Richard2013-11-214-261/+24
|
* Use "std::map" instead of "propertySet" in url class.Vincent Richard2013-11-151-12/+15
|
* Added support for SIZE SMTP extension (RFC-1870).Vincent Richard2013-06-243-8/+30
|
* Added filtered output stream to transform LFs to CRLFs.Vincent Richard2013-04-161-0/+40
|
* Refactored unit tests.Vincent Richard2013-03-0814-211/+223
|
* Fixed SMTP dot stuffing at the beginning of content.Vincent Richard2013-02-201-0/+6
|
* Unit tests for seekableInputStreamRegionAdapter.Vincent Richard2013-02-151-0/+162
|
* Unit tests for output stream adapters.Vincent Richard2013-02-143-0/+266
|
* Updated copyright year and maintainer email address.Vincent Richard2013-01-108-8/+8
|
* Added tests for Quoted-Printable encoding.Vincent Richard2012-04-051-0/+31
|
* Encode quotation marks in QP/RFC-2047.Vincent Richard2010-10-121-1/+36
|
* Fixed bug #2933667: CRLF filter broken.Vincent Richard2010-01-201-0/+1
|
* Added option to return ISO week-numbering instead of default calendar-numbering.Vincent Richard2009-12-011-4/+5
|
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-068-16/+16
|
* New namespace for encoders.Vincent Richard2008-10-121-0/+290
|
* Fixed compilation warnings.Vincent Richard2008-10-123-6/+6
|
* Changed copyright year to 2008.Vincent Richard2008-01-047-7/+7
|
* Added function to unquote strings.Vincent Richard2007-08-301-0/+10
|
* Fixed bug #1656547: segfault in urlUtils::decode() if the string ends with '%'.Vincent Richard2007-05-211-1/+10
|
* Changed copyright year to 2007.Vincent Richard2007-01-017-7/+7
|
* Week of year calculation.Vincent Richard2006-04-241-0/+37
|
* Refactored and cleaned up smart pointers.Vincent Richard2006-03-291-23/+10
|
* Added unit tests for datetimeUtils + renamed functions.Vincent Richard2006-02-121-0/+128
|
* Changed copyright year to 2006.Vincent Richard2006-02-056-6/+6
|
* Fixed encoding of reserved/unsafe chars.Vincent Richard2006-01-311-0/+35
|
* Allow '@' in the username part of an URL.Vincent Richard2006-01-091-0/+12
|
* Updated FSF address.Vincent Richard2005-09-176-18/+42
|
* New namespace for message digest algorithms.Vincent Richard2005-09-061-98/+0
|
* Throw exception in debug mode when thisRef()/thisWeakRef() is called from ↵Vincent Richard2005-09-021-0/+13
| | | | the object's constructor.
* Moved to CppUnit for unit tests framework.Vincent Richard2005-08-257-1184/+1078
|
* Removed implicit conversion to T* for smart pointers.Vincent Richard2005-07-241-3/+0
|
* Added tests for smart pointer comparison.Vincent Richard2005-07-211-0/+25
|
* Added simple test for STL containers.Vincent Richard2005-07-181-0/+41
|
* Added unit tests for smart pointer.Vincent Richard2005-07-171-0/+195
|
* Added 'inputStreamSocketAdapter' and 'stopSequenceFilteredInputStream'.Vincent Richard2005-06-161-0/+124
|
* Added dotFilteredInputStream + fixed CRLFToLFFilteredOutputStream + added ↵Vincent Richard2005-06-151-0/+166
| | | | unit tests.
* Added parameter support to 'utility::url'.Vincent Richard2005-04-281-1/+46
|
* Fixed getLocaleCharset() in Windows platform handler, when MLang is not present.Vincent Richard2005-04-181-0/+209
|
* Updated VMime website URL.Vincent Richard2005-03-184-4/+4
|
* Changed year to 2005 in copyright header.Vincent Richard2005-01-034-4/+4
|
* Added 'utility::datetimeUtils' + fixed 'stringUtils' not in namespace 'utility'.Vincent Richard2005-01-021-33/+36
|
* Fixed compilation warnings.Vincent Richard2005-01-021-16/+16
|
* Added unit tests for 'utility::path'.Vincent Richard2005-01-021-0/+317
|
* Added unit tests for 'utility::stringProxy' and 'utility::stringUtils'.Vincent Richard2005-01-012-0/+335
|
* Converted all C-style casts to C++-style casts + added unit test for ↵Vincent Richard2005-01-011-0/+112
utility::md5.