Commit graph

6959 commits

Author SHA1 Message Date
Viktor Szakats
461ab6c11b
CURLOPT_SSH_AUTH_TYPES.md add history, drop cast 2025-08-01 23:59:01 +02:00
Viktor Szakats
db28a94097
CURLOPT_MIME_OPTIONS.md add history, drop cast 2025-08-01 23:59:01 +02:00
Viktor Szakats
a8978623a6
CURLOPT_GSSAPI_DELEGATION.md add history, drop cast 2025-08-01 23:59:01 +02:00
Viktor Szakats
5688156d80
improve wording via @bagder 2025-08-01 23:59:01 +02:00
Viktor Szakats
c0c74d1fac
try something 2025-08-01 23:59:01 +02:00
Viktor Szakats
d09e14ed54
Revert "try dotdotdot"
This reverts commit ad12113958464285781936a75d1a8897c78ab880.
2025-08-01 23:59:01 +02:00
Viktor Szakats
435279c223
try dotdotdot 2025-08-01 23:59:01 +02:00
Viktor Szakats
22108e9c4c
test1119.pl skip symbol ending with _ 2025-08-01 23:59:01 +02:00
Viktor Szakats
062605a440
CURLOPT_TIMEVALUE.md try fix continue 2025-08-01 23:59:01 +02:00
Viktor Szakats
d3eb325cdc
CURLOPT_TIMEVALUE.md try fix 2025-08-01 23:59:01 +02:00
Viktor Szakats
04f23f4cad
CURLOPT_NETRC_FILE.md add note to history 2025-08-01 23:59:00 +02:00
Viktor Szakats
492ab9434c
CURLOPT_NETRC.md add note to history 2025-08-01 23:59:00 +02:00
Viktor Szakats
4156661cbe
CURLOPT_RTSP_TRANSPORT.md add note to history 2025-08-01 23:59:00 +02:00
Viktor Szakats
9feffc82d4
CURLOPT_RTSP_REQUEST.md add note to history 2025-08-01 23:59:00 +02:00
Viktor Szakats
318bfd846e
CURLOPT_HTTPAUTH.md add note to history 2025-08-01 23:59:00 +02:00
Viktor Szakats
c9134a3bc6
CURLOPT_PROXYAUTH.md add note to history 2025-08-01 23:59:00 +02:00
Viktor Szakats
a955af7d07
CURLOPT_POSTFIELDSIZE.md whitespace 2025-08-01 23:59:00 +02:00
Viktor Szakats
f387fd59d7
CURLOPT_HTTP_VERSION.md add note to history 2025-08-01 23:59:00 +02:00
Viktor Szakats
87d5b138aa
CURLOPT_TIMEVALUE_LARGE.md add note to history 2025-08-01 23:59:00 +02:00
Viktor Szakats
cb400a5001
CURLOPT_TIMEVALUE.md add note to history 2025-08-01 23:59:00 +02:00
Viktor Szakats
987f13a23a
CURLOPT_TIMECONDITION.md drop long cast 2025-08-01 23:59:00 +02:00
Viktor Szakats
e5f1bd4555
CURLINFO_CONDITION_UNMET.md drop long cast 2025-08-01 23:59:00 +02:00
Viktor Szakats
fe3a2f86bf
CURLOPT_SOCKS5_AUTH.md drop cast, add note to history 2025-08-01 23:59:00 +02:00
Viktor Szakats
398ef65d23
CURLOPT_USE_SSL.md drop cast, add note to history 2025-08-01 23:59:00 +02:00
Viktor Szakats
9348e489a3
CURLOPT_SSL_OPTIONS.md sync formatting with counterpart in PROXY 2025-08-01 23:59:00 +02:00
Viktor Szakats
44834cd5ea
CURLOPT_PROXY_SSL_OPTIONS.md drop cast, add note to history 2025-08-01 23:59:00 +02:00
Viktor Szakats
7d189f806e
CURLOPT_SSL_OPTIONS.md drop cast, add note to history 2025-08-01 23:59:00 +02:00
Viktor Szakats
4232931f1b
CURLOPT_FTP_SSL_CCC.md drop cast, add note to history 2025-08-01 23:59:00 +02:00
Viktor Szakats
ccabfeb15c
CURLOPT_FTP_FILEMETHOD.md drop cast, add note to history 2025-08-01 23:59:00 +02:00
Viktor Szakats
d629d53e8c
CURLOPT_FTPSSLAUTH.md drop cast, add note to history 2025-08-01 23:59:00 +02:00
Viktor Szakats
d4f10b54ea
CURLOPT_FTP_CREATE_MISSING_DIRS.md drop cast, add note to history 2025-08-01 23:59:00 +02:00
Viktor Szakats
b71542e91f
CURLOPT_HSTS_CTRL.md drop cast, never needed it 2025-08-01 23:59:00 +02:00
Viktor Szakats
80fb94b35d
CURLOPT_ALTSVC.md drop cast, add note to history 2025-08-01 23:59:00 +02:00
Viktor Szakats
55f236a89f
CURLOPT_IPRESOLVE.md drop cast, add note to history 2025-08-01 23:59:00 +02:00
Viktor Szakats
1b3c1e44cb
CURLOPT_ALTSVC_CTRL.md drop cast, add note to history 2025-08-01 23:59:00 +02:00
Viktor Szakats
1530bd2b5b
CURLOPT_PROXYTYPE.md drop cast, add note to history 2025-08-01 23:59:00 +02:00
Viktor Szakats
bee5b178bc
CURLOPT_HEADEROPT.md drop cast, add note to history 2025-08-01 23:59:00 +02:00
Viktor Szakats
7c20857793
CURLOPT_POSTREDIR.md drop cast, add note to history 2025-08-01 23:59:00 +02:00
Viktor Szakats
bec0aef775
CURLOPT_ALTSVC_CTRL.md bump local copy of defines to long 2025-08-01 23:59:00 +02:00
Viktor Szakats
d1da9543f8
CURLOPT: replace (long) cast with L suffix for CURLHSTS_* macros
In curl/curl.h and the man page. To match the rest of CURLOPT macros.

