Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-08 | spelling fixes [ci skip] | Viktor Szakats | |
as detected by codespell 1.14.0 Closes https://github.com/curl/curl/pull/3114 Reviewed-by: Marcel Raad <Marcel.Raad@teamviewer.com> | |||
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-13 | curl_url_set.3: fix typo in reference to CURLU_APPENDQUERY | Dave Reisner | |
2018-09-08 | curl_url_set.3: correct description | Daniel Stenberg | |
2018-09-08 | curl_url-docs: fix AVAILABILITY as Added in curl 7.62.0 | Daniel Stenberg | |
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 |