summaryrefslogtreecommitdiff
path: root/tests/libtest/lib1560.c
Commit message (Expand)AuthorAgeFilesLines
* urlapi: URL decode percent-encoded host namesbagder/url-decode-hostDaniel Stenberg2021-10-111-19/+44
* urlapi: support UNC paths in file: URLs on WindowsSergey Markelov2021-09-271-0/+4
* urlapi: add curl_url_strerror()i-ky2021-09-271-34/+34
* cleanup: constify unmodified static structsRikard Falkeborn2021-09-231-5/+5
* curl_url_set: reject spaces in URLs w/o CURLU_ALLOW_SPACEDaniel Stenberg2021-06-151-6/+35
* urlapi: make sure no +/- signs are accepted in IPv4 numericalsDaniel Stenberg2021-04-211-0/+3
* urlapi: "normalize" numerical IPv4 host namesDaniel Stenberg2021-04-191-1/+14
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* urlapi: URL encode a '+' in the query partDaniel Stenberg2020-10-151-0/+7
* lib: fix -Wassign-enum warningsDaniel Stenberg2020-09-081-1/+1
* lib1560: verify "redirect" to double-slash leading URLDaniel Stenberg2020-08-251-0/+8
* test1560: avoid possibly negative association in wordingMartin V2020-06-121-14/+14
* urlapi: accept :: as a valid IPv6 addressDaniel Stenberg2020-05-081-0/+9
* test 1560: avoid valgrind false positivesPatrick Monnerat2020-03-081-1/+4
* urlapi: guess scheme correct even with credentials givenDaniel Stenberg2020-01-281-1/+9
* urlapi: question mark within fragment is still fragmentDaniel Stenberg2019-09-241-0/+20
* urlapi: CURLU_NO_AUTHORITY allows empty authority/host partJens Finkhaeuser2019-09-191-0/+23
* urlapi: verify the IPv6 numerical addressDaniel Stenberg2019-09-101-0/+4
* build: fix Codacy warningsMarcel Raad2019-06-051-19/+15
* lib1560: add tests for parsing URL with too long schemeDaniel Stenberg2019-05-201-0/+18
* urlapi: require a non-zero host name length when parsing URLDaniel Stenberg2019-05-141-0/+3
* urlapi: add CURLUPART_ZONEID to set and getDaniel Stenberg2019-05-051-0/+38
* urlapi: strip off scope id from numerical IPv6 addressesDaniel Stenberg2019-05-031-1/+120
* urlapi: stricter CURLUPART_PORT parsingDaniel Stenberg2019-04-131-29/+67
* test: urlapi: urlencode characters above 0x7f correctlyJakub Zakrzewski2019-04-071-0/+4
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-2/+2
* urlapi: only skip encoding the first '=' with APPENDQUERY setDaniel Stenberg2018-11-071-1/+1
* url: a short host name + port is not a schemeDaniel Stenberg2018-11-061-0/+14
* Revert "url: a short host name + port is not a scheme"Daniel Stenberg2018-11-051-3/+0
* url: a short host name + port is not a schemeDaniel Stenberg2018-11-031-0/+3
* URL: fix IPv6 numeral address parserDaniel Stenberg2018-11-031-0/+9
* Curl_dedotdotify(): always nul terminate returned string.Even Rouault2018-09-241-0/+3
* urlapi: fix support for address scope in IPv6 numerical addressesDaniel Stenberg2018-09-211-0/+3
* urlapi: document the error codes, remove two unused onesDaniel Stenberg2018-09-191-20/+20
* urlapi: add CURLU_GUESS_SCHEME and fix hostname acceptanceDaniel Stenberg2018-09-191-1/+25
* URL-APIDaniel Stenberg2018-09-081-0/+760