aboutsummaryrefslogtreecommitdiffstats
path: root/src/utility/stream.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-1/+1
* Added ability to parse directly from an input stream (eg. file). This allows ...Vincent Richard2012-04-161-0/+4
* Split stream.hpp/.cpp into multiple source files.Vincent Richard2012-04-141-485/+0
* Added block size on sockets to allow different buffer size for SSL.Vincent Richard2009-11-301-2/+2
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-061-2/+2
* Fixed block size through filtered streams.Vincent Richard2009-04-091-3/+3
* Fixed compilation warnings.Vincent Richard2008-10-121-23/+23
* Changed copyright year to 2008.Vincent Richard2008-01-041-1/+1
* Throw exception when badbit is set.Vincent Richard2007-07-091-0/+8
* Fixed wrong block size (thanks to Emmanuel Cabestan).Vincent Richard2007-06-071-1/+1
* Fixed typo in the copyright header, and added missing paragraph about linking.Vincent Richard2007-03-271-3/+7
* Changed copyright year to 2007.Vincent Richard2007-01-011-1/+1
* Preferred block size for streams.Vincent Richard2006-11-181-1/+27
* Temporary fix for socket stream copy.Vincent Richard2006-11-171-1/+1
* Fixed reference + do not clear stream in adapters.Vincent Richard2006-11-151-2/+0
* Renamed 'byte' to 'byte_t'.Vincent Richard2006-04-181-1/+1
* Changed copyright year to 2006.Vincent Richard2006-02-051-1/+1
* Added flush() on 'outputStream' + added unit tests for 'charsetFilteredOutput...Vincent Richard2005-10-201-2/+24
* Renamed 'progressionListener' to 'progressListener'.Vincent Richard2005-10-061-1/+1
* Added TLS/SSL support.Vincent Richard2005-10-031-0/+16
* Updated FSF address.Vincent Richard2005-09-171-3/+3
* SASL authentication.Vincent Richard2005-09-171-0/+61
* Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard2005-08-231-3/+3
* Reference counting and smart pointers.Vincent Richard2005-07-121-0/+7
* Added 'inputStreamSocketAdapter' and 'stopSequenceFilteredInputStream'.Vincent Richard2005-06-161-2/+38
* Sendmail implementation + filtered streams.Vincent Richard2005-04-281-0/+43
* Updated VMime website URL.Vincent Richard2005-03-181-1/+1
* outputStreamStringAdapter::write() improvement.Vincent Richard2005-01-031-2/+1
* Changed year to 2005 in copyright header.Vincent Richard2005-01-031-1/+1
* Moved all header files to 'vmime/' directory.Vincent Richard2004-12-261-2/+2
* Removed relative paths from #include's.Vincent Richard2004-12-261-2/+2
* Added skip() method on inputStream.Vincent Richard2004-12-161-0/+47
* Initial import.Vincent Richard2004-10-051-0/+257