aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* Updated FSF address.Vincent Richard2005-09-1724-72/+168
* New namespace for message digest algorithms.Vincent Richard2005-09-065-102/+386
* Throw exception in debug mode when thisRef()/thisWeakRef() is called from the...Vincent Richard2005-09-021-0/+13
* XML output for test results.Vincent Richard2005-08-271-15/+178
* Unit tests for 'misc::importanceHelper'.Vincent Richard2005-08-261-0/+162
* Moved to CppUnit for unit tests framework.Vincent Richard2005-08-2549-9381/+2584
* Added test case for '?' in the middle of the encoded buffer.Vincent Richard2005-08-221-0/+4
* 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
* Reference counting and smart pointers.Vincent Richard2005-07-127-46/+53
* Fixed a bug in RFC-2231 implementation.Vincent Richard2005-06-211-1/+2
* Added unit tests.Vincent Richard2005-06-171-0/+15
* Added 'inputStreamSocketAdapter' and 'stopSequenceFilteredInputStream'.Vincent Richard2005-06-161-0/+124
* Added dotFilteredInputStream + fixed CRLFToLFFilteredOutputStream + added uni...Vincent Richard2005-06-151-0/+166
* Fixed a bug in word parsing.Vincent Richard2005-06-131-0/+6
* Added parameter support to 'utility::url'.Vincent Richard2005-04-281-1/+46
* Added unit tests for date comparison + fixed date comparison (again...).Vincent Richard2005-04-231-0/+37
* Fixed getLocaleCharset() in Windows platform handler, when MLang is not present.Vincent Richard2005-04-181-0/+209
* Added unit tests for 'datetime'.Vincent Richard2005-04-132-0/+115
* Added support for RFC-2231.Vincent Richard2005-04-121-0/+249
* Added new basic type 'messageIdSequence'.Vincent Richard2005-03-272-0/+179
* Basic support for MDN (RFC-3798).Vincent Richard2005-03-251-0/+119
* Basic support for 'Disposition' header field.Vincent Richard2005-03-231-0/+168
* Updated VMime website URL.Vincent Richard2005-03-1812-12/+12
* More unit tests for 'text' class.Vincent Richard2005-03-151-3/+103
* Added test for linear-white-space between encoded words.Vincent Richard2005-03-141-0/+26
* Splitted 'contentHandler' into three classes: 'emptyContentHandler', 'stringC...Vincent Richard2005-01-281-1/+1
* Changed year to 2005 in copyright header.Vincent Richard2005-01-0312-12/+12
* Fixed compilation warnings in 'headerTest'.Vincent Richard2005-01-021-17/+17
* Added 'utility::datetimeUtils' + fixed 'stringUtils' not in namespace 'utility'.Vincent Richard2005-01-021-33/+36
* Added unit tests for 'bodyPart'.Vincent Richard2005-01-021-0/+93
* 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 utility:...Vincent Richard2005-01-011-0/+112
* Autotools and libtool support.Vincent Richard2004-12-305-5/+5
* Moved all header files to 'vmime/' directory.Vincent Richard2004-12-265-12/+12
* Default platform handlers (currently only POSIX).Vincent Richard2004-12-185-10/+10
* All header tests-functions addedLaurent Richard2004-12-061-0/+186
* Removed files since they are no more used now.Vincent Richard2004-11-072-11/+0
* Moved encodeAndFold() and decodeAndUnfold() functions from "base.cpp" to "tex...Vincent Richard2004-11-071-0/+2
* Added tests for media type.Vincent Richard2004-11-071-0/+115
* Added tests for Quoted-Printable encoding.Vincent Richard2004-11-061-3/+111
* Removed "old-style" tests for encoder and mailbox. Added new test for encoder.Vincent Richard2004-11-0634-8087/+190
* New build system for unit tests.Vincent Richard2004-11-064-4/+360
* added tests for getFieldCount, isEmpty, getFieldAt, getFieldList functionsLaurent Richard2004-10-251-0/+72
* Added tests for hasField() and findField() functions.Laurent Richard2004-10-211-0/+38
* Refactoring (see ChangeLog).Vincent Richard2004-10-214-126/+29