aboutsummaryrefslogtreecommitdiff
path: root/lib/urlapi.c
AgeCommit message (Expand)Author
2020-05-08urlapi: accept :: as a valid IPv6 addressDaniel Stenberg
2020-01-28urlapi: guess scheme correct even with credentials givenDaniel Stenberg
2019-10-03urlapi: fix use-after-free bugDaniel Stenberg
2019-10-02urlapi: fix URL encoding when setting a full URLDaniel Stenberg
2019-10-01urlapi: fix unused variable warningMarcel Raad
2019-09-24urlapi: question mark within fragment is still fragmentDaniel Stenberg
2019-09-21urlapi: avoid index underflow for short ipv6 hostnamesPaul Dreik
2019-09-20urlapi: Expression 'storep' is always trueDaniel Stenberg
2019-09-20urlapi: 'scheme' is always trueDaniel Stenberg
2019-09-20urlapi: part of conditional expression is always true: (relurl[0] == '/')Daniel Stenberg
2019-09-19urlapi: CURLU_NO_AUTHORITY allows empty authority/host partJens Finkhaeuser
2019-09-10urlapi: one colon is enough for the strspn() input (typo)Daniel Stenberg
2019-09-10urlapi: verify the IPv6 numerical addressDaniel Stenberg
2019-05-20urlapi: increase supported scheme length to 40 bytesOmar Ramadan
2019-05-20lib: reduce variable scopesMarcel Raad
2019-05-14urlapi: require a non-zero host name length when parsing URLDaniel Stenberg
2019-05-05urlapi: add CURLUPART_ZONEID to set and getDaniel Stenberg
2019-05-03urlapi: strip off scope id from numerical IPv6 addressesDaniel Stenberg
2019-04-29CURL_MAX_INPUT_LENGTH: largest acceptable string input sizeDaniel Stenberg
2019-04-13urlapi: stricter CURLUPART_PORT parsingDaniel Stenberg
2019-04-07urlapi: urlencode characters above 0x7f correctlyJakub Zakrzewski
2019-02-10cleanup: make local functions staticDaniel Stenberg
2019-02-09urlapi: reduce variable scope, remove unreachable 'break'Daniel Stenberg
2018-12-30urlapi: fix parsing ipv6 with zone indexDaniel Gustafsson
2018-12-13urlapi: distinguish possibly empty queryLeonardo Taccari
2018-12-12urlapi: Fix port parsing of eol colonDaniel Gustafsson
2018-12-11tests: add urlapi unittestDaniel Gustafsson
2018-12-11urlapi: fix portnumber parsing for ipv6 zone indexDaniel Gustafsson
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-11-07urlapi: only skip encoding the first '=' with APPENDQUERY setDaniel Stenberg
2018-11-06url: a short host name + port is not a schemeDaniel Stenberg
2018-11-05Revert "url: a short host name + port is not a scheme"Daniel Stenberg
2018-11-03url: a short host name + port is not a schemeDaniel Stenberg
2018-11-03URL: fix IPv6 numeral address parserDaniel Stenberg
2018-10-02urlapi: starting with a drive letter on win32 is not an abs urlDaniel Stenberg
2018-09-21urlapi: fix support for address scope in IPv6 numerical addressesDaniel Stenberg
2018-09-19urlapi: add CURLU_GUESS_SCHEME and fix hostname acceptanceDaniel Stenberg
2018-09-19urlapi: don't set value which is never readDaniel Gustafsson
2018-09-10misc: fix typos in commentsDaniel Gustafsson
2018-09-08urlapi: avoid derefencing a possible NULL pointerDaniel Stenberg
2018-09-08URL-APIDaniel Stenberg