curl/docs/libcurl
Daniel Stenberg 88b1ca7cba
CURLE_PROXY: new error code
Failures clearly returned from a (SOCKS) proxy now causes this return
code. Previously the situation was not very clear as what would be
returned and when.

In addition: when this error code is returned, an application can use
CURLINFO_PROXY_ERROR to query libcurl for the detailed error, which then
returns a value from the new 'CURLproxycode' enum.

Closes #5770
2020-08-24 08:41:48 +02:00
..
opts CURLE_PROXY: new error code 2020-08-24 08:41:48 +02:00
.gitignore
ABI.md ABI.md: rename to .md and polish the markdown 2020-06-12 17:05:21 +02:00
CMakeLists.txt copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
curl_easy_cleanup.3
curl_easy_duphandle.3
curl_easy_escape.3 terminology: call them null-terminated strings 2020-06-28 00:31:24 +02:00
curl_easy_getinfo.3 CURLE_PROXY: new error code 2020-08-24 08:41:48 +02:00
curl_easy_init.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
curl_easy_pause.3
curl_easy_perform.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
curl_easy_recv.3
curl_easy_reset.3 altsvc: keep a copy of the file name to survive handle reset 2020-02-09 22:41:49 +01:00
curl_easy_send.3
curl_easy_setopt.3 setopt: add CURLOPT_PROXY_ISSUERCERT(_BLOB) for coherency 2020-05-23 23:19:13 +02:00
curl_easy_strerror.3 terminology: call them null-terminated strings 2020-06-28 00:31:24 +02:00
curl_easy_unescape.3 terminology: call them null-terminated strings 2020-06-28 00:31:24 +02:00
curl_easy_upkeep.3
curl_escape.3 terminology: call them null-terminated strings 2020-06-28 00:31:24 +02:00
curl_formadd.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
curl_formfree.3
curl_formget.3
curl_free.3
curl_getdate.3
curl_getenv.3 terminology: call them null-terminated strings 2020-06-28 00:31:24 +02:00
curl_global_cleanup.3
curl_global_init_mem.3 curl_global_init_mem.3: mention it was added in 7.12.0 2019-08-11 00:19:45 +02:00
curl_global_init.3 global_init: assume the EINTR bit by default 2020-01-26 18:27:18 +01:00
curl_global_sslset.3 TLS naming: fix more Winssl and Darwinssl leftovers 2020-08-08 00:19:21 +02:00
curl_mime_addpart.3
curl_mime_data_cb.3
curl_mime_data.3 terminology: call them null-terminated strings 2020-06-28 00:31:24 +02:00
curl_mime_encoder.3 terminology: call them null-terminated strings 2020-06-28 00:31:24 +02:00
curl_mime_filedata.3 terminology: call them null-terminated strings 2020-06-28 00:31:24 +02:00
curl_mime_filename.3 terminology: call them null-terminated strings 2020-06-28 00:31:24 +02:00
curl_mime_free.3
curl_mime_headers.3
curl_mime_init.3
curl_mime_name.3 terminology: call them null-terminated strings 2020-06-28 00:31:24 +02:00
curl_mime_subparts.3
curl_mime_type.3 terminology: call them null-terminated strings 2020-06-28 00:31:24 +02:00
curl_mprintf.3
curl_multi_add_handle.3
curl_multi_assign.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
curl_multi_cleanup.3
curl_multi_fdset.3
curl_multi_info_read.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
curl_multi_init.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
curl_multi_perform.3 copyright: update/correct the year range on a few files 2020-08-14 10:20:27 +02:00
curl_multi_poll.3 multi: add curl_multi_wakeup() 2019-11-25 15:45:56 +01:00
curl_multi_remove_handle.3
curl_multi_setopt.3 CURLMOPT_MAX_CONCURRENT_STREAMS: new setopt 2019-10-02 07:47:48 +02:00
curl_multi_socket_action.3 CURLMOPT_SOCKETFUNCTION.3: clarified 2019-06-10 13:07:32 +02:00
curl_multi_socket_all.3
curl_multi_socket.3
curl_multi_strerror.3 terminology: call them null-terminated strings 2020-06-28 00:31:24 +02:00
curl_multi_timeout.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
curl_multi_wait.3 docs: add more references to curl_multi_poll 2019-11-28 22:29:18 +01:00
curl_multi_wakeup.3 curl_multi_wakeup.3: add example and AVAILABILITY 2019-11-26 08:11:32 +01:00
curl_share_cleanup.3
curl_share_init.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
curl_share_setopt.3 KNOWN_BUGS: A shared connection cache is not thread-safe 2020-08-12 07:55:45 +02:00
curl_share_strerror.3 terminology: call them null-terminated strings 2020-06-28 00:31:24 +02:00
curl_slist_append.3
curl_slist_free_all.3
curl_strequal.3
curl_strnequal.3
curl_unescape.3 terminology: call them null-terminated strings 2020-06-28 00:31:24 +02:00
curl_url_cleanup.3
curl_url_dup.3
curl_url_get.3 docs: disambiguate CURLUPART_HOST is for host name (ie no port) 2019-09-28 18:13:33 +02:00
curl_url_set.3 terminology: call them null-terminated strings 2020-06-28 00:31:24 +02:00
curl_url.3
curl_version_info.3 windows: add unicode to feature list 2020-07-14 08:30:17 +00:00
curl_version.3 terminology: call them null-terminated strings 2020-06-28 00:31:24 +02:00
libcurl-easy.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
libcurl-env.3
libcurl-errors.3 docs: add date of 7.20 to CURLM_CALL_MULTI_PERFORM mentions 2020-07-30 00:02:24 +02:00
libcurl-multi.3 copyright updates: adjust year ranges 2020-04-26 23:59:22 +02:00
libcurl-security.3 docs: add warnings about FILE: URLs on Windows 2020-03-13 16:56:41 +01:00
libcurl-share.3
libcurl-thread.3 TLS naming: fix more Winssl and Darwinssl leftovers 2020-08-08 00:19:21 +02:00
libcurl-tutorial.3 copyrights: update all copyright notices to 2019 on files changed this year 2019-11-02 23:15:56 +01:00
libcurl-url.3
libcurl.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
libcurl.m4 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
Makefile.am ABI.md: rename to .md and polish the markdown 2020-06-12 17:05:21 +02:00
Makefile.inc copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
mksymbolsmanpage.pl copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
symbols-in-versions CURLE_PROXY: new error code 2020-08-24 08:41:48 +02:00
symbols.pl copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00