aboutsummaryrefslogtreecommitdiffstats
path: root/src/utility/stringUtils.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Message generation/parsing context. Charset conversion options. Preliminary i...Vincent Richard2013-02-241-0/+33
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-1/+1
* Always encode special charsets.Vincent Richard2010-05-211-0/+18
* 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-061-2/+2
* Fixed compilation warnings.Vincent Richard2008-10-121-6/+6
* Changed copyright year to 2008.Vincent Richard2008-01-041-1/+1
* Added function to unquote strings.Vincent Richard2007-08-301-0/+36
* 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
* 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-081-5/+20
* Changed copyright year to 2006.Vincent Richard2006-02-051-1/+1
* Rewritten some code without using iterators.Vincent Richard2005-12-301-10/+10
* Updated FSF address.Vincent Richard2005-09-171-3/+3
* Added toUpper() functionStefan Uhrig2005-03-281-0/+12
* Updated VMime website URL.Vincent Richard2005-03-181-1/+1
* Fixed compilation problems on Solaris 9.Vincent Richard2005-03-161-3/+3
* Moved 'static' functions into 'parserHelpers' class.Vincent Richard2005-02-051-3/+3
* Fixed compilation errors with 'isascii' on some systems.Vincent Richard2005-01-051-0/+1
* Changed year to 2005 in copyright header.Vincent Richard2005-01-031-1/+1
* Added 'utility::datetimeUtils' + fixed 'stringUtils' not in namespace 'utility'.Vincent Richard2005-01-021-2/+3
* Converted all C-style casts to C++-style casts + added unit test for utility:...Vincent Richard2005-01-011-1/+1
* Moved all header files to 'vmime/' directory.Vincent Richard2004-12-261-1/+1
* Removed relative paths from #include's.Vincent Richard2004-12-261-1/+1
* Refactoring (see ChangeLog).Vincent Richard2004-10-211-0/+122