curl-curl/docs/libcurl/opts
Viktor Szakats e76968e20d
curl_get_line: fix potential infinite loop when filename is a directory
Fix potential inifinite loop reading file content with `Curl_get_line()`
when a filename passed via these options are pointing to a directory
entry (on non-Windows):

- `--alt-svc` / `CURLOPT_ALTSVC`
- `-b` / `--cookie` / `CURLOPT_COOKIEFILE`
- `--hsts` / `CURLOPT_HSTS`
- `--netrc-file` / `CURLOPT_NETRC_FILE`

Fix by checking for this condition and silently skipping such filename
without attempting to read content. Add test 1713 to verify.

Mention in cookie documentation as an accepted case, also show a verbose
message when a directory is detected. Extend test 46 to verify if such
failure lets the logic continue to the next cookie file.

Reported-and-based-on-patch-by: Richard Tollerton
Fixes #20823
Closes #20826 (originally-based-on)
Follow-up to 769ccb4d42 #19140

Closes #20873
2026-03-16 11:54:43 +01:00
..
CMakeLists.txt cmake: honor CURL_DISABLE_INSTALL and CURL_ENABLE_EXPORT_TARGET in lib and src 2025-11-20 00:23:08 +01:00
CURLINFO_ACTIVESOCKET.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLINFO_APPCONNECT_TIME_T.md tidy-up: move literals to right-side of if expressions (where missing) 2026-02-07 16:41:51 +01:00
CURLINFO_APPCONNECT_TIME.md tidy-up: move literals to right-side of if expressions (where missing) 2026-02-07 16:41:51 +01:00
CURLINFO_CAINFO.md CURLINFO: remove 'get' and 'get the' from each short desc 2025-11-08 17:05:55 +01:00
CURLINFO_CAPATH.md CURLINFO: remove 'get' and 'get the' from each short desc 2025-11-08 17:05:55 +01:00
CURLINFO_CERTINFO.md docs: compare result against literal CURLE_OK (where missing) 2026-02-07 19:40:45 +01:00
CURLINFO_CONDITION_UNMET.md tidy-up: miscellaneous 2026-02-12 14:52:16 +01:00
CURLINFO_CONN_ID.md docs: compare result against literal CURLE_OK (where missing) 2026-02-07 19:40:45 +01:00
CURLINFO_CONNECT_TIME_T.md tidy-up: move literals to right-side of if expressions (where missing) 2026-02-07 16:41:51 +01:00
CURLINFO_CONNECT_TIME.md tidy-up: move literals to right-side of if expressions (where missing) 2026-02-07 16:41:51 +01:00
CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.md docs: compare result against literal CURLE_OK (where missing) 2026-02-07 19:40:45 +01:00
CURLINFO_CONTENT_LENGTH_DOWNLOAD.md docs: compare result against literal CURLE_OK (where missing) 2026-02-07 19:40:45 +01:00
CURLINFO_CONTENT_LENGTH_UPLOAD_T.md docs: compare result against literal CURLE_OK (where missing) 2026-02-07 19:40:45 +01:00
CURLINFO_CONTENT_LENGTH_UPLOAD.md docs: compare result against literal CURLE_OK (where missing) 2026-02-07 19:40:45 +01:00
CURLINFO_CONTENT_TYPE.md docs: compare result against literal CURLE_OK (where missing) 2026-02-07 19:40:45 +01:00
CURLINFO_COOKIELIST.md badwords: avoid 'simply' 2026-03-10 19:34:06 +01:00
CURLINFO_EARLYDATA_SENT_T.md docs: compare result against literal CURLE_OK (where missing) 2026-02-07 19:40:45 +01:00
CURLINFO_EFFECTIVE_METHOD.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLINFO_EFFECTIVE_URL.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLINFO_FILETIME_T.md tidy-up: move literals to right-side of if expressions (where missing) 2026-02-07 16:41:51 +01:00
CURLINFO_FILETIME.md tidy-up: move literals to right-side of if expressions (where missing) 2026-02-07 16:41:51 +01:00
CURLINFO_FTP_ENTRY_PATH.md docs: compare result against literal CURLE_OK (where missing) 2026-02-07 19:40:45 +01:00
CURLINFO_HEADER_SIZE.md docs: compare result against literal CURLE_OK (where missing) 2026-02-07 19:40:45 +01:00
CURLINFO_HTTP_CONNECTCODE.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLINFO_HTTP_VERSION.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLINFO_HTTPAUTH_AVAIL.md tidy-up: miscellaneous 2026-02-12 14:52:16 +01:00
CURLINFO_HTTPAUTH_USED.md docs: compare result against literal CURLE_OK (where missing) 2026-02-07 19:40:45 +01:00
CURLINFO_LASTSOCKET.md libcurl docs: reduce 'since ...' in descriptions 2026-01-20 11:22:27 +01:00
CURLINFO_LOCAL_IP.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLINFO_LOCAL_PORT.md tidy-up: move literals to right-side of if expressions (where missing) 2026-02-07 16:41:51 +01:00
CURLINFO_NAMELOOKUP_TIME_T.md tidy-up: move literals to right-side of if expressions (where missing) 2026-02-07 16:41:51 +01:00
CURLINFO_NAMELOOKUP_TIME.md tidy-up: move literals to right-side of if expressions (where missing) 2026-02-07 16:41:51 +01:00
CURLINFO_NUM_CONNECTS.md docs: compare result against literal CURLE_OK (where missing) 2026-02-07 19:40:45 +01:00
CURLINFO_OS_ERRNO.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLINFO_POSTTRANSFER_TIME_T.md tidy-up: move literals to right-side of if expressions (where missing) 2026-02-07 16:41:51 +01:00
CURLINFO_PRETRANSFER_TIME_T.md stop using the word 'just' 2026-03-03 15:30:22 +01:00
CURLINFO_PRETRANSFER_TIME.md stop using the word 'just' 2026-03-03 15:30:22 +01:00
CURLINFO_PRIMARY_IP.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLINFO_PRIMARY_PORT.md docs: compare result against literal CURLE_OK (where missing) 2026-02-07 19:40:45 +01:00
CURLINFO_PRIVATE.md docs: compare result against literal CURLE_OK (where missing) 2026-02-07 19:40:45 +01:00
CURLINFO_PROTOCOL.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLINFO_PROXY_ERROR.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLINFO_PROXY_SSL_VERIFYRESULT.md docs: compare result against literal CURLE_OK (where missing) 2026-02-07 19:40:45 +01:00
CURLINFO_PROXYAUTH_AVAIL.md tidy-up: miscellaneous 2026-02-12 14:52:16 +01:00
CURLINFO_PROXYAUTH_USED.md docs: compare result against literal CURLE_OK (where missing) 2026-02-07 19:40:45 +01:00
CURLINFO_QUEUE_TIME_T.md tidy-up: move literals to right-side of if expressions (where missing) 2026-02-07 16:41:51 +01:00
CURLINFO_REDIRECT_COUNT.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLINFO_REDIRECT_TIME_T.md tidy-up: move literals to right-side of if expressions (where missing) 2026-02-07 16:41:51 +01:00
CURLINFO_REDIRECT_TIME.md tidy-up: move literals to right-side of if expressions (where missing) 2026-02-07 16:41:51 +01:00
CURLINFO_REDIRECT_URL.md docs: avoid using the word 'magic' 2026-03-03 15:32:13 +01:00
CURLINFO_REFERER.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLINFO_REQUEST_SIZE.md docs: compare result against literal CURLE_OK (where missing) 2026-02-07 19:40:45 +01:00
CURLINFO_RESPONSE_CODE.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLINFO_RETRY_AFTER.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLINFO_RTSP_CLIENT_CSEQ.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLINFO_RTSP_CSEQ_RECV.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLINFO_RTSP_SERVER_CSEQ.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLINFO_RTSP_SESSION_ID.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLINFO_SCHEME.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLINFO_SIZE_DOWNLOAD_T.md docs: compare result against literal CURLE_OK (where missing) 2026-02-07 19:40:45 +01:00
CURLINFO_SIZE_DOWNLOAD.md docs: compare result against literal CURLE_OK (where missing) 2026-02-07 19:40:45 +01:00
CURLINFO_SIZE_UPLOAD_T.md docs: compare result against literal CURLE_OK (where missing) 2026-02-07 19:40:45 +01:00
CURLINFO_SIZE_UPLOAD.md docs: compare result against literal CURLE_OK (where missing) 2026-02-07 19:40:45 +01:00
CURLINFO_SPEED_DOWNLOAD_T.md docs: compare result against literal CURLE_OK (where missing) 2026-02-07 19:40:45 +01:00
CURLINFO_SPEED_DOWNLOAD.md docs: compare result against literal CURLE_OK (where missing) 2026-02-07 19:40:45 +01:00
CURLINFO_SPEED_UPLOAD_T.md docs: compare result against literal CURLE_OK (where missing) 2026-02-07 19:40:45 +01:00
CURLINFO_SPEED_UPLOAD.md docs: compare result against literal CURLE_OK (where missing) 2026-02-07 19:40:45 +01:00
CURLINFO_SSL_ENGINES.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLINFO_SSL_VERIFYRESULT.md docs: compare result against literal CURLE_OK (where missing) 2026-02-07 19:40:45 +01:00
CURLINFO_STARTTRANSFER_TIME_T.md tidy-up: move literals to right-side of if expressions (where missing) 2026-02-07 16:41:51 +01:00
CURLINFO_STARTTRANSFER_TIME.md tidy-up: move literals to right-side of if expressions (where missing) 2026-02-07 16:41:51 +01:00
CURLINFO_TLS_SESSION.md tidy-up: miscellaneous 2026-02-12 14:52:16 +01:00
CURLINFO_TLS_SSL_PTR.md stop using the word 'just' 2026-03-03 15:30:22 +01:00
CURLINFO_TOTAL_TIME_T.md tidy-up: move literals to right-side of if expressions (where missing) 2026-02-07 16:41:51 +01:00
CURLINFO_TOTAL_TIME.md tidy-up: move literals to right-side of if expressions (where missing) 2026-02-07 16:41:51 +01:00
CURLINFO_USED_PROXY.md docs: compare result against literal CURLE_OK (where missing) 2026-02-07 19:40:45 +01:00
CURLINFO_XFER_ID.md docs: compare result against literal CURLE_OK (where missing) 2026-02-07 19:40:45 +01:00
CURLMINFO_XFERS_ADDED.md curl_multi_get_offt: add separate man pages for the options 2025-08-05 11:24:30 +02:00
CURLMINFO_XFERS_CURRENT.md curl_multi_get_offt: add separate man pages for the options 2025-08-05 11:24:30 +02:00
CURLMINFO_XFERS_DONE.md curl_multi_get_offt: add separate man pages for the options 2025-08-05 11:24:30 +02:00
CURLMINFO_XFERS_PENDING.md curl_multi_get_offt: add separate man pages for the options 2025-08-05 11:24:30 +02:00
CURLMINFO_XFERS_RUNNING.md curl_multi_get_offt: add separate man pages for the options 2025-08-05 11:24:30 +02:00
CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLMOPT_MAX_CONCURRENT_STREAMS.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLMOPT_MAX_HOST_CONNECTIONS.md badwords: avoid 'simply' 2026-03-10 19:34:06 +01:00
CURLMOPT_MAX_PIPELINE_LENGTH.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLMOPT_MAX_TOTAL_CONNECTIONS.md badwords: avoid 'simply' 2026-03-10 19:34:06 +01:00
CURLMOPT_MAXCONNECTS.md badwords: avoid 'simply' 2026-03-10 19:34:06 +01:00
CURLMOPT_NETWORK_CHANGED.md multi: change prefix for the network change bits to CURLMNWC_ 2025-08-05 13:05:59 +02:00
CURLMOPT_NOTIFYDATA.md notify: use 'notify' in public header and docs 2025-10-07 19:11:31 +02:00
CURLMOPT_NOTIFYFUNCTION.md notify: use 'notify' in public header and docs 2025-10-07 19:11:31 +02:00
CURLMOPT_PIPELINING_SERVER_BL.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLMOPT_PIPELINING_SITE_BL.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLMOPT_PIPELINING.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLMOPT_PUSHDATA.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLMOPT_PUSHFUNCTION.md stop using the word 'just' 2026-03-03 15:30:22 +01:00
CURLMOPT_SOCKETDATA.md curldown: fixups 2024-07-19 17:03:25 +02:00
CURLMOPT_SOCKETFUNCTION.md CURLMOPT_SOCKETFUNCTION.md: fix the callback argument use 2025-12-04 22:59:51 +01:00
CURLMOPT_TIMERDATA.md CURLMOPT_TIMERFUNCTION.md: correct the example 2025-05-09 17:04:40 +02:00
CURLMOPT_TIMERFUNCTION.md CURLMOPT_TIMERFUNCTION.md: correct the example 2025-05-09 17:04:40 +02:00
CURLOPT_ABSTRACT_UNIX_SOCKET.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_ACCEPT_ENCODING.md stop using the word 'just' 2026-03-03 15:30:22 +01:00
CURLOPT_ACCEPTTIMEOUT_MS.md docs/libcurl: clarify some timeout option behavior 2025-09-16 16:57:28 +02:00
CURLOPT_ADDRESS_SCOPE.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_ALTSVC_CTRL.md tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
CURLOPT_ALTSVC.md docs: mention umask need when curl creates files 2025-11-07 14:12:59 +01:00
CURLOPT_APPEND.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_AUTOREFERER.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_AWS_SIGV4.md stop using the word 'just' 2026-03-03 15:30:22 +01:00
CURLOPT_BUFFERSIZE.md stop using the word 'just' 2026-03-03 15:30:22 +01:00
CURLOPT_CA_CACHE_TIMEOUT.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_CAINFO_BLOB.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_CAINFO.md TLS: remove support for Secure Transport and BearSSL 2025-06-11 07:54:19 +02:00
CURLOPT_CAPATH.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_CERTINFO.md docs: compare result against literal CURLE_OK (where missing) 2026-02-07 19:40:45 +01:00
CURLOPT_CHUNK_BGN_FUNCTION.md tidy-up: miscellaneous 2026-03-09 11:35:19 +01:00
CURLOPT_CHUNK_DATA.md tidy-up: miscellaneous 2026-03-09 11:35:19 +01:00
CURLOPT_CHUNK_END_FUNCTION.md tidy-up: miscellaneous 2026-03-09 11:35:19 +01:00
CURLOPT_CLOSESOCKETDATA.md docs: warn about lifetime in CURLOPT_CLOSESOCKET* 2025-07-04 12:55:26 +02:00
CURLOPT_CLOSESOCKETFUNCTION.md docs: warn about lifetime in CURLOPT_CLOSESOCKET* 2025-07-04 12:55:26 +02:00
CURLOPT_CONNECT_ONLY.md badwords: avoid 'simply' 2026-03-10 19:34:06 +01:00
CURLOPT_CONNECT_TO.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_CONNECTTIMEOUT_MS.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_CONNECTTIMEOUT.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_CONV_FROM_NETWORK_FUNCTION.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_CONV_FROM_UTF8_FUNCTION.md tidy-up: miscellaneous 2026-01-15 13:06:13 +01:00
CURLOPT_CONV_TO_NETWORK_FUNCTION.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_COOKIE.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_COOKIEFILE.md curl_get_line: fix potential infinite loop when filename is a directory 2026-03-16 11:54:43 +01:00
CURLOPT_COOKIEJAR.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_COOKIELIST.md stop using the word 'just' 2026-03-03 15:30:22 +01:00
CURLOPT_COOKIESESSION.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_COPYPOSTFIELDS.md CURLOPT_COPYPOSTFIELDS.md: used with MQTT and RTSP as well 2025-11-04 09:08:16 +01:00
CURLOPT_CRLF.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_CRLFILE.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_CURLU.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_CUSTOMREQUEST.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_DEBUGDATA.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_DEBUGFUNCTION.md docs/libcurl: unify WARNING use 2026-02-11 09:43:14 +01:00
CURLOPT_DEFAULT_PROTOCOL.md CURLOPT_*-docs: provide additional details 2024-09-10 13:48:42 +02:00
CURLOPT_DIRLISTONLY.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_DISALLOW_USERNAME_IN_URL.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_DNS_CACHE_TIMEOUT.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_DNS_INTERFACE.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_DNS_LOCAL_IP4.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_DNS_LOCAL_IP6.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_DNS_SERVERS.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_DNS_SHUFFLE_ADDRESSES.md curldown: fixups 2024-07-19 17:03:25 +02:00
CURLOPT_DNS_USE_GLOBAL_CACHE.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_DOH_SSL_VERIFYHOST.md badwords: fix typos found 2026-01-14 03:11:33 +01:00
CURLOPT_DOH_SSL_VERIFYPEER.md stop using the word 'just' 2026-03-03 15:30:22 +01:00
CURLOPT_DOH_SSL_VERIFYSTATUS.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_DOH_URL.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_ECH.md docs: spell it Rustls with a capital R 2025-11-26 09:41:09 +01:00
CURLOPT_EGDSOCKET.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_ERRORBUFFER.md stop using the word 'just' 2026-03-03 15:30:22 +01:00
CURLOPT_EXPECT_100_TIMEOUT_MS.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_FAILONERROR.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_FILETIME.md tidy-up: move literals to right-side of if expressions (where missing) 2026-02-07 16:41:51 +01:00
CURLOPT_FNMATCH_DATA.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_FNMATCH_FUNCTION.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_FOLLOWLOCATION.md stop using the word 'just' 2026-03-03 15:30:22 +01:00
CURLOPT_FORBID_REUSE.md multi: add CURLMOPT_NETWORK_CHANGED to signal network changed 2025-07-29 11:18:26 +02:00
CURLOPT_FRESH_CONNECT.md multi: add CURLMOPT_NETWORK_CHANGED to signal network changed 2025-07-29 11:18:26 +02:00
CURLOPT_FTP_ACCOUNT.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_FTP_ALTERNATIVE_TO_USER.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_FTP_CREATE_MISSING_DIRS.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_FTP_FILEMETHOD.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_FTP_SKIP_PASV_IP.md libcurl docs: reduce 'since ...' in descriptions 2026-01-20 11:22:27 +01:00
CURLOPT_FTP_SSL_CCC.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_FTP_USE_EPRT.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_FTP_USE_EPSV.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_FTP_USE_PRET.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_FTPPORT.md stop using the word 'just' 2026-03-03 15:30:22 +01:00
CURLOPT_FTPSSLAUTH.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_GSSAPI_DELEGATION.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.md ip happy eyeballing: keep attempts running 2025-08-01 09:30:59 +02:00
CURLOPT_HAPROXY_CLIENT_IP.md CURLOPT_HAPROXY_CLIENT_IP.md: emphasize reused connection use 2025-12-22 22:53:14 +01:00
CURLOPT_HAPROXYPROTOCOL.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_HEADER.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_HEADERDATA.md docs/libcurl: use lowercase must 2025-09-16 17:12:26 +02:00
CURLOPT_HEADERFUNCTION.md stop using the word 'just' 2026-03-03 15:30:22 +01:00
CURLOPT_HEADEROPT.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_HSTS_CTRL.md tidy-up: miscellaneous 2025-12-26 22:06:09 +01:00
CURLOPT_HSTS.md badwords: avoid 'simply' 2026-03-10 19:34:06 +01:00
CURLOPT_HSTSREADDATA.md curldown: fixups 2024-07-19 17:03:25 +02:00
CURLOPT_HSTSREADFUNCTION.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_HSTSWRITEDATA.md curldown: fixups 2024-07-19 17:03:25 +02:00
CURLOPT_HSTSWRITEFUNCTION.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_HTTP09_ALLOWED.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_HTTP200ALIASES.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_HTTP_CONTENT_DECODING.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_HTTP_TRANSFER_DECODING.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_HTTP_VERSION.md stop using the word 'just' 2026-03-03 15:30:22 +01:00
CURLOPT_HTTPAUTH.md badwords: avoid 'simply' 2026-03-10 19:34:06 +01:00
CURLOPT_HTTPGET.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_HTTPHEADER.md http: handle user-defined connection headers 2025-09-26 09:27:50 +02:00
CURLOPT_HTTPPOST.md badwords: fix typos found 2026-01-14 03:11:33 +01:00
CURLOPT_HTTPPROXYTUNNEL.md stop using the word 'just' 2026-03-03 15:30:22 +01:00
CURLOPT_IGNORE_CONTENT_LENGTH.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_INFILESIZE_LARGE.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_INFILESIZE.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_INTERFACE.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_INTERLEAVEDATA.md tidy-up: miscellaneous 2026-01-15 13:06:13 +01:00
CURLOPT_INTERLEAVEFUNCTION.md docs: use lowercase curl and libcurl 2025-01-02 17:15:54 +01:00
CURLOPT_IOCTLDATA.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_IOCTLFUNCTION.md docs: some nitpicks 2026-02-27 23:05:37 +01:00
CURLOPT_IPRESOLVE.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_ISSUERCERT_BLOB.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_ISSUERCERT.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_KEEP_SENDING_ON_ERROR.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_KEYPASSWD.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_KRBLEVEL.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_LOCALPORT.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_LOCALPORTRANGE.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_LOGIN_OPTIONS.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_LOW_SPEED_LIMIT.md tidy-up: move literals to right-side of if expressions (where missing) 2026-02-07 16:41:51 +01:00
CURLOPT_LOW_SPEED_TIME.md tidy-up: move literals to right-side of if expressions (where missing) 2026-02-07 16:41:51 +01:00
CURLOPT_MAIL_AUTH.md docs: avoid starting sentences with However, 2026-03-07 23:49:11 +01:00
CURLOPT_MAIL_FROM.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_MAIL_RCPT_ALLOWFAILS.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_MAIL_RCPT.md docs: avoid starting sentences with However, 2026-03-07 23:49:11 +01:00
CURLOPT_MAX_RECV_SPEED_LARGE.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_MAX_SEND_SPEED_LARGE.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_MAXAGE_CONN.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_MAXCONNECTS.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_MAXFILESIZE_LARGE.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_MAXFILESIZE.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_MAXLIFETIME_CONN.md CURLOPT_MAXLIFETIME_CONN: make default 24 hours 2025-09-11 19:46:41 +02:00
CURLOPT_MAXREDIRS.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_MIME_OPTIONS.md docs: add CURLOPT type change history, drop casts where present 2025-08-02 00:05:33 +02:00
CURLOPT_MIMEPOST.md GHA: silence proselint warnings and an error 2024-10-15 16:44:17 +02:00
CURLOPT_NETRC_FILE.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_NETRC.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_NEW_DIRECTORY_PERMS.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_NEW_FILE_PERMS.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_NOBODY.md stop using the word 'just' 2026-03-03 15:30:22 +01:00
CURLOPT_NOPROGRESS.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_NOPROXY.md libcurl docs: reduce 'since ...' in descriptions 2026-01-20 11:22:27 +01:00
CURLOPT_NOSIGNAL.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_OPENSOCKETDATA.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_OPENSOCKETFUNCTION.md tidy-up: miscellaneous 2026-03-09 11:35:19 +01:00
CURLOPT_PASSWORD.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_PATH_AS_IS.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_PINNEDPUBLICKEY.md stop using the word 'just' 2026-03-03 15:30:22 +01:00
CURLOPT_PIPEWAIT.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_PORT.md stop using the word 'just' 2026-03-03 15:30:22 +01:00
CURLOPT_POST.md badwords: avoid 'simply' 2026-03-10 19:34:06 +01:00
CURLOPT_POSTFIELDS.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_POSTFIELDSIZE_LARGE.md CURLOPT_POSTFIELDSIZE*: these also work for MQTT and RTSP 2025-11-03 22:29:28 +01:00
CURLOPT_POSTFIELDSIZE.md CURLOPT_POSTFIELDSIZE*: these also work for MQTT and RTSP 2025-11-03 22:29:28 +01:00
CURLOPT_POSTQUOTE.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_POSTREDIR.md docs: avoid starting sentences with However, 2026-03-07 23:49:11 +01:00
CURLOPT_PRE_PROXY.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_PREQUOTE.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_PREREQDATA.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_PREREQFUNCTION.md spelling: call it null-terminate consistently 2025-05-30 17:29:45 +02:00
CURLOPT_PRIVATE.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_PROGRESSDATA.md tidy-up: miscellaneous 2026-02-25 14:44:56 +01:00
CURLOPT_PROGRESSFUNCTION.md tidy-up: miscellaneous 2026-02-25 14:44:56 +01:00
CURLOPT_PROTOCOLS_STR.md mqtt: initial support for MQTTS 2026-01-17 22:43:36 +01:00
CURLOPT_PROTOCOLS.md curl.h: remove CURLPROTO_MQTTS from the public header 2026-03-03 23:14:34 +01:00
CURLOPT_PROXY_CAINFO_BLOB.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_PROXY_CAINFO.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_PROXY_CAPATH.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_PROXY_CRLFILE.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_PROXY_ISSUERCERT_BLOB.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_PROXY_ISSUERCERT.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_PROXY_KEYPASSWD.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_PROXY_PINNEDPUBLICKEY.md stop using the word 'just' 2026-03-03 15:30:22 +01:00
CURLOPT_PROXY_SERVICE_NAME.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_PROXY_SSL_CIPHER_LIST.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_PROXY_SSL_OPTIONS.md docs/libcurl: unify WARNING use 2026-02-11 09:43:14 +01:00
CURLOPT_PROXY_SSL_VERIFYHOST.md docs: use lowercase curl and libcurl 2025-01-02 17:15:54 +01:00
CURLOPT_PROXY_SSL_VERIFYPEER.md stop using the word 'just' 2026-03-03 15:30:22 +01:00
CURLOPT_PROXY_SSLCERT_BLOB.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_PROXY_SSLCERT.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_PROXY_SSLCERTTYPE.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_PROXY_SSLKEY_BLOB.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_PROXY_SSLKEY.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_PROXY_SSLKEYTYPE.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_PROXY_SSLVERSION.md docs/libcurl: remove ancient version references 2025-09-12 08:27:38 +02:00
CURLOPT_PROXY_TLS13_CIPHERS.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_PROXY_TLSAUTH_PASSWORD.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_PROXY_TLSAUTH_TYPE.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_PROXY_TLSAUTH_USERNAME.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_PROXY_TRANSFER_MODE.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_PROXY.md libcurl docs: reduce 'since ...' in descriptions 2026-01-20 11:22:27 +01:00
CURLOPT_PROXYAUTH.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_PROXYHEADER.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_PROXYPASSWORD.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_PROXYPORT.md badwords: catch and fix more variants of NN-bit 2026-01-14 02:35:00 +01:00
CURLOPT_PROXYTYPE.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_PROXYUSERNAME.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_PROXYUSERPWD.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_PUT.md docs/libcurl: make examples build with picky compiler options 2025-04-11 15:23:51 +02:00
CURLOPT_QUICK_EXIT.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_QUOTE.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_RANDOM_FILE.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_RANGE.md docs: better explain multi-part byte range behavior 2025-02-06 03:09:45 -05:00
CURLOPT_READDATA.md curldown: fixups 2024-07-19 17:03:25 +02:00
CURLOPT_READFUNCTION.md CURLOPT_READFUNCTION.md: clarify the size of the buffer 2025-11-08 17:11:28 +01:00
CURLOPT_REDIR_PROTOCOLS_STR.md libcurl docs: reduce 'since ...' in descriptions 2026-01-20 11:22:27 +01:00
CURLOPT_REDIR_PROTOCOLS.md curl.h: remove CURLPROTO_MQTTS from the public header 2026-03-03 23:14:34 +01:00
CURLOPT_REFERER.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_REQUEST_TARGET.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_RESOLVE.md stop using the word 'just' 2026-03-03 15:30:22 +01:00
CURLOPT_RESOLVER_START_DATA.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_RESOLVER_START_FUNCTION.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_RESUME_FROM_LARGE.md docs/libcurl: make examples build with picky compiler options 2025-04-11 15:23:51 +02:00
CURLOPT_RESUME_FROM.md docs/libcurl: make examples build with picky compiler options 2025-04-11 15:23:51 +02:00
CURLOPT_RTSP_CLIENT_CSEQ.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_RTSP_REQUEST.md badwords: avoid 'simply' 2026-03-10 19:34:06 +01:00
CURLOPT_RTSP_SERVER_CSEQ.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_RTSP_SESSION_ID.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_RTSP_STREAM_URI.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_RTSP_TRANSPORT.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_SASL_AUTHZID.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_SASL_IR.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_SEEKDATA.md CURLOPT_SEEKFUNCTION.md: used for FTP, HTTP and SFTP (only) 2025-01-02 22:31:11 +01:00
CURLOPT_SEEKFUNCTION.md CURLOPT_SEEKFUNCTION.md: used for FTP, HTTP and SFTP (only) 2025-01-02 22:31:11 +01:00
CURLOPT_SERVER_RESPONSE_TIMEOUT_MS.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_SERVER_RESPONSE_TIMEOUT.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_SERVICE_NAME.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_SHARE.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_SOCKOPTDATA.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_SOCKOPTFUNCTION.md docs: some nitpicks 2026-02-27 23:05:37 +01:00
CURLOPT_SOCKS5_AUTH.md docs/libcurl: fix C formatting nits 2025-12-04 22:49:03 +01:00
CURLOPT_SOCKS5_GSSAPI_NEC.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_SOCKS5_GSSAPI_SERVICE.md libcurl docs: reduce 'since ...' in descriptions 2026-01-20 11:22:27 +01:00
CURLOPT_SSH_AUTH_TYPES.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_SSH_COMPRESSION.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.md badwords: catch and fix more variants of NN-bit 2026-01-14 02:35:00 +01:00
CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_SSH_HOSTKEYDATA.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_SSH_HOSTKEYFUNCTION.md docs/libcurl: use lowercase must 2025-09-16 17:12:26 +02:00
CURLOPT_SSH_KEYDATA.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_SSH_KEYFUNCTION.md CURLOPT_SSH_KEYFUNCTION.md: fix minor indent mistake in example 2025-11-08 17:49:30 +01:00
CURLOPT_SSH_KNOWNHOSTS.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_SSH_PRIVATE_KEYFILE.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_SSH_PUBLIC_KEYFILE.md stop using the word 'just' 2026-03-03 15:30:22 +01:00
CURLOPT_SSL_CIPHER_LIST.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_SSL_CTX_DATA.md docs: compare result against literal CURLE_OK (where missing) 2026-02-07 19:40:45 +01:00
CURLOPT_SSL_CTX_FUNCTION.md stop using the word 'just' 2026-03-03 15:30:22 +01:00
CURLOPT_SSL_EC_CURVES.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_SSL_ENABLE_ALPN.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_SSL_ENABLE_NPN.md libcurl docs: reduce 'since ...' in descriptions 2026-01-20 11:22:27 +01:00
CURLOPT_SSL_FALSESTART.md tidy-up: update deprecated status of some symbols/options 2025-06-15 01:38:26 +02:00
CURLOPT_SSL_OPTIONS.md docs/libcurl: unify WARNING use 2026-02-11 09:43:14 +01:00
CURLOPT_SSL_SESSIONID_CACHE.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_SSL_SIGNATURE_ALGORITHMS.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_SSL_VERIFYHOST.md badwords: avoid 'simply' 2026-03-10 19:34:06 +01:00
CURLOPT_SSL_VERIFYPEER.md badwords: avoid 'simply' 2026-03-10 19:34:06 +01:00
CURLOPT_SSL_VERIFYSTATUS.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_SSLCERT_BLOB.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_SSLCERT.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_SSLCERTTYPE.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_SSLENGINE_DEFAULT.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_SSLENGINE.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_SSLKEY_BLOB.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_SSLKEY.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_SSLKEYTYPE.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_SSLVERSION.md docs/libcurl: remove ancient version references 2025-09-12 08:27:38 +02:00
CURLOPT_STDERR.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_STREAM_DEPENDS_E.md docs: use lowercase curl and libcurl 2025-01-02 17:15:54 +01:00
CURLOPT_STREAM_DEPENDS.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_STREAM_WEIGHT.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_SUPPRESS_CONNECT_HEADERS.md docs: switch more URLs to https:// 2025-12-08 12:57:51 +01:00
CURLOPT_TCP_FASTOPEN.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_TCP_KEEPALIVE.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_TCP_KEEPCNT.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_TCP_KEEPIDLE.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_TCP_KEEPINTVL.md docs/libcurl: remove ancient version references 2025-09-12 08:27:38 +02:00
CURLOPT_TCP_NODELAY.md docs: avoid starting sentences with However, 2026-03-07 23:49:11 +01:00
CURLOPT_TELNETOPTIONS.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_TFTP_BLKSIZE.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_TFTP_NO_OPTIONS.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_TIMECONDITION.md CURLOPT_TIMECONDITION.md: works for FILE and FTP as well 2025-09-15 13:58:11 +02:00
CURLOPT_TIMEOUT_MS.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_TIMEOUT.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_TIMEVALUE_LARGE.md docs: add CURLOPT type change history, drop casts where present 2025-08-02 00:05:33 +02:00
CURLOPT_TIMEVALUE.md docs: add CURLOPT type change history, drop casts where present 2025-08-02 00:05:33 +02:00
CURLOPT_TLS13_CIPHERS.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_TLSAUTH_PASSWORD.md tidy-up: miscellaneous 2026-02-25 14:44:56 +01:00
CURLOPT_TLSAUTH_TYPE.md tidy-up: miscellaneous 2026-02-25 14:44:56 +01:00
CURLOPT_TLSAUTH_USERNAME.md tidy-up: miscellaneous 2026-02-25 14:44:56 +01:00
CURLOPT_TRAILERDATA.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_TRAILERFUNCTION.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLOPT_TRANSFER_ENCODING.md docs/libcurl: use lowercase must 2025-09-16 17:12:26 +02:00
CURLOPT_TRANSFERTEXT.md badwords: avoid 'simply' 2026-03-10 19:34:06 +01:00
CURLOPT_UNIX_SOCKET_PATH.md spelling: file system 2025-08-22 15:53:41 +02:00
CURLOPT_UNRESTRICTED_AUTH.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_UPKEEP_INTERVAL_MS.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_UPLOAD_BUFFERSIZE.md stop using the word 'just' 2026-03-03 15:30:22 +01:00
CURLOPT_UPLOAD_FLAGS.md scripts: fix to quote the copyright email address 2025-07-12 08:59:44 +02:00
CURLOPT_UPLOAD.md docs/libcurl: make examples build with picky compiler options 2025-04-11 15:23:51 +02:00
CURLOPT_URL.md libcurl docs: reduce 'since ...' in descriptions 2026-01-20 11:22:27 +01:00
CURLOPT_USE_SSL.md GHA/checkdocs: re-enable proselint, update setup, fix issues found 2025-12-11 11:42:28 +01:00
CURLOPT_USERAGENT.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_USERNAME.md badwords: avoid 'simply' 2026-03-10 19:34:06 +01:00
CURLOPT_USERPWD.md badwords: avoid 'simply' 2026-03-10 19:34:06 +01:00
CURLOPT_VERBOSE.md docs/libcurl: unify WARNING use 2026-02-11 09:43:14 +01:00
CURLOPT_WILDCARDMATCH.md docs/libcurl/opts: clarify the return values 2025-01-02 17:13:33 +01:00
CURLOPT_WRITEDATA.md docs/libcurl: use lowercase must 2025-09-16 17:12:26 +02:00
CURLOPT_WRITEFUNCTION.md tidy-up: miscellaneous 2026-02-25 14:44:56 +01:00
CURLOPT_WS_OPTIONS.md docs: avoid using the word 'magic' 2026-03-03 15:32:13 +01:00
CURLOPT_XFERINFODATA.md tidy-up: miscellaneous 2026-02-25 14:44:56 +01:00
CURLOPT_XFERINFOFUNCTION.md tidy-up: miscellaneous 2026-02-25 14:44:56 +01:00
CURLOPT_XOAUTH2_BEARER.md docs: rename CURLcode variables to 'result' 2025-12-17 08:55:12 +01:00
CURLSHOPT_LOCKFUNC.md curldown: fixups 2024-07-19 17:03:25 +02:00
CURLSHOPT_SHARE.md docs/libcurl: remove ancient version references 2025-09-12 08:27:38 +02:00
CURLSHOPT_UNLOCKFUNC.md curldown: fixups 2024-07-19 17:03:25 +02:00
CURLSHOPT_UNSHARE.md curldown: fixups 2024-07-19 17:03:25 +02:00
CURLSHOPT_USERDATA.md curldown: fixups 2024-07-19 17:03:25 +02:00
Makefile.am tests: always make bundles, adapt build and tests 2025-06-14 21:08:23 +02:00
Makefile.inc multi: add notifications API 2025-10-07 10:55:31 +02:00