aboutsummaryrefslogtreecommitdiffstats
path: root/src/utility (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Imbue classic 'C' locale for the output of message parts and protocol commands.Vincent Richard2006-11-082-5/+21
* Renamed 'vmime::platformDependant' to 'vmime::platform'.Vincent Richard2006-10-111-3/+3
* Fixed warning for uninitialized variable.Vincent Richard2006-06-231-1/+1
* Week of year calculation.Vincent Richard2006-04-241-0/+70
* Renamed 'byte' to 'byte_t'.Vincent Richard2006-04-181-1/+1
* Refactored and cleaned up smart pointers.Vincent Richard2006-03-291-0/+166
* Added unit tests for datetimeUtils + renamed functions.Vincent Richard2006-02-121-10/+21
* Changed copyright year to 2006.Vincent Richard2006-02-0510-10/+10
* Fixed encoding of reserved/unsafe chars.Vincent Richard2006-01-311-2/+6
* Allow '@' in the username part of an URL.Vincent Richard2006-01-091-1/+1
* Rewritten some code without using iterators.Vincent Richard2005-12-301-10/+10
* Fixed buffer overrun in random::getString().Vincent Richard2005-11-281-1/+1
* Added flush() on 'outputStream' + added unit tests for 'charsetFilteredOutput...Vincent Richard2005-10-202-4/+41
* Fixed a bug in length calculation.Vincent Richard2005-10-141-1/+1
* Renamed 'progressionListener' to 'progressListener'.Vincent Richard2005-10-063-10/+10
* Added TLS/SSL support.Vincent Richard2005-10-031-0/+16
* Updated FSF address.Vincent Richard2005-09-1710-30/+34
* SASL authentication.Vincent Richard2005-09-171-0/+61
* Added special characters for encoding.Vincent Richard2005-09-081-1/+2
* New namespace for message digest algorithms.Vincent Richard2005-09-061-331/+0
* Added progression notifications.Vincent Richard2005-09-032-4/+93
* Fixed undefined symbol 'UNSPECIFIED_PORT'.Vincent Richard2005-08-251-0/+3
* Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard2005-08-231-3/+3