index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
utility
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2017-03-28
Issue #168: multiple sequences of 'LF..' not replaced correctly.
Vincent Richard
1
-0
/
+8
2017-02-10
Fixed issue #160: invalid characters in hostname.
Vincent Richard
1
-0
/
+28
2017-02-08
Issue #163: default encoder (fallback).
Vincent Richard
1
-0
/
+63
2016-03-13
Issue #126: more warnings fixed.
Vincent Richard
1
-2
/
+4
2015-06-11
Fixed possible endless loop with some buffer sizes (thanks to John van der ↵
Vincent Richard
1
-0
/
+51
Kamp).
2014-01-19
Path to/from string conversion.
Vincent Richard
1
-0
/
+40
2014-01-15
Use equivalence instead of strict equality for path components.
Vincent Richard
1
-1
/
+15
2014-01-14
Reset line length after encoding a hard line break in QP encoding.
Vincent Richard
1
-0
/
+38
2013-12-10
Simplified types for better readability. Use appropriate types (size_t, ↵
Vincent Richard
7
-45
/
+87
byte_t...). Minor warning fixes.
2013-11-21
Boost/C++11 shared pointers.
Vincent Richard
4
-261
/
+24
2013-11-15
Use "std::map" instead of "propertySet" in url class.
Vincent Richard
1
-12
/
+15
2013-06-24
Added support for SIZE SMTP extension (RFC-1870).
Vincent Richard
3
-8
/
+30
2013-04-16
Added filtered output stream to transform LFs to CRLFs.
Vincent Richard
1
-0
/
+40
2013-03-08
Refactored unit tests.
Vincent Richard
14
-211
/
+223
2013-02-20
Fixed SMTP dot stuffing at the beginning of content.
Vincent Richard
1
-0
/
+6
2013-02-15
Unit tests for seekableInputStreamRegionAdapter.
Vincent Richard
1
-0
/
+162
2013-02-14
Unit tests for output stream adapters.
Vincent Richard
3
-0
/
+266
2013-01-10
Updated copyright year and maintainer email address.
Vincent Richard
8
-8
/
+8
2012-04-05
Added tests for Quoted-Printable encoding.
Vincent Richard
1
-0
/
+31
2010-10-12
Encode quotation marks in QP/RFC-2047.
Vincent Richard
1
-1
/
+36
2010-01-20
Fixed bug #2933667: CRLF filter broken.
Vincent Richard
1
-0
/
+1
2009-12-01
Added option to return ISO week-numbering instead of default calendar-numbering.
Vincent Richard
1
-4
/
+5
2009-09-06
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Vincent Richard
8
-16
/
+16
2008-10-12
New namespace for encoders.
Vincent Richard
1
-0
/
+290
2008-10-12
Fixed compilation warnings.
Vincent Richard
3
-6
/
+6
2008-01-04
Changed copyright year to 2008.
Vincent Richard
7
-7
/
+7
2007-08-30
Added function to unquote strings.
Vincent Richard
1
-0
/
+10
2007-05-21
Fixed bug #1656547: segfault in urlUtils::decode() if the string ends with '%'.
Vincent Richard
1
-1
/
+10
2007-01-01
Changed copyright year to 2007.
Vincent Richard
7
-7
/
+7
2006-04-24
Week of year calculation.
Vincent Richard
1
-0
/
+37
2006-03-29
Refactored and cleaned up smart pointers.
Vincent Richard
1
-23
/
+10
2006-02-12
Added unit tests for datetimeUtils + renamed functions.
Vincent Richard
1
-0
/
+128
2006-02-05
Changed copyright year to 2006.
Vincent Richard
6
-6
/
+6
2006-01-31
Fixed encoding of reserved/unsafe chars.
Vincent Richard
1
-0
/
+35
2006-01-09
Allow '@' in the username part of an URL.
Vincent Richard
1
-0
/
+12
2005-09-17
Updated FSF address.
Vincent Richard
6
-18
/
+42
2005-09-06
New namespace for message digest algorithms.
Vincent Richard
1
-98
/
+0
2005-09-02
Throw exception in debug mode when thisRef()/thisWeakRef() is called from ↵
Vincent Richard
1
-0
/
+13
the object's constructor.
2005-08-25
Moved to CppUnit for unit tests framework.
Vincent Richard
7
-1184
/
+1078
2005-07-24
Removed implicit conversion to T* for smart pointers.
Vincent Richard
1
-3
/
+0
2005-07-21
Added tests for smart pointer comparison.
Vincent Richard
1
-0
/
+25
2005-07-18
Added simple test for STL containers.
Vincent Richard
1
-0
/
+41
2005-07-17
Added unit tests for smart pointer.
Vincent Richard
1
-0
/
+195
2005-06-16
Added 'inputStreamSocketAdapter' and 'stopSequenceFilteredInputStream'.
Vincent Richard
1
-0
/
+124
2005-06-15
Added dotFilteredInputStream + fixed CRLFToLFFilteredOutputStream + added ↵
Vincent Richard
1
-0
/
+166
unit tests.
2005-04-28
Added parameter support to 'utility::url'.
Vincent Richard
1
-1
/
+46
2005-04-18
Fixed getLocaleCharset() in Windows platform handler, when MLang is not present.
Vincent Richard
1
-0
/
+209
2005-03-18
Updated VMime website URL.
Vincent Richard
4
-4
/
+4
2005-01-03
Changed year to 2005 in copyright header.
Vincent Richard
4
-4
/
+4
2005-01-02
Added 'utility::datetimeUtils' + fixed 'stringUtils' not in namespace 'utility'.
Vincent Richard
1
-33
/
+36
[next]