index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
utility
/
stream.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged source and header files in directory structure. Got rid of SConstruct ...
Vincent Richard
2013-12-29
1
-40
/
+0
*
Simplified types for better readability. Use appropriate types (size_t, byte_...
Vincent Richard
2013-12-10
1
-4
/
+1
*
Updated copyright year and maintainer email address.
Vincent Richard
2013-01-10
1
-1
/
+1
*
Added ability to parse directly from an input stream (eg. file). This allows ...
Vincent Richard
2012-04-16
1
-0
/
+4
*
Split stream.hpp/.cpp into multiple source files.
Vincent Richard
2012-04-14
1
-485
/
+0
*
Added block size on sockets to allow different buffer size for SSL.
Vincent Richard
2009-11-30
1
-2
/
+2
*
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Vincent Richard
2009-09-06
1
-2
/
+2
*
Fixed block size through filtered streams.
Vincent Richard
2009-04-09
1
-3
/
+3
*
Fixed compilation warnings.
Vincent Richard
2008-10-12
1
-23
/
+23
*
Changed copyright year to 2008.
Vincent Richard
2008-01-04
1
-1
/
+1
*
Throw exception when badbit is set.
Vincent Richard
2007-07-09
1
-0
/
+8
*
Fixed wrong block size (thanks to Emmanuel Cabestan).
Vincent Richard
2007-06-07
1
-1
/
+1
*
Fixed typo in the copyright header, and added missing paragraph about linking.
Vincent Richard
2007-03-27
1
-3
/
+7
*
Changed copyright year to 2007.
Vincent Richard
2007-01-01
1
-1
/
+1
*
Preferred block size for streams.
Vincent Richard
2006-11-18
1
-1
/
+27
*
Temporary fix for socket stream copy.
Vincent Richard
2006-11-17
1
-1
/
+1
*
Fixed reference + do not clear stream in adapters.
Vincent Richard
2006-11-15
1
-2
/
+0
*
Renamed 'byte' to 'byte_t'.
Vincent Richard
2006-04-18
1
-1
/
+1
*
Changed copyright year to 2006.
Vincent Richard
2006-02-05
1
-1
/
+1
*
Added flush() on 'outputStream' + added unit tests for 'charsetFilteredOutput...
Vincent Richard
2005-10-20
1
-2
/
+24
*
Renamed 'progressionListener' to 'progressListener'.
Vincent Richard
2005-10-06
1
-1
/
+1
*
Added TLS/SSL support.
Vincent Richard
2005-10-03
1
-0
/
+16
*
Updated FSF address.
Vincent Richard
2005-09-17
1
-3
/
+3
*
SASL authentication.
Vincent Richard
2005-09-17
1
-0
/
+61
*
Renamed 'vmime::messaging' to 'vmime::net'.
Vincent Richard
2005-08-23
1
-3
/
+3
*
Reference counting and smart pointers.
Vincent Richard
2005-07-12
1
-0
/
+7
*
Added 'inputStreamSocketAdapter' and 'stopSequenceFilteredInputStream'.
Vincent Richard
2005-06-16
1
-2
/
+38
*
Sendmail implementation + filtered streams.
Vincent Richard
2005-04-28
1
-0
/
+43
*
Updated VMime website URL.
Vincent Richard
2005-03-18
1
-1
/
+1
*
outputStreamStringAdapter::write() improvement.
Vincent Richard
2005-01-03
1
-2
/
+1
*
Changed year to 2005 in copyright header.
Vincent Richard
2005-01-03
1
-1
/
+1
*
Moved all header files to 'vmime/' directory.
Vincent Richard
2004-12-26
1
-2
/
+2
*
Removed relative paths from #include's.
Vincent Richard
2004-12-26
1
-2
/
+2
*
Added skip() method on inputStream.
Vincent Richard
2004-12-16
1
-0
/
+47
*
Initial import.
Vincent Richard
2004-10-05
1
-0
/
+257