aboutsummaryrefslogtreecommitdiffstats
path: root/tests/parser/parameterTest.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Code style and clarity.Vincent Richard2018-09-051-120/+215
|
* Estimate generated size of parameterized field.Vincent Richard2015-06-071-0/+140
|
* Fixed unit test so that is does not depend on the current locale charset.Vincent Richard2015-02-191-1/+3
|
* Added support for language specification in RFC-2047 encoded words and ↵Vincent Richard2014-06-301-0/+31
| | | | RFC-2231 parameter values.
* Allow choosing between encoding modes for parameter values.Vincent Richard2014-06-171-21/+87
|
* Removed useless 'virtual' inheritance (fixed issue #84).Vincent Richard2014-06-061-1/+1
|
* Do not make calls to setlocale() in a library. Use default user locale in ↵Vincent Richard2014-01-151-0/+24
| | | | tests and examples.
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-22/+22
|
* Let whitespace break the value of a parameterized header field, not just a ↵Vincent Richard2013-03-241-0/+12
| | | | ';' (thanks to Zarafa).
* Refactored unit tests.Vincent Richard2013-03-081-5/+1
|
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-1/+1
|
* Encode TSpecials in RFC-2231 encoded chunks.Vincent Richard2010-08-171-0/+55
|
* Fixed parsing of non-significant whitespaces in field values.Vincent Richard2010-04-081-0/+19
|
* Added and moved tests for RFC-2231.Vincent Richard2009-12-011-40/+64
|
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-061-2/+2
|
* Changed copyright year to 2008.Vincent Richard2008-01-041-1/+1
|
* Changed copyright year to 2007.Vincent Richard2007-01-011-1/+1
|
* Changed copyright year to 2006.Vincent Richard2006-02-051-1/+1
|
* Refactored header field values and parameters.Vincent Richard2005-11-041-23/+36
|
* Updated FSF address.Vincent Richard2005-09-171-3/+7
|
* Moved to CppUnit for unit tests framework.Vincent Richard2005-08-251-191/+175
|
* Reference counting and smart pointers.Vincent Richard2005-07-121-8/+15
|
* Fixed a bug in RFC-2231 implementation.Vincent Richard2005-06-211-1/+2
|
* Added support for RFC-2231.Vincent Richard2005-04-121-0/+249