Cherry-picked from #18130
2025-08-01 23:58:17 +02:00
Daniel Stenberg
2bad773b30
urlapi: allow more path characters "raw" when asked to URL encode
Setting the path component to contain the letters:

    ! $ & ' ( ) { } [ ] * + , ; = : @

now leaves them un-encoded when CURLU_URLENCODE is used.

Amended test 1560 to verify.

Reported-by: Jeroen Ooms
Fixes #17977
Closes #18024
2025-08-01 23:22:32 +02:00
Viktor Szakats
a33893dac7
examples: drop long cast for CURLALTSVC_*
Follow-up to d45b85d791 #18063
2025-08-01 18:54:27 +02:00
Viktor Szakats
80297e1dcb
CURLOPT: bump remaining macros to long
This patch bumps the size of these macros from `int` to `long`, while
keeping their actual values the same. It may cause incompatibilities in
user code, requiring the bump of holder variables and/or adding casts:

- CURLGSSAPI_DELEGATION_FLAG
- CURLGSSAPI_DELEGATION_NONE
- CURLGSSAPI_DELEGATION_POLICY_FLAG

- CURLMIMEOPT_FORMESCAPE

- CURLSSH_AUTH_AGENT
- CURLSSH_AUTH_ANY
- CURLSSH_AUTH_DEFAULT
- CURLSSH_AUTH_GSSAPI
- CURLSSH_AUTH_HOST
- CURLSSH_AUTH_KEYBOARD
- CURLSSH_AUTH_NONE
- CURLSSH_AUTH_PASSWORD
- CURLSSH_AUTH_PUBLICKEY

Also:
- keep existing cast within the documentation to make sure it applies
  to older curl versions as well.

Closes #18134
2025-08-01 18:49:23 +02:00
Stefan Eissing
077fd6aac8
curl_easy_ssls_export: make the example more clear
As mentioned in #18031
Closes #18117
2025-08-01 10:49:56 +02:00
Stefan Eissing
ba9ddb9357
tls: CURLINFO_TLS_SSL_PTR testing
Add tests of CURLINFO_TLS_SSL_PTR and its returned value in test client
'hx-download'. Use obtained pointer to look up the negotiated TLS
version.

Update manpage of CURLINFO_TLS_SSL_PTR to also describe the behaviour of
wolfSSL similar to OpenSSL. Fix the wolfSSl implementation for TCP to
behave like that. Update the QUIC queries.

Fix rustls `get_internals()` to return the rustls_connection* and not
the address of the pointer.

Assisted-by: Viktor Szakats
Closes #18066
2025-08-01 09:37:36 +02:00
Stefan Eissing
af69c9d636
ip happy eyeballing: keep attempts running
When `CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS` expires, start the next ip
connect attempt, but keep all ongoing attempts alive.

Separate happy-eyeballs connection filter into own source files.

Closes #18105
2025-08-01 09:30:59 +02:00
Daniel Stenberg
4654493fed
curl: add --parallel-max-host to limit concurrent connections per host
Where 'host' is protocol + hostname + portnumber.

Closes #18052
2025-07-31 23:30:40 +02:00
Daniel Stenberg
d21e75a6ae
curl_mime_data_cb.md: mention what datasize is for
Closes #18115
2025-07-31 10:48:53 +02:00
Daniel Stenberg
4d025fd912
curl: make --retry-delay and --retry-max-time accept decimal seconds
Like other time options already do.

Reported-by: Alice Lee Poetics
Fixes #18109
Closes #18111
2025-07-31 08:55:58 +02:00
Dominik Tomecki
450c00f983
smtp: allow suffix behind a mail address for RFC 3461
Verified in test 3215

Closes #16643
2025-07-30 09:52:34 +02:00