aboutsummaryrefslogtreecommitdiffstats
path: root/tests/utility/urlTest.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* url: strip leading slash from url-path (#298)Jan Engelhardt2024-03-041-10/+10
|
* url: repair off-by-one bug in extractHost (#297)Jan Engelhardt2024-03-041-2/+11
| | | | | | `hostPart[len]` is pointing to `]`, but we need to check the char after that. Fixes: v0.9.2-187-g874a1d8c
* url: support IPv6 literals (RFC 2732) (#292)Jan Engelhardt2024-01-301-0/+20
|
* Fixed implicit declarations and misc warnings.Vincent Richard2021-01-111-1/+1
|
* Code style and clarity.Vincent Richard2018-09-051-43/+57
|
* Use "std::map" instead of "propertySet" in url class.Vincent Richard2013-11-151-12/+15
|
* Refactored unit tests.Vincent Richard2013-03-081-5/+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 bug #1656547: segfault in urlUtils::decode() if the string ends with '%'.Vincent Richard2007-05-211-1/+10
|
* Changed copyright year to 2007.Vincent Richard2007-01-011-1/+1
|
* Changed copyright year to 2006.Vincent Richard2006-02-051-1/+1
|
* Fixed encoding of reserved/unsafe chars.Vincent Richard2006-01-311-0/+35
|
* Allow '@' in the username part of an URL.Vincent Richard2006-01-091-0/+12
|
* Updated FSF address.Vincent Richard2005-09-171-3/+7
|
* Moved to CppUnit for unit tests framework.Vincent Richard2005-08-251-199/+184
|
* Added parameter support to 'utility::url'.Vincent Richard2005-04-281-1/+46
|
* Fixed getLocaleCharset() in Windows platform handler, when MLang is not present.Vincent Richard2005-04-181-0/+209