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