summaryrefslogtreecommitdiff
path: root/test-suite/tests/web-uri.test
Commit message (Expand)AuthorAgeFilesLines
* web: Accept URI host names consisting only of hex digits.Ludovic Courtès2020-06-181-1/+8
* Make URI handling locale independent.Timothy Sample2019-06-041-3/+30
* web: add support for URI-referenceAndy Wingo2017-05-211-3/+59
* Fix uri-decode behavior for "+"Andy Wingo2016-06-201-1/+4
* web: Location header is URI-reference; better URI-reference supportAndy Wingo2014-11-011-4/+343
* web: uri-encode hexadecimal percent-encoding is now uppercaseAleix Conchillo Flaque2013-05-021-2/+2
* Fix uri-encoding for strings with no unreserved charsIan Price2012-08-261-1/+2
* Fix uri-encoding for octets 0-15Ian Price2012-08-261-1/+2
* disable some uri tests if --disable-networkingAndy Wingo2012-07-061-35/+38
* more uri-related ipv6 fixesAndy Wingo2012-07-061-7/+7
* enhance IPv6 supportDaniel Hartwig2012-07-061-4/+12
* support URIs with domain names starting with numbersDaniel Hartwig2012-07-061-1/+48
* add test for recent quick fixAndy Wingo2012-02-221-1/+5
* allow URIs of the form file:///etc/hostsAndy Wingo2011-12-061-2/+17
* rename string->uri and uri->string.Andy Wingo2011-01-071-18/+18
* URI parsing errors throw to `uri-error'Andy Wingo2010-11-041-19/+29
* web/uri: reimplement for rfc 3986, add testsAndy Wingo2010-10-171-0/+174