1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-13 21:15:08 -05:00
curl/docs/libcurl/opts
Jay Satiro abbc5d6044 openssl: Don't ignore CA paths when using Windows CA store
This commit changes the behavior of CURLSSLOPT_NATIVE_CA so that it does
not override CURLOPT_CAINFO / CURLOPT_CAPATH, or the hardcoded default
locations. Instead the CA store can now be used at the same time.

The change is due to the impending release. The issue is still being
discussed. The behavior of CURLSSLOPT_NATIVE_CA is subject to change and
is now documented as experimental.

Ref: bc052cc (parent commit)
Ref: https://github.com/curl/curl/issues/5585
2020-06-22 15:31:38 -04:00
..
CMakeLists.txt copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLINFO_ACTIVESOCKET.3 CURLINFO_ACTIVESOCKET.3: clarify the description 2020-06-05 08:50:48 +02:00
CURLINFO_APPCONNECT_TIME_T.3 CURLINFO docs: mention that in redirects times are added 2019-08-28 00:03:12 +02:00
CURLINFO_APPCONNECT_TIME.3 CURLINFO docs: mention that in redirects times are added 2019-08-28 00:03:12 +02:00
CURLINFO_CERTINFO.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLINFO_CONDITION_UNMET.3 CURLINFO_CONDITION_UNMET: return true for 304 http status code 2020-04-05 11:13:49 +02:00
CURLINFO_CONNECT_TIME_T.3 CURLINFO docs: mention that in redirects times are added 2019-08-28 00:03:12 +02:00
CURLINFO_CONNECT_TIME.3 CURLINFO docs: mention that in redirects times are added 2019-08-28 00:03:12 +02:00
CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLINFO_CONTENT_LENGTH_DOWNLOAD.3 getinfo: return sizes as curl_off_t 2017-06-19 09:27:42 +02:00
CURLINFO_CONTENT_LENGTH_UPLOAD_T.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLINFO_CONTENT_LENGTH_UPLOAD.3 getinfo: return sizes as curl_off_t 2017-06-19 09:27:42 +02:00
CURLINFO_CONTENT_TYPE.3 opts: fix bad example formatting \n => \\n 2017-05-06 23:51:29 +02:00
CURLINFO_COOKIELIST.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLINFO_EFFECTIVE_URL.3 CURLINFO_EFFECTIVE_URL.3: add example 2017-05-04 00:00:07 +02:00
CURLINFO_FILETIME_T.3 time: support > year 2038 time stamps for system with 32bit long 2018-01-30 08:29:59 +01:00
CURLINFO_FILETIME.3 time: support > year 2038 time stamps for system with 32bit long 2018-01-30 08:29:59 +01:00
CURLINFO_FTP_ENTRY_PATH.3 opts: fix bad example formatting \n => \\n 2017-05-06 23:51:29 +02:00
CURLINFO_HEADER_SIZE.3 opts: fix bad example formatting \n => \\n 2017-05-06 23:51:29 +02:00
CURLINFO_HTTP_CONNECTCODE.3 opts: fix bad example formatting \n => \\n 2017-05-06 23:51:29 +02:00
CURLINFO_HTTP_VERSION.3 CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directly 2019-08-08 08:17:24 +02:00
CURLINFO_HTTPAUTH_AVAIL.3 auth: Added test cases for RFC7616 2017-10-28 16:33:09 +02:00
CURLINFO_LASTSOCKET.3 opts: fix bad example formatting \n => \\n 2017-05-06 23:51:29 +02:00
CURLINFO_LOCAL_IP.3 docs/opts: 24 more man pages now have examples 2017-05-05 17:26:08 +02:00
CURLINFO_LOCAL_PORT.3 CURLINFO_LOCAL_PORT.3: fix typo 2017-03-16 18:18:49 -04:00
CURLINFO_NAMELOOKUP_TIME_T.3 CURLINFO docs: mention that in redirects times are added 2019-08-28 00:03:12 +02:00
CURLINFO_NAMELOOKUP_TIME.3 CURLINFO docs: mention that in redirects times are added 2019-08-28 00:03:12 +02:00
CURLINFO_NUM_CONNECTS.3 opts: fix bad example formatting \n => \\n 2017-05-06 23:51:29 +02:00
CURLINFO_OS_ERRNO.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLINFO_PRETRANSFER_TIME_T.3 CURLINFO docs: mention that in redirects times are added 2019-08-28 00:03:12 +02:00
CURLINFO_PRETRANSFER_TIME.3 CURLINFO docs: mention that in redirects times are added 2019-08-28 00:03:12 +02:00
CURLINFO_PRIMARY_IP.3 CURLINFO_PRIMARY_IP.3: add example 2017-03-22 11:28:33 +01:00
CURLINFO_PRIMARY_PORT.3 opts: fix bad example formatting \n => \\n 2017-05-06 23:51:29 +02:00
CURLINFO_PRIVATE.3 docs/opts: 24 more man pages now have examples 2017-05-05 17:26:08 +02:00
CURLINFO_PROTOCOL.3 mqtt: add new experimental protocol 2020-04-14 13:03:40 +02:00
CURLINFO_PROXY_SSL_VERIFYRESULT.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLINFO_PROXYAUTH_AVAIL.3 auth: Added test cases for RFC7616 2017-10-28 16:33:09 +02:00
CURLINFO_REDIRECT_COUNT.3 docs/opts: 24 more man pages now have examples 2017-05-05 17:26:08 +02:00
CURLINFO_REDIRECT_TIME_T.3 getinfo: add microsecond precise timers for various intervals 2018-05-17 13:41:04 +02:00
CURLINFO_REDIRECT_TIME.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLINFO_REDIRECT_URL.3 CURLINFO_REDIRECT_URL.3: mention the CURLOPT_MAXREDIRS case 2017-06-24 00:59:10 +02:00
CURLINFO_REQUEST_SIZE.3 opts: fix bad example formatting \n => \\n 2017-05-06 23:51:29 +02:00
CURLINFO_RESPONSE_CODE.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLINFO_RETRY_AFTER.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLINFO_RTSP_CLIENT_CSEQ.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLINFO_RTSP_CSEQ_RECV.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLINFO_RTSP_SERVER_CSEQ.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLINFO_RTSP_SESSION_ID.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLINFO_SCHEME.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLINFO_SIZE_DOWNLOAD_T.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLINFO_SIZE_DOWNLOAD.3 getinfo: return sizes as curl_off_t 2017-06-19 09:27:42 +02:00
CURLINFO_SIZE_UPLOAD_T.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLINFO_SIZE_UPLOAD.3 getinfo: return sizes as curl_off_t 2017-06-19 09:27:42 +02:00
CURLINFO_SPEED_DOWNLOAD_T.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLINFO_SPEED_DOWNLOAD.3 getinfo: return sizes as curl_off_t 2017-06-19 09:27:42 +02:00
CURLINFO_SPEED_UPLOAD_T.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLINFO_SPEED_UPLOAD.3 getinfo: return sizes as curl_off_t 2017-06-19 09:27:42 +02:00
CURLINFO_SSL_ENGINES.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLINFO_SSL_VERIFYRESULT.3 doc: add missing closing parenthesis in CURLINFO_SSL_VERIFYRESULT.3 2020-05-02 12:03:20 +02:00
CURLINFO_STARTTRANSFER_TIME_T.3 CURLINFO docs: mention that in redirects times are added 2019-08-28 00:03:12 +02:00
CURLINFO_STARTTRANSFER_TIME.3 CURLINFO docs: mention that in redirects times are added 2019-08-28 00:03:12 +02:00
CURLINFO_TLS_SESSION.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLINFO_TLS_SSL_PTR.3 polarssl: remove more references and mentions 2020-03-05 07:57:45 +01:00
CURLINFO_TOTAL_TIME_T.3 CURLINFO docs: mention that in redirects times are added 2019-08-28 00:03:12 +02:00
CURLINFO_TOTAL_TIME.3 CURLINFO docs: mention that in redirects times are added 2019-08-28 00:03:12 +02:00
CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3 pipelining: removed 2019-04-06 22:49:50 +02:00
CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3 pipelining: removed 2019-04-06 22:49:50 +02:00
CURLMOPT_MAX_CONCURRENT_STREAMS.3 CURLMOPT_MAX_CONCURRENT_STREAMS.3: fix SEE ALSO typo 2019-10-03 14:16:10 +02:00
CURLMOPT_MAX_HOST_CONNECTIONS.3 opts: more examples added in option man pages 2017-05-27 23:11:26 +02:00
CURLMOPT_MAX_PIPELINE_LENGTH.3 pipelining: removed 2019-04-06 22:49:50 +02:00
CURLMOPT_MAX_TOTAL_CONNECTIONS.3 opts: more examples added in option man pages 2017-05-27 23:11:26 +02:00
CURLMOPT_MAXCONNECTS.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLMOPT_PIPELINING_SERVER_BL.3 wording: avoid blacklist/whitelist stereotypes 2020-06-10 08:49:17 +02:00
CURLMOPT_PIPELINING_SITE_BL.3 wording: avoid blacklist/whitelist stereotypes 2020-06-10 08:49:17 +02:00
CURLMOPT_PIPELINING.3 pipelining: removed 2019-04-06 22:49:50 +02:00
CURLMOPT_PUSHDATA.3 opts: more examples added in option man pages 2017-05-27 23:11:26 +02:00
CURLMOPT_PUSHFUNCTION.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLMOPT_SOCKETDATA.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLMOPT_SOCKETFUNCTION.3 CURLMOPT_SOCKETFUNCTION.3: fix typo 2019-06-24 14:19:13 +02:00
CURLMOPT_TIMERDATA.3 opts: more examples added in option man pages 2017-05-27 23:11:26 +02:00
CURLMOPT_TIMERFUNCTION.3 CURLMOPT_TIMERFUNCTION.3: warn about the recursive risk [ci skip] 2019-05-03 23:21:07 +02:00
CURLOPT_ABSTRACT_UNIX_SOCKET.3 unix_socket: add support for abstract unix domain socket 2017-01-13 16:25:20 +01:00
CURLOPT_ACCEPT_ENCODING.3 CURLOPT_ACCEPT_ENCODING.3: list them comma-separated [ci skip] 2018-08-27 11:16:23 +02:00
CURLOPT_ACCEPTTIMEOUT_MS.3 CURLOPT_ACCEPTTIMEOUT_MS.3: added example 2016-03-06 23:33:18 +01:00
CURLOPT_ADDRESS_SCOPE.3 CURLOPT_ADDRESS_SCOPE: fix range check and more 2019-04-13 11:18:55 +02:00
CURLOPT_ALTSVC_CTRL.3 CURLOPT_ALTSVC_CTRL.3: fix the DEFAULT wording 2020-02-11 22:37:02 +01:00
CURLOPT_ALTSVC.3 CURLOPT_ALTSVC.3: use a "" file name to not load from a file 2019-08-14 14:42:11 +02:00
CURLOPT_APPEND.3 CURLOPT_APPEND.3: added example 2016-03-06 23:28:35 +01:00
CURLOPT_AUTOREFERER.3 docs/opts: 24 more man pages now have examples 2017-05-05 17:26:08 +02:00
CURLOPT_BUFFERSIZE.3 url.c: add a compile-time check that CURL_MAX_WRITE_SIZE is large enough 2017-05-13 23:21:27 +02:00
CURLOPT_CAINFO.3 CURLOPT_CAINFO.3: polished wording 2019-06-10 12:43:46 +02:00
CURLOPT_CAPATH.3 polarssl: remove more references and mentions 2020-03-05 07:57:45 +01:00
CURLOPT_CERTINFO.3 schannel: stop calling it "winssl" 2019-02-01 08:20:38 +01:00
CURLOPT_CHUNK_BGN_FUNCTION.3 CURLOPT_CHUNK_BGN_FUNCTION.3: document the struct and time value 2019-05-03 23:19:56 +02:00
CURLOPT_CHUNK_DATA.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_CHUNK_END_FUNCTION.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_CLOSESOCKETDATA.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_CLOSESOCKETFUNCTION.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_CONNECT_ONLY.3 connection: never reuse CONNECT_ONLY conections 2019-02-19 22:50:02 +01:00
CURLOPT_CONNECT_TO.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_CONNECTTIMEOUT_MS.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_CONNECTTIMEOUT.3 setopt: avoid integer overflows when setting millsecond values 2017-10-16 09:23:19 +02:00
CURLOPT_CONV_FROM_NETWORK_FUNCTION.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_CONV_FROM_UTF8_FUNCTION.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_CONV_TO_NETWORK_FUNCTION.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_COOKIE.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_COOKIEFILE.3 HTTP-COOKIES.md: describe the cookie file format 2020-01-13 23:18:32 +01:00
CURLOPT_COOKIEJAR.3 docs/opts: 24 more man pages now have examples 2017-05-05 17:26:08 +02:00
CURLOPT_COOKIELIST.3 HTTP-COOKIES.md: describe the cookie file format 2020-01-13 23:18:32 +01:00
CURLOPT_COOKIESESSION.3 docs/opts: 24 more man pages now have examples 2017-05-05 17:26:08 +02:00
CURLOPT_COPYPOSTFIELDS.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_CRLF.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_CRLFILE.3 OpenSSL: have CURLOPT_CRLFILE imply CURLSSLOPT_NO_PARTIALCHAIN 2020-05-13 16:39:36 +02:00
CURLOPT_CURLU.3 copyrights: update all copyright notices to 2019 on files changed this year 2019-11-02 23:15:56 +01:00
CURLOPT_CUSTOMREQUEST.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_DEBUGDATA.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_DEBUGFUNCTION.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_DEFAULT_PROTOCOL.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_DIRLISTONLY.3 docs/opts: 24 more man pages now have examples 2017-05-05 17:26:08 +02:00
CURLOPT_DISALLOW_USERNAME_IN_URL.3 option: disallow username in URL 2018-05-31 11:27:16 +02:00
CURLOPT_DNS_CACHE_TIMEOUT.3 CURLOPT_DNS_CACHE_TIMEOUT.3: see also CURLOPT_RESOLVE 2017-12-09 23:34:07 +01:00
CURLOPT_DNS_INTERFACE.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_DNS_LOCAL_IP4.3 CURLOPT_DNS_LOCAL_IP4.3: fixed the seel also to not self-reference 2017-12-11 00:00:17 +01:00
CURLOPT_DNS_LOCAL_IP6.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_DNS_SERVERS.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_DNS_SHUFFLE_ADDRESSES.3 resolve: add CURLOPT_DNS_SHUFFLE_ADDRESSES 2018-03-17 20:44:14 +01:00
CURLOPT_DNS_USE_GLOBAL_CACHE.3 CURLOPT_DNS_USE_GLOBAL_CACHE: remove 2019-04-11 22:22:39 +02:00
CURLOPT_DOH_URL.3 setopt: add CURLOPT_DOH_URL 2018-09-06 09:17:17 +02:00
CURLOPT_EGDSOCKET.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_ERRORBUFFER.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_EXPECT_100_TIMEOUT_MS.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_FAILONERROR.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_FILETIME.3 docs: added examples for CURLINFO_FILETIME.3 and CURLOPT_FILETIME.3 2017-04-03 00:00:43 +02:00
CURLOPT_FNMATCH_DATA.3 CURLOPT_FNMATCH_DATA.3: modified example to avoid fcpp issues 2017-05-31 13:30:04 +02:00
CURLOPT_FNMATCH_FUNCTION.3 CURLOPT_FNMATCH_FUNCTION.3: also modified example to avoid fcpp issues 2017-05-31 13:36:51 +02:00
CURLOPT_FOLLOWLOCATION.3 location.d: the method change is from POST to GET only 2020-01-28 12:58:33 +01:00
CURLOPT_FORBID_REUSE.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_FRESH_CONNECT.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_FTP_ACCOUNT.3 docs/opts: 23 more man pages now have examples 2017-05-05 16:30:23 +02:00
CURLOPT_FTP_ALTERNATIVE_TO_USER.3 docs/opts: 23 more man pages now have examples 2017-05-05 16:30:23 +02:00
CURLOPT_FTP_CREATE_MISSING_DIRS.3 docs/opts: 23 more man pages now have examples 2017-05-05 16:30:23 +02:00
CURLOPT_FTP_FILEMETHOD.3 docs/opts: 23 more man pages now have examples 2017-05-05 16:30:23 +02:00
CURLOPT_FTP_RESPONSE_TIMEOUT.3 setopt: avoid integer overflows when setting millsecond values 2017-10-16 09:23:19 +02:00
CURLOPT_FTP_SKIP_PASV_IP.3 docs/opts: 23 more man pages now have examples 2017-05-05 16:30:23 +02:00
CURLOPT_FTP_SSL_CCC.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_FTP_USE_EPRT.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_FTP_USE_EPSV.3 docs/opts: 23 more man pages now have examples 2017-05-05 16:30:23 +02:00
CURLOPT_FTP_USE_PRET.3 docs/opts: 23 more man pages now have examples 2017-05-05 16:30:23 +02:00
CURLOPT_FTPPORT.3 opts: more examples added to man pages 2017-05-30 23:35:30 +02:00
CURLOPT_FTPSSLAUTH.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_GSSAPI_DELEGATION.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_HAPROXYPROTOCOL.3 docs: mention HAproxy protocol "version 1" 2018-05-18 17:48:40 +02:00
CURLOPT_HEADER.3 CURLOPT_HEADER.3: fix typo 2018-10-03 02:30:32 -04:00
CURLOPT_HEADERDATA.3 docs/opts: 24 more man pages now have examples 2017-05-05 17:26:08 +02:00
CURLOPT_HEADERFUNCTION.3 CURLOPT_HEADERFUNCTION.3: Document that size is always 1 2019-12-26 02:26:08 -05:00
CURLOPT_HEADEROPT.3 copyrights: update all copyright notices to 2019 on files changed this year 2019-11-02 23:15:56 +01:00
CURLOPT_HTTP09_ALLOWED.3 http09: disable HTTP/0.9 by default in both tool and library 2019-08-06 00:08:14 +02:00
CURLOPT_HTTP200ALIASES.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_HTTP_CONTENT_DECODING.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_HTTP_TRANSFER_DECODING.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_HTTP_VERSION.3 docs: fix typo in CURLOPT_HTTP_VERSION man 2019-09-15 12:25:02 +01:00
CURLOPT_HTTPAUTH.3 CURLOPT_HTTPAUTH.3: CURLAUTH_BEARER was added in 7.61.0 2018-06-15 11:17:02 +02:00
CURLOPT_HTTPGET.3 docs: clarify CURLOPT_HTTPGET somewhat 2018-05-21 10:29:28 +02:00
CURLOPT_HTTPHEADER.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_HTTPPOST.3 mime: new MIME API. 2017-09-02 17:47:10 +01:00
CURLOPT_HTTPPROXYTUNNEL.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_IGNORE_CONTENT_LENGTH.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_INFILESIZE_LARGE.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_INFILESIZE.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_INTERFACE.3 CURLOPT_INTERFACE.3: interface names not supported on Windows 2018-06-18 23:14:28 +02:00
CURLOPT_INTERLEAVEDATA.3 docs: clarify the CURLOPT_INTERLEAVE* options behavior 2017-09-15 15:47:56 +02:00
CURLOPT_INTERLEAVEFUNCTION.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_IOCTLDATA.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_IOCTLFUNCTION.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_IPRESOLVE.3 docs/opts: 24 more man pages now have examples 2017-05-05 17:26:08 +02:00
CURLOPT_ISSUERCERT_BLOB.3 setopt: support certificate options in memory with struct curl_blob 2020-05-15 13:03:59 +02:00
CURLOPT_ISSUERCERT.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_KEEP_SENDING_ON_ERROR.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_KEYPASSWD.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_KRBLEVEL.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_LOCALPORT.3 copyrights: update all copyright notices to 2019 on files changed this year 2019-11-02 23:15:56 +01:00
CURLOPT_LOCALPORTRANGE.3 copyrights: update all copyright notices to 2019 on files changed this year 2019-11-02 23:15:56 +01:00
CURLOPT_LOGIN_OPTIONS.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_LOW_SPEED_LIMIT.3 opts: fix bad example formatting \n => \\n 2017-05-06 23:51:29 +02:00
CURLOPT_LOW_SPEED_TIME.3 opts: fix bad example formatting \n => \\n 2017-05-06 23:51:29 +02:00
CURLOPT_MAIL_AUTH.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_MAIL_FROM.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_MAIL_RCPT_ALLLOWFAILS.3 smtp: Allow RCPT TO command to fail for some recipients 2020-01-21 10:40:19 +01:00
CURLOPT_MAIL_RCPT.3 test1173: make it also check all libcurl option man pages 2019-07-16 12:38:42 +02:00
CURLOPT_MAX_RECV_SPEED_LARGE.3 opts: more examples added to man pages 2017-05-30 23:35:30 +02:00
CURLOPT_MAX_SEND_SPEED_LARGE.3 opts: more examples added to man pages 2017-05-30 23:35:30 +02:00
CURLOPT_MAXAGE_CONN.3 CURLOPT_MAXAGE_CONN: set the maximum allowed age for conn reuse 2019-04-21 23:06:23 +02:00
CURLOPT_MAXCONNECTS.3 opts: more examples added to man pages 2017-05-30 23:35:30 +02:00
CURLOPT_MAXFILESIZE_LARGE.3 opts: more examples added to man pages 2017-05-30 23:35:30 +02:00
CURLOPT_MAXFILESIZE.3 opts: more examples added to man pages 2017-05-30 23:35:30 +02:00
CURLOPT_MAXREDIRS.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_MIMEPOST.3 docs: curl_mime_*.3 man page formatting edits 2017-09-04 09:20:24 +02:00
CURLOPT_NETRC_FILE.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_NETRC.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_NEW_DIRECTORY_PERMS.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_NEW_FILE_PERMS.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_NOBODY.3 --request-target: instead of --strip-path-slash 2017-06-21 23:39:10 +02:00
CURLOPT_NOPROGRESS.3 CURLOPT_NOPROGRESS.3: also refer to xferinfofunction 2017-10-09 16:24:19 +02:00
CURLOPT_NOPROXY.3 docs: clarify NO_PROXY env variable functionality 2018-08-24 23:22:46 +02:00
CURLOPT_NOSIGNAL.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_OPENSOCKETDATA.3 man pages: fix example syntax errors 2017-05-15 13:01:15 +02:00
CURLOPT_OPENSOCKETFUNCTION.3 wording: avoid blacklist/whitelist stereotypes 2020-06-10 08:49:17 +02:00
CURLOPT_PASSWORD.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_PATH_AS_IS.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_PINNEDPUBLICKEY.3 wolfssl: refer to it as wolfSSL only 2019-06-10 09:18:16 +02:00
CURLOPT_PIPEWAIT.3 docs: fix bugs in CURLOPT_HTTP_VERSION.3 and CURLOPT_PIPEWAIT.3 2016-05-01 13:32:49 +02:00
CURLOPT_PORT.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_POST.3 HTTP: use chunked Transfer-Encoding for HTTP_POST if size unknown 2019-07-29 13:18:53 +02:00
CURLOPT_POSTFIELDS.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_POSTFIELDSIZE_LARGE.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_POSTFIELDSIZE.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_POSTQUOTE.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_POSTREDIR.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_PRE_PROXY.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_PREQUOTE.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_PRIVATE.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_PROGRESSDATA.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_PROGRESSFUNCTION.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_PROTOCOLS.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_PROXY_CAINFO.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_PROXY_CAPATH.3 PolarSSL: deprecate support step 1. Removed from configure. 2019-05-22 10:00:56 +02:00
CURLOPT_PROXY_CRLFILE.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_PROXY_ISSUERCERT_BLOB.3 setopt: add CURLOPT_PROXY_ISSUERCERT(_BLOB) for coherency 2020-05-23 23:19:13 +02:00
CURLOPT_PROXY_ISSUERCERT.3 setopt: add CURLOPT_PROXY_ISSUERCERT(_BLOB) for coherency 2020-05-23 23:19:13 +02:00
CURLOPT_PROXY_KEYPASSWD.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_PROXY_PINNEDPUBLICKEY.3 PolarSSL: deprecate support step 1. Removed from configure. 2019-05-22 10:00:56 +02:00
CURLOPT_PROXY_SERVICE_NAME.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_PROXY_SSL_CIPHER_LIST.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_PROXY_SSL_OPTIONS.3 wording: avoid blacklist/whitelist stereotypes 2020-06-10 08:49:17 +02:00
CURLOPT_PROXY_SSL_VERIFYHOST.3 CURLOPT_SSL_VERIFYHOST: treat the value 1 as 2 2019-08-20 14:57:59 +02:00
CURLOPT_PROXY_SSL_VERIFYPEER.3 HTTPS-PROXY docs: update/polish 2016-12-16 16:57:39 +01:00
CURLOPT_PROXY_SSLCERT_BLOB.3 setopt: support certificate options in memory with struct curl_blob 2020-05-15 13:03:59 +02:00
CURLOPT_PROXY_SSLCERT.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_PROXY_SSLCERTTYPE.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_PROXY_SSLKEY_BLOB.3 setopt: support certificate options in memory with struct curl_blob 2020-05-15 13:03:59 +02:00
CURLOPT_PROXY_SSLKEY.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_PROXY_SSLKEYTYPE.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_PROXY_SSLVERSION.3 copyrights: update all copyright notices to 2019 on files changed this year 2019-11-02 23:15:56 +01:00
CURLOPT_PROXY_TLS13_CIPHERS.3 copyrights: update all copyright notices to 2019 on files changed this year 2019-11-02 23:15:56 +01:00
CURLOPT_PROXY_TLSAUTH_PASSWORD.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_PROXY_TLSAUTH_TYPE.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_PROXY_TLSAUTH_USERNAME.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_PROXY_TRANSFER_MODE.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_PROXY.3 docs: clarify NO_PROXY env variable functionality 2018-08-24 23:22:46 +02:00
CURLOPT_PROXYAUTH.3 opts: more examples added to man pages 2017-05-30 23:35:30 +02:00
CURLOPT_PROXYHEADER.3 opts: more examples added to man pages 2017-05-30 23:35:30 +02:00
CURLOPT_PROXYPASSWORD.3 opts: more examples added to man pages 2017-05-30 23:35:30 +02:00
CURLOPT_PROXYPORT.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_PROXYTYPE.3 opts: more examples added to man pages 2017-05-30 23:35:30 +02:00
CURLOPT_PROXYUSERNAME.3 opts: more examples added to man pages 2017-05-30 23:35:30 +02:00
CURLOPT_PROXYUSERPWD.3 opts: more examples added to man pages 2017-05-30 23:35:30 +02:00
CURLOPT_PUT.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_QUOTE.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_RANDOM_FILE.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_RANGE.3 copyrights: update all copyright notices to 2019 on files changed this year 2019-11-02 23:15:56 +01:00
CURLOPT_READDATA.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_READFUNCTION.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_REDIR_PROTOCOLS.3 CURLOPT_REDIR_PROTOCOLS.3: update the DEFAULT section 2020-02-18 09:19:39 +01:00
CURLOPT_REFERER.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_REQUEST_TARGET.3 --request-target: instead of --strip-path-slash 2017-06-21 23:39:10 +02:00
CURLOPT_RESOLVE.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_RESOLVER_START_DATA.3 url: Add option CURLOPT_RESOLVER_START_FUNCTION 2018-02-21 21:29:10 -05:00
CURLOPT_RESOLVER_START_FUNCTION.3 url: Add option CURLOPT_RESOLVER_START_FUNCTION 2018-02-21 21:29:10 -05:00
CURLOPT_RESUME_FROM_LARGE.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_RESUME_FROM.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_RTSP_CLIENT_CSEQ.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_RTSP_REQUEST.3 test1173: make it also check all libcurl option man pages 2019-07-16 12:38:42 +02:00
CURLOPT_RTSP_SERVER_CSEQ.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_RTSP_SESSION_ID.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_RTSP_STREAM_URI.3 test1173: make it also check all libcurl option man pages 2019-07-16 12:38:42 +02:00
CURLOPT_RTSP_TRANSPORT.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_SASL_AUTHZID.3 sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZID 2019-08-06 11:38:20 -04:00
CURLOPT_SASL_IR.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_SEEKDATA.3 copyrights: update all copyright notices to 2019 on files changed this year 2019-11-02 23:15:56 +01:00
CURLOPT_SEEKFUNCTION.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_SERVICE_NAME.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_SHARE.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_SOCKOPTDATA.3 man pages: fix example syntax errors 2017-05-15 13:01:15 +02:00
CURLOPT_SOCKOPTFUNCTION.3 docs/libcurl/opts: added more examples in man pages 2017-05-15 11:45:19 +02:00
CURLOPT_SOCKS5_AUTH.3 CURLOPT_SOCKS5_AUTH: allowed methods for SOCKS5 proxy auth 2017-06-28 08:02:58 +02:00
CURLOPT_SOCKS5_GSSAPI_NEC.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_SOCKS5_GSSAPI_SERVICE.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_SSH_AUTH_TYPES.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_SSH_COMPRESSION.3 Documentation: fix CURLOPT_SSH_COMPRESSION copy/paste bug 2018-08-10 23:45:08 +02:00
CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_SSH_KEYDATA.3 CURLOPT_SSH_KEY*.3: typos 2017-05-31 13:52:03 +02:00
CURLOPT_SSH_KEYFUNCTION.3 CURLOPT_SSH_KEY*.3: typos 2017-05-31 13:52:03 +02:00
CURLOPT_SSH_KNOWNHOSTS.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_SSH_PRIVATE_KEYFILE.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_SSH_PUBLIC_KEYFILE.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_SSL_CIPHER_LIST.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_SSL_CTX_DATA.3 wolfssl: refer to it as wolfSSL only 2019-06-10 09:18:16 +02:00
CURLOPT_SSL_CTX_FUNCTION.3 wolfssl: refer to it as wolfSSL only 2019-06-10 09:18:16 +02:00
CURLOPT_SSL_ENABLE_ALPN.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_SSL_ENABLE_NPN.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_SSL_FALSESTART.3 docs/libcurl/opts: added more examples in man pages 2017-05-15 11:45:19 +02:00
CURLOPT_SSL_OPTIONS.3 openssl: Don't ignore CA paths when using Windows CA store 2020-06-22 15:31:38 -04:00
CURLOPT_SSL_SESSIONID_CACHE.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_SSL_VERIFYHOST.3 CURLOPT_SSL_VERIFYHOST: treat the value 1 as 2 2019-08-20 14:57:59 +02:00
CURLOPT_SSL_VERIFYPEER.3 CURLOPT_SSL_VERIFYPEER.3: fix syntax mistake 2018-06-24 23:18:52 +02:00
CURLOPT_SSL_VERIFYSTATUS.3 CURLOPT_SSL_VERIFYSTATUS: Fix typo 2018-10-09 09:47:40 +02:00
CURLOPT_SSLCERT_BLOB.3 setopt: support certificate options in memory with struct curl_blob 2020-05-15 13:03:59 +02:00
CURLOPT_SSLCERT.3 setopt: support certificate options in memory with struct curl_blob 2020-05-15 13:03:59 +02:00
CURLOPT_SSLCERTTYPE.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_SSLENGINE_DEFAULT.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_SSLENGINE.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_SSLKEY_BLOB.3 setopt: support certificate options in memory with struct curl_blob 2020-05-15 13:03:59 +02:00
CURLOPT_SSLKEY.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_SSLKEYTYPE.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_SSLVERSION.3 copyrights: update all copyright notices to 2019 on files changed this year 2019-11-02 23:15:56 +01:00
CURLOPT_STDERR.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_STREAM_DEPENDS_E.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_STREAM_DEPENDS.3 CURLOPT_STREAM_DEPENDS.3: typo 2017-05-31 13:39:56 +02:00
CURLOPT_STREAM_WEIGHT.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_SUPPRESS_CONNECT_HEADERS.3 url: add option CURLOPT_SUPPRESS_CONNECT_HEADERS 2017-03-12 01:32:33 -05:00
CURLOPT_TCP_FASTOPEN.3 docs/libcurl/opts: added more examples in man pages 2017-05-15 11:45:19 +02:00
CURLOPT_TCP_KEEPALIVE.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_TCP_KEEPIDLE.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_TCP_KEEPINTVL.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_TCP_NODELAY.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_TELNETOPTIONS.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_TFTP_BLKSIZE.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_TFTP_NO_OPTIONS.3 URLs: change http to https in many places 2016-04-06 11:58:34 +02:00
CURLOPT_TIMECONDITION.3 code: style updates 2016-04-03 22:38:36 +02:00
CURLOPT_TIMEOUT_MS.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_TIMEOUT.3 CURLOPT_TIMEOUT.3: Clarify transfer timeout time includes queue time 2019-10-16 14:20:16 -04:00
CURLOPT_TIMEVALUE_LARGE.3 time: support > year 2038 time stamps for system with 32bit long 2018-01-30 08:29:59 +01:00
CURLOPT_TIMEVALUE.3 time: support > year 2038 time stamps for system with 32bit long 2018-01-30 08:29:59 +01:00
CURLOPT_TLS13_CIPHERS.3 copyrights: update all copyright notices to 2019 on files changed this year 2019-11-02 23:15:56 +01:00
CURLOPT_TLSAUTH_PASSWORD.3 docs: TLS SRP doesn't work with TLS 1.3 2019-12-16 16:03:22 +01:00
CURLOPT_TLSAUTH_TYPE.3 docs: TLS SRP doesn't work with TLS 1.3 2019-12-16 16:03:22 +01:00
CURLOPT_TLSAUTH_USERNAME.3 docs: TLS SRP doesn't work with TLS 1.3 2019-12-16 16:03:22 +01:00
CURLOPT_TRAILERDATA.3 copyrights: update all copyright notices to 2019 on files changed this year 2019-11-02 23:15:56 +01:00
CURLOPT_TRAILERFUNCTION.3 copyrights: update all copyright notices to 2019 on files changed this year 2019-11-02 23:15:56 +01:00
CURLOPT_TRANSFER_ENCODING.3 docs/libcurl/opts: added more examples in man pages 2017-05-15 11:45:19 +02:00
CURLOPT_TRANSFERTEXT.3 opts: more than 100 more examples for man pages... 2017-05-31 11:56:53 +02:00
CURLOPT_UNIX_SOCKET_PATH.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_UNRESTRICTED_AUTH.3 docs/libcurl/opts: added more examples in man pages 2017-05-15 11:45:19 +02:00
CURLOPT_UPKEEP_INTERVAL_MS.3 curl_easy_upkeep: removed 'conn' from the name 2018-09-07 13:43:26 +02:00
CURLOPT_UPLOAD_BUFFERSIZE.3 CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer size 2018-09-06 10:53:39 +02:00
CURLOPT_UPLOAD.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_URL.3 docs: add warnings about FILE: URLs on Windows 2020-03-13 16:56:41 +01:00
CURLOPT_USE_SSL.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_USERAGENT.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_USERNAME.3 docs/opts: 24 more man pages now have examples 2017-05-05 17:26:08 +02:00
CURLOPT_USERPWD.3 CURLOPT_USERPWD.3: see also CURLOPT_PROXYUSERPWD 2017-08-24 10:09:28 +02:00
CURLOPT_VERBOSE.3 CURLOPT_VERBOSE.3: see also ERRORBUFFER 2019-12-04 09:30:57 +01:00
CURLOPT_WILDCARDMATCH.3 curl_fnmatch: only allow two asterisks for matching 2018-05-18 23:33:44 +02:00
CURLOPT_WRITEDATA.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_WRITEFUNCTION.3 CURLOPT_WRITEFUNCTION.3: add inline example and new see-also 2020-04-07 00:07:49 +02:00
CURLOPT_XFERINFODATA.3 CURLOPT_XFERINFODATA.3: fix duplicate see also 2017-10-09 16:24:36 +02:00
CURLOPT_XFERINFOFUNCTION.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
CURLOPT_XOAUTH2_BEARER.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00
Makefile.am cmake: add cmake file in docs/libcurl/opts/ to dist 2017-03-30 08:16:56 +02:00
Makefile.inc setopt: add CURLOPT_PROXY_ISSUERCERT(_BLOB) for coherency 2020-05-23 23:19:13 +02:00
template.3 copyright: fix out-of-date copyright ranges and missing headers 2020-03-24 15:05:59 +01:00