aboutsummaryrefslogtreecommitdiffstats
path: root/tests/utility/urlTest.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-03-04url: strip leading slash from url-path (#298)Jan Engelhardt1-10/+10
2024-03-04url: repair off-by-one bug in extractHost (#297)Jan Engelhardt1-2/+11
`hostPart[len]` is pointing to `]`, but we need to check the char after that. Fixes: v0.9.2-187-g874a1d8c
2024-01-30url: support IPv6 literals (RFC 2732) (#292)Jan Engelhardt1-0/+20
2021-01-11Fixed implicit declarations and misc warnings.Vincent Richard1-1/+1
2018-09-05Code style and clarity.Vincent Richard1-43/+57
2013-11-15Use "std::map" instead of "propertySet" in url class.Vincent Richard1-12/+15
2013-03-08Refactored unit tests.Vincent Richard1-5/+1
2013-01-10Updated copyright year and maintainer email address.Vincent Richard1-1/+1
2009-09-06Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard1-2/+2
2008-10-12Fixed compilation warnings.Vincent Richard1-1/+1
2008-01-04Changed copyright year to 2008.Vincent Richard1-1/+1
2007-05-21Fixed bug #1656547: segfault in urlUtils::decode() if the string ends with '%'.Vincent Richard1-1/+10
2007-01-01Changed copyright year to 2007.Vincent Richard1-1/+1
2006-02-05Changed copyright year to 2006.Vincent Richard1-1/+1
2006-01-31Fixed encoding of reserved/unsafe chars.Vincent Richard1-0/+35
2006-01-09Allow '@' in the username part of an URL.Vincent Richard1-0/+12
2005-09-17Updated FSF address.Vincent Richard1-3/+7
2005-08-25Moved to CppUnit for unit tests framework.Vincent Richard1-199/+184
2005-04-28Added parameter support to 'utility::url'.Vincent Richard1-1/+46
2005-04-18Fixed getLocaleCharset() in Windows platform handler, when MLang is not present.Vincent Richard1-0/+209