summaryrefslogtreecommitdiff
path: root/tests/libtest/lib1560.c
Commit message (Expand)AuthorAgeFilesLines
* 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