aboutsummaryrefslogtreecommitdiffstats
path: root/src/utility (follow)
Commit message (Expand)AuthorAgeFilesLines
* Better random seed.Vincent Richard2013-05-121-3/+13
* Added filtered output stream to transform LFs to CRLFs.Vincent Richard2013-04-161-0/+71
* Remove +x bit from source filesJan Engelhardt2013-03-271-0/+0
* Fixed warnings and 64-bit issues.Vincent Richard2013-03-241-1/+1
* Fixed maximum block size for read().Vincent Richard2013-03-061-1/+1
* Message generation/parsing context. Charset conversion options. Preliminary i...Vincent Richard2013-02-241-0/+33
* Fixed SMTP dot stuffing at the beginning of content.Vincent Richard2013-02-201-1/+24
* The seekableInputStreamRegionAdapter now stores its own current position, to ...Vincent Richard2013-02-151-13/+24
* Moved includes to fix compilation issue.Vincent Richard2013-01-151-6/+0
* Updated copyright year and maintainer email address.Vincent Richard2013-01-1037-37/+37
* Fixed type for maximum line length.Vincent Richard2012-12-221-5/+6
* More robust check for EOF in input stream.Vincent Richard2012-12-131-4/+14
* Fixed seeking after EOF in input stream.Vincent Richard2012-12-131-0/+1
* Trivial 64-bit warning fixes.Vincent Richard2012-12-123-10/+10
* Trivial 64-bit warning fixes.Vincent Richard2012-11-294-14/+14
* OpenSSL support (thanks to Mehmet Bozkurt).Vincent Richard2012-11-031-0/+44
* Migrated build system to CMake. Conditional file compilation. Automatic selec...Vincent Richard2012-11-011-6/+6
* Support for bogus encoding name 'bmoted-printable' (Zarafa).Vincent Richard2012-10-151-0/+3
* Added ability to parse directly from an input stream (eg. file). This allows ...Vincent Richard2012-04-168-0/+341
* Split stream.hpp/.cpp into multiple source files.Vincent Richard2012-04-1416-485/+857
* Fixed wrong encoding of line breaks in QP-encoded text (issue #7).Vincent Richard2012-04-051-4/+5
* Better RFC-2047 encoding.Vincent Richard2010-10-121-104/+167
* Encode quotation marks in QP/RFC-2047.Vincent Richard2010-10-121-0/+1
* Always encode special charsets.Vincent Richard2010-05-211-0/+18
* Register non-standard encoding names.Vincent Richard2010-04-131-0/+4
* Fixed bug #2933667: CRLF filter broken.Vincent Richard2010-01-201-2/+2
* Added option to return ISO week-numbering instead of default calendar-numbering.Vincent Richard2009-12-011-2/+2
* Added block size on sockets to allow different buffer size for SSL.Vincent Richard2009-11-301-2/+2
* Fixed possible segfault (thanks to László Vadócz).Vincent Richard2009-11-031-1/+1
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-0621-42/+42
* Fixed block size through filtered streams.Vincent Richard2009-04-092-3/+19
* Fixed week of year for 53th week (non ISO-compliant).Vincent Richard2008-12-291-0/+3
* New namespace for encoders.Vincent Richard2008-10-129-0/+1490
* Fixed compilation warnings.Vincent Richard2008-10-1211-66/+66
* Fixed bad buffer length causing duplicate data (Zarafa).Vincent Richard2008-07-111-1/+1
* Changed copyright year to 2008.Vincent Richard2008-01-0412-12/+12
* Added function to unquote strings.Vincent Richard2007-08-301-0/+36
* Throw exception when badbit is set.Vincent Richard2007-07-091-0/+8
* New GCC definition.Vincent Richard2007-07-091-1/+1
* Fixed wrong block size (thanks to Emmanuel Cabestan).Vincent Richard2007-06-071-1/+1
* Fixed bug #1721186: thread-safe reference counting.Vincent Richard2007-05-222-128/+304
* Fixed bug #1656547: segfault in urlUtils::decode() if the string ends with '%'.Vincent Richard2007-05-211-18/+18
* Fixed typo in the copyright header, and added missing paragraph about linking.Vincent Richard2007-03-279-27/+63
* Added support for Courier maildir format.Vincent Richard2007-03-221-0/+6
* Fixed warning.Vincent Richard2007-03-011-4/+1
* Changed copyright year to 2007.Vincent Richard2007-01-0111-11/+11
* 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
* Use 'char' instead of 'unsigned char' for conversion with std::ctype.Vincent Richard2006-11-091-10/+10