index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
utility
/
filteredStreamTest.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-09-05
Code style and clarity.
Vincent Richard
1
-46
/
+59
2017-03-28
Issue #168: multiple sequences of 'LF..' not replaced correctly.
Vincent Richard
1
-0
/
+8
2013-12-10
Simplified types for better readability. Use appropriate types (size_t, byte_...
Vincent Richard
1
-7
/
+7
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
1
-5
/
+1
2013-02-20
Fixed SMTP dot stuffing at the beginning of content.
Vincent Richard
1
-0
/
+6
2013-01-10
Updated copyright year and maintainer email address.
Vincent Richard
1
-1
/
+1
2010-01-20
Fixed bug #2933667: CRLF filter broken.
Vincent Richard
1
-0
/
+1
2009-09-06
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Vincent Richard
1
-2
/
+2
2008-10-12
Fixed compilation warnings.
Vincent Richard
1
-3
/
+3
2008-01-04
Changed copyright year to 2008.
Vincent Richard
1
-1
/
+1
2007-01-01
Changed copyright year to 2007.
Vincent Richard
1
-1
/
+1
2006-02-05
Changed copyright year to 2006.
Vincent Richard
1
-1
/
+1
2005-09-17
Updated FSF address.
Vincent Richard
1
-3
/
+7
2005-08-25
Moved to CppUnit for unit tests framework.
Vincent Richard
1
-220
/
+203
2005-06-16
Added 'inputStreamSocketAdapter' and 'stopSequenceFilteredInputStream'.
Vincent Richard
1
-0
/
+124
2005-06-15
Added dotFilteredInputStream + fixed CRLFToLFFilteredOutputStream + added uni...
Vincent Richard
1
-0
/
+166