summaryrefslogtreecommitdiff
path: root/tests/libtest/lib1560.c
Commit message (Expand)AuthorAgeFilesLines
* urlapi: cleanupsDaniel Stenberg2023-04-131-16/+16
* lib1560: verify that more bad host names are rejectedDaniel Stenberg2023-04-111-0/+18
* urlapi: prevent setting invalid schemes with *url_set()Daniel Stenberg2023-04-091-0/+5
* urlapi: detect and error on illegal IPv4 addressesDaniel Stenberg2023-04-061-6/+7
* urlapi: URL encoding for the URL missed the fragmentDaniel Stenberg2023-04-051-0/+3
* urlapi: '%' is illegal in host namesDaniel Stenberg2023-03-081-4/+2
* lib1560: fix enumerated type mixed with another typeDaniel Stenberg2023-03-061-1/+1
* lib1560: test parsing URLs with ridiculously large fieldsDaniel Stenberg2023-03-031-7/+64
* lib1560: add a test using %25 in the userinfo in a URLDaniel Stenberg2023-02-211-0/+4
* lib1560: add IPv6 canonicalization testsDaniel Stenberg2023-02-171-0/+12
* urlapi: do the port number extraction without using sscanf()Daniel Stenberg2023-02-171-7/+16
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* urlapi: add CURLU_PUNYCODEDaniel Stenberg2022-12-261-0/+16
* lib1560: add some basic IDN host name testsDaniel Stenberg2022-12-151-0/+19
* urlapi: reject more bad letters from the host name: &+()Daniel Stenberg2022-12-151-4/+8
* urlapi: fix parsing URL without slash with CURLU_URLENCODEDaniel Stenberg2022-10-201-0/+18
* urlapi: reject more bad characters from the host name fieldDaniel Stenberg2022-09-281-0/+20
* url: a zero-length userinfo part in the URL is still a (blank) userDaniel Stenberg2022-09-261-2/+14
* lib1560: extended to verify detect/reject of unknown schemesDaniel Stenberg2022-09-151-1/+10
* libtest/lib1560: test basic websocket URL parsingDaniel Stenberg2022-09-091-0/+11
* tests: several enumerated type cleanupsDaniel Stenberg2022-07-231-13/+13
* urlapi: make curl_url_set(url, CURLUPART_URL, NULL, 0) clear all partsPierrick Charron2022-06-201-0/+58
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* libtest/lib1560: verify the host name percent decode fixDaniel Stenberg2022-05-091-0/+7
* urlapi: if possible, shorten given numerical IPv6 addressesDaniel Stenberg2022-01-021-1/+4
* urlapi: accept port number zeroDaniel Stenberg2021-12-031-1/+5
* urlapi: provide more detailed return codesbagder/urlapi-returncodesDaniel Stenberg2021-11-251-30/+88
* urlapi: reject short file URLsDaniel Stenberg2021-11-231-0/+6
* urlapi: URL decode percent-encoded host namesDaniel 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