aboutsummaryrefslogtreecommitdiffstats
path: root/src/utility (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-03-27Fixed typo in the copyright header, and added missing paragraph about linking.Vincent Richard9-27/+63
2007-03-22Added support for Courier maildir format.Vincent Richard1-0/+6
2007-03-01Fixed warning.Vincent Richard1-4/+1
2007-01-01Changed copyright year to 2007.Vincent Richard11-11/+11
2006-11-18Preferred block size for streams.Vincent Richard1-1/+27
2006-11-17Temporary fix for socket stream copy.Vincent Richard1-1/+1
2006-11-15Fixed reference + do not clear stream in adapters.Vincent Richard1-2/+0
2006-11-09Use 'char' instead of 'unsigned char' for conversion with std::ctype.Vincent Richard1-10/+10
2006-11-08Imbue classic 'C' locale for the output of message parts and protocol commands.Vincent Richard2-5/+21
2006-10-11Renamed 'vmime::platformDependant' to 'vmime::platform'.Vincent Richard1-3/+3
2006-06-23Fixed warning for uninitialized variable.Vincent Richard1-1/+1
2006-04-24Week of year calculation.Vincent Richard1-0/+70
2006-04-18Renamed 'byte' to 'byte_t'.Vincent Richard1-1/+1
2006-03-29Refactored and cleaned up smart pointers.Vincent Richard1-0/+166
2006-02-12Added unit tests for datetimeUtils + renamed functions.Vincent Richard1-10/+21
2006-02-05Changed copyright year to 2006.Vincent Richard10-10/+10
2006-01-31Fixed encoding of reserved/unsafe chars.Vincent Richard1-2/+6
2006-01-09Allow '@' in the username part of an URL.Vincent Richard1-1/+1
2005-12-30Rewritten some code without using iterators.Vincent Richard1-10/+10
2005-11-28Fixed buffer overrun in random::getString().Vincent Richard1-1/+1
2005-10-20Added flush() on 'outputStream' + added unit tests for ↵Vincent Richard2-4/+41
'charsetFilteredOutputStream' when input contains invalid sequences.
2005-10-14Fixed a bug in length calculation.Vincent Richard1-1/+1
2005-10-06Renamed 'progressionListener' to 'progressListener'.Vincent Richard3-10/+10
2005-10-03Added TLS/SSL support.Vincent Richard1-0/+16
2005-09-17Updated FSF address.Vincent Richard10-30/+34
2005-09-17SASL authentication.Vincent Richard1-0/+61
2005-09-08Added special characters for encoding.Vincent Richard1-1/+2
2005-09-06New namespace for message digest algorithms.Vincent Richard1-331/+0
2005-09-03Added progression notifications.Vincent Richard2-4/+93
2005-08-25Fixed undefined symbol 'UNSPECIFIED_PORT'.Vincent Richard1-0/+3
2005-08-23Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard1-3/+3
2005-07-12Reference counting and smart pointers.Vincent Richard3-2/+10
2005-06-16Fixed uninitialized variable.Vincent Richard1-3/+3
2005-06-16Added 'inputStreamSocketAdapter' and 'stopSequenceFilteredInputStream'.Vincent Richard2-2/+67
2005-06-15Added dotFilteredInputStream + fixed CRLFToLFFilteredOutputStream + added ↵Vincent Richard1-3/+120
unit tests.
2005-04-28Added #include <algorithm>Stefan Uhrig1-0/+1
2005-04-28Added parameter support to 'utility::url'.Vincent Richard2-1/+90
2005-04-28Sendmail implementation + filtered streams.Vincent Richard2-0/+158
2005-04-18Fixed getLocaleCharset() in Windows platform handler, when MLang is not present.Vincent Richard2-9/+45
2005-04-14Moved 'url' and 'urlUtils' classes to 'utility' namespace.Vincent Richard2-0/+400
2005-03-28Added toUpper() functionStefan Uhrig1-0/+12
2005-03-18Updated VMime website URL.Vincent Richard7-7/+7
2005-03-16Fixed compilation problems on Solaris 9.Vincent Richard1-3/+3
2005-03-14Removed 'singleton' and 'singletonManager' classes.Vincent Richard1-53/+0
2005-02-05Moved 'static' functions into 'parserHelpers' class.Vincent Richard1-3/+3
2005-02-05Fixed forward use of swapUint32Array().Vincent Richard1-21/+21
2005-01-05Fixed compilation errors with 'isascii' on some systems.Vincent Richard1-0/+1
2005-01-03outputStreamStringAdapter::write() improvement.Vincent Richard1-2/+1
2005-01-03Changed year to 2005 in copyright header.Vincent Richard8-8/+8
2005-01-02Moved 'datetime::getDayOfWeek()' to 'datetimeUtils'.Vincent Richard1-0/+24