d14a53ee | 25-Jun-2024 |
Daniel Stenberg |
managen: error on trailing blank lines in input files Ref: #14014 Closes #14015 |
2d5aea9c | 25-Jun-2024 |
Viktor Szakats |
tidy-up: more whitespace Closes #14014 |
def99d85 | 25-Jun-2024 |
Stefan Eissing |
multi: multi_getsock(), check correct socket - in phase CONNECTING/TUNNELING/PROTOCONNECT, retrieve the socket from the connection filters and do not rely on `conn->sockfd` be
multi: multi_getsock(), check correct socket - in phase CONNECTING/TUNNELING/PROTOCONNECT, retrieve the socket from the connection filters and do not rely on `conn->sockfd` being already set by the transfer. - this applies to the default behaviour, a protocol handler may override this via its callbacks. - add a warning message in multi_getsock() when the transfer is expected to have something in its pollset, but instead it is empty. Reported-by: saurabhsingh-dev on github Fixes #13998 Closes #14011
show more ...
|
8e3e3921 | 25-Jun-2024 |
Daniel Stenberg |
managen: fix each options footer to end with newline A previous change sometimes made a command line option's description not end with a newline immediately before the next command line.
managen: fix each options footer to end with newline A previous change sometimes made a command line option's description not end with a newline immediately before the next command line. Also widened the lines to wrap on column 79 instead of 78. Closes #14010
show more ...
|
ad3e4762 | 24-Jun-2024 |
Alex Snast |
wolfssl: assume key_file equal to clientcert in the absence of key_file When user sets CURLOPT_SSLCERT but leaves CURLOPT_SSLKEY unset assume the path passed in CURLOPT_SSLCERT holds the
wolfssl: assume key_file equal to clientcert in the absence of key_file When user sets CURLOPT_SSLCERT but leaves CURLOPT_SSLKEY unset assume the path passed in CURLOPT_SSLCERT holds the ssl key which is what we do in openssl implementation. Fixes #14007 Closes #14008
show more ...
|
b7b41b1e | 24-Jun-2024 |
Viktor Szakats |
autotools: fix pkg-config names (zstd, ngtcp2*) Also verified that all names now match up with CMake. Follow-up to f057de5a1a950a90d1920021db152a4b695f1a8a #13911 Follow-up to e
autotools: fix pkg-config names (zstd, ngtcp2*) Also verified that all names now match up with CMake. Follow-up to f057de5a1a950a90d1920021db152a4b695f1a8a #13911 Follow-up to eeab0ea7aa19af61af881e8a0bf9ff1f2e28ef79 #13994 Reported-by: 李四 Fixes #14005 Closes #14006
show more ...
|
ff92e3b1 | 24-Jun-2024 |
Viktor Szakats |
tidy-up: whitespace [ci skip] |
1f1975b8 | 24-Jun-2024 |
Daniel Stenberg |
cmdline-docs: "added in" cleanups - markup fixes - remove some mentions of < 7.60.0 changes Closes #14003 |
d28ecf94 | 24-Jun-2024 |
Daniel Stenberg |
RELEASE-NOTES: synced |
7628502d | 24-Jun-2024 |
Daniel Stenberg |
managen: "added in" fixes - up the limit: remove all mentions of 7.60 or earlier from manpage 7.60 is 6 years old now. - warn on "broken" added in lines, as they avoid detection
managen: "added in" fixes - up the limit: remove all mentions of 7.60 or earlier from manpage 7.60 is 6 years old now. - warn on "broken" added in lines, as they avoid detection - fixup added in markup in a few curldown files Closes #14002
show more ...
|
eeab0ea7 | 24-Jun-2024 |
Matt Jolly |
configure: fix pkg-config library name 'libnghttp3' Closes #13994 |
1c9250c4 | 24-Jun-2024 |
Daniel Stenberg |
managen: cleanups to generate nicer-looking output - output "see also" last - when there are multiple mutex items, use commas between all of them except the last. - call them m
managen: cleanups to generate nicer-looking output - output "see also" last - when there are multiple mutex items, use commas between all of them except the last. - call them mututally exclusive WITH not TO other options. - remove trailing space from added in, add newline prefix - smoother language for requires Closes #14001
show more ...
|
76e0196b | 24-Jun-2024 |
Daniel Stenberg |
configure: require a QUIC library if nghttp3 is used Instead of just silently disabling HTTP/3. Reported-by: Matt Jolly Fixes #13995 Closes #13999 |
134d2834 | 24-Jun-2024 |
Daniel Stenberg |
docs/cmdline-opts: remove two superfluous "Added in" mentions The key "added in" phrase for the option itself is added automatically. Closes #14000 |
179c5240 | 24-Jun-2024 |
Daniel Stenberg |
cookie-jar.md: see also --junk-session-cookies Closes #13996 |
a7ec6a76 | 23-Jun-2024 |
Daniel Stenberg |
runtests: support crlf="yes" for the <stderr> section |
fa0b1d92 | 23-Jun-2024 |
Daniel Stenberg |
TODO: -h option Support "curl -h --insecure" etc to output the manpage section for the --insecure command line option in the terminal. Should be possible to work with either long or
TODO: -h option Support "curl -h --insecure" etc to output the manpage section for the --insecure command line option in the terminal. Should be possible to work with either long or short versions of command line options. Closes #13990
show more ...
|
15e8cebd | 23-Jun-2024 |
Daniel Stenberg |
trace-ascii.md: mention "%" for stderr Closes #13991 |
857e334a | 23-Jun-2024 |
Daniel Stenberg |
connect-to.md: expand with examples - add referer from the resolve section to connect-to if user wants wildcard for the port number Closes #13989 |
d5777afa | 23-Jun-2024 |
Daniel Stenberg |
TODO: connect to multiple IPs in parallel Closes #13986 |
674cbfd6 | 23-Jun-2024 |
Daniel Stenberg |
dump-header.md: mention minus for stdout Closes #13985 |
b84699bf | 22-Jun-2024 |
Daniel Stenberg |
CURLOPT_RESOLVE.md: mention hostname can be wildcard ('*') Closes #13983 |
bd8e45c6 | 13-Jun-2024 |
Andy Pan |
cf-socket: optimize curlx_nonblock() and check its return error Reviewed-by: Stefan Eissing Closes #13942 |
36e9222c | 20-Jun-2024 |
z2_ <88509734+z2-2z@users.noreply.github.com> |
x509asn1: prevent NULL dereference Closes #13978 |
df2fbc27 | 19-Jun-2024 |
Daniel Stenberg |
unit2604: use 'unitfail' instead of 'error' variable Since the framework is already returning that variable by default. Avoids a warning for unreachable code. Reported-by: Tal R
unit2604: use 'unitfail' instead of 'error' variable Since the framework is already returning that variable by default. Avoids a warning for unreachable code. Reported-by: Tal Regev Fixes #13967 Closes #13973
show more ...
|