index
:
vmime
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
parser
/
parameterTest.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Code style and clarity.
Vincent Richard
2018-09-05
1
-120
/
+215
*
Estimate generated size of parameterized field.
Vincent Richard
2015-06-07
1
-0
/
+140
*
Fixed unit test so that is does not depend on the current locale charset.
Vincent Richard
2015-02-19
1
-1
/
+3
*
Added support for language specification in RFC-2047 encoded words and RFC-22...
Vincent Richard
2014-06-30
1
-0
/
+31
*
Allow choosing between encoding modes for parameter values.
Vincent Richard
2014-06-17
1
-21
/
+87
*
Removed useless 'virtual' inheritance (fixed issue #84).
Vincent Richard
2014-06-06
1
-1
/
+1
*
Do not make calls to setlocale() in a library. Use default user locale in tes...
Vincent Richard
2014-01-15
1
-0
/
+24
*
Boost/C++11 shared pointers.
Vincent Richard
2013-11-21
1
-22
/
+22
*
Let whitespace break the value of a parameterized header field, not just a ';...
Vincent Richard
2013-03-24
1
-0
/
+12
*
Refactored unit tests.
Vincent Richard
2013-03-08
1
-5
/
+1
*
Updated copyright year and maintainer email address.
Vincent Richard
2013-01-10
1
-1
/
+1
*
Encode TSpecials in RFC-2231 encoded chunks.
Vincent Richard
2010-08-17
1
-0
/
+55
*
Fixed parsing of non-significant whitespaces in field values.
Vincent Richard
2010-04-08
1
-0
/
+19
*
Added and moved tests for RFC-2231.
Vincent Richard
2009-12-01
1
-40
/
+64
*
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Vincent Richard
2009-09-06
1
-2
/
+2
*
Changed copyright year to 2008.
Vincent Richard
2008-01-04
1
-1
/
+1
*
Changed copyright year to 2007.
Vincent Richard
2007-01-01
1
-1
/
+1
*
Changed copyright year to 2006.
Vincent Richard
2006-02-05
1
-1
/
+1
*
Refactored header field values and parameters.
Vincent Richard
2005-11-04
1
-23
/
+36
*
Updated FSF address.
Vincent Richard
2005-09-17
1
-3
/
+7
*
Moved to CppUnit for unit tests framework.
Vincent Richard
2005-08-25
1
-191
/
+175
*
Reference counting and smart pointers.
Vincent Richard
2005-07-12
1
-8
/
+15
*
Fixed a bug in RFC-2231 implementation.
Vincent Richard
2005-06-21
1
-1
/
+2
*
Added support for RFC-2231.
Vincent Richard
2005-04-12
1
-0
/
+249