Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-28 | docs: disambiguate CURLUPART_HOST is for host name (ie no port) | Jay Satiro | |
Closes #4424 | |||
2019-05-05 | urlapi: add CURLUPART_ZONEID to set and get | Daniel Stenberg | |
The zoneid can be used with IPv6 numerical addresses. Updated test 1560 to verify. Closes #3834 | |||
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-13 | curl_url_set.3: properly escape \n in example code | Dave Reisner | |
This yields "the scheme is %s\n" instead of "the scheme is %s0 Closes #2970 | |||
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 |