aboutsummaryrefslogtreecommitdiff
path: root/lib/urlapi.c
AgeCommit message (Expand)Author
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