aboutsummaryrefslogtreecommitdiffstats
path: root/src/utility
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reference counting and smart pointers.Vincent Richard2005-07-133-2/+10
* Fixed uninitialized variable.Vincent Richard2005-06-161-3/+3
* Added 'inputStreamSocketAdapter' and 'stopSequenceFilteredInputStream'.Vincent Richard2005-06-162-2/+67
* Added dotFilteredInputStream + fixed CRLFToLFFilteredOutputStream + added uni...Vincent Richard2005-06-161-3/+120
* Added #include <algorithm>Stefan Uhrig2005-04-281-0/+1
* Added parameter support to 'utility::url'.Vincent Richard2005-04-282-1/+90
* Sendmail implementation + filtered streams.Vincent Richard2005-04-282-0/+158
* Fixed getLocaleCharset() in Windows platform handler, when MLang is not present.Vincent Richard2005-04-182-9/+45
* Moved 'url' and 'urlUtils' classes to 'utility' namespace.Vincent Richard2005-04-142-0/+400
* Added toUpper() functionStefan Uhrig2005-03-281-0/+12
* Updated VMime website URL.Vincent Richard2005-03-187-7/+7
* Fixed compilation problems on Solaris 9.Vincent Richard2005-03-161-3/+3
* Removed 'singleton' and 'singletonManager' classes.Vincent Richard2005-03-141-53/+0
* Moved 'static' functions into 'parserHelpers' class.Vincent Richard2005-02-051-3/+3
* Fixed forward use of swapUint32Array().Vincent Richard2005-02-051-21/+21
* Fixed compilation errors with 'isascii' on some systems.Vincent Richard2005-01-051-0/+1
* outputStreamStringAdapter::write() improvement.Vincent Richard2005-01-031-2/+1
* Changed year to 2005 in copyright header.Vincent Richard2005-01-038-8/+8
* Moved 'datetime::getDayOfWeek()' to 'datetimeUtils'.Vincent Richard2005-01-021-0/+24
* Added 'utility::datetimeUtils' + fixed 'stringUtils' not in namespace 'utility'.Vincent Richard2005-01-022-2/+224
* Added unit tests for 'utility::path'.Vincent Richard2005-01-021-1/+1
* Converted all C-style casts to C++-style casts + added unit test for utility:...Vincent Richard2005-01-012-8/+8
* Moved all header files to 'vmime/' directory.Vincent Richard2004-12-2616-1325/+9
* Removed relative paths from #include's.Vincent Richard2004-12-2611-17/+18
* Some more class documentation.Vincent Richard2004-12-221-1/+1
* Explain renameParent() in function doc.Vincent Richard2004-12-221-0/+2
* Added renameParent() function.Vincent Richard2004-12-222-0/+34
* Added isParentOf() function.Vincent Richard2004-12-222-1/+23
* Fixed ',2' in filename/flags + fixed file renaming when moving from 'new' to ...Vincent Richard2004-12-212-0/+32