Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-03 | urlapi: strip off scope id from numerical IPv6 addresses | Daniel Stenberg | |
... to make the host name "usable". Store the scope id and put it back when extracting a URL out of it. Also makes curl_url_set() syntax check CURLUPART_HOST. Fixes #3817 Closes #3822 | |||
2018-09-19 | urlapi: add CURLU_GUESS_SCHEME and fix hostname acceptance | Daniel Stenberg | |
In order for this API to fully work for libcurl itself, it now offers a CURLU_GUESS_SCHEME flag that makes it "guess" scheme based on the host name prefix just like libcurl always did. If there's no known prefix, it will guess "http://". Separately, it relaxes the check of the host name so that IDN host names can be passed in as well. Both these changes are necessary for libcurl itself to use this API. Assisted-by: Daniel Gustafsson Closes #3018 | |||
2018-09-08 | URL-API | Daniel Stenberg | |
See header file and man pages for API. All documented API details work and are tested in the 1560 test case. Closes #2842 |