]> granicus.if.org Git - curl/commit
setopt: add CURLOPT_CURLU
authorJim Fuller <jim@webcomposite.com>
Thu, 1 Nov 2018 18:16:15 +0000 (19:16 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 9 Nov 2018 14:47:28 +0000 (15:47 +0100)
commit5c4fe0d8264a4a4f591d79cefe9676b099bdecf2
treed33052e3032909ef366f705e9876780aec64b72f
parent073332b52515391338cff7bbe407d126fdf9c893
setopt: add CURLOPT_CURLU

Allows an application to pass in a pre-parsed URL via a URL handle.

Closes #3227
16 files changed:
docs/examples/Makefile.inc
docs/examples/urlapi.c [new file with mode: 0644]
docs/libcurl/curl_easy_setopt.3
docs/libcurl/opts/CURLOPT_CURLU.3 [new file with mode: 0644]
docs/libcurl/opts/Makefile.inc
docs/libcurl/symbols-in-versions
include/curl/curl.h
include/curl/typecheck-gcc.h
lib/setopt.c
lib/transfer.c
lib/url.c
lib/urldata.h
tests/data/Makefile.inc
tests/data/test658 [new file with mode: 0644]
tests/libtest/Makefile.inc
tests/libtest/lib658.c [new file with mode: 0644]