aboutsummaryrefslogtreecommitdiffstats
path: root/src/utility/url.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged source and header files in directory structure. Got rid of SConstruct ...Vincent Richard2013-12-291-406/+0
* Simplified types for better readability. Use appropriate types (size_t, byte_...Vincent Richard2013-12-101-10/+10
* Use "std::map" instead of "propertySet" in url class.Vincent Richard2013-11-151-13/+10
* Made template argument explicit to workaround compiler error on MSVC.Vincent Richard2013-09-091-1/+1
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-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-1/+1
* Changed copyright year to 2008.Vincent Richard2008-01-041-1/+1
* 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
* Imbue classic 'C' locale for the output of message parts and protocol commands.Vincent Richard2006-11-081-0/+1
* Changed copyright year to 2006.Vincent Richard2006-02-051-1/+1
* Allow '@' in the username part of an URL.Vincent Richard2006-01-091-1/+1
* Updated FSF address.Vincent Richard2005-09-171-3/+3
* Fixed undefined symbol 'UNSPECIFIED_PORT'.Vincent Richard2005-08-251-0/+3
* Reference counting and smart pointers.Vincent Richard2005-07-121-2/+2
* Added parameter support to 'utility::url'.Vincent Richard2005-04-281-0/+88
* Fixed getLocaleCharset() in Windows platform handler, when MLang is not present.Vincent Richard2005-04-181-5/+12
* Moved 'url' and 'urlUtils' classes to 'utility' namespace.Vincent Richard2005-04-141-0/+306