0092e776 | 07-Aug-2023 |
Dan Fandrich |
THANKS-filter: add a name typo |
199fb4b9 | 07-Aug-2023 |
Stefan Eissing |
http3/ngtcp2: shorten handshake, trace cleanup - shorten handshake timing by delayed x509 store load (OpenSSL) as we do for HTTP/2 - cleanup of trace output, align with HTTP/2 outp
http3/ngtcp2: shorten handshake, trace cleanup - shorten handshake timing by delayed x509 store load (OpenSSL) as we do for HTTP/2 - cleanup of trace output, align with HTTP/2 output Closes #11609
show more ...
|
95ca3c53 | 07-Aug-2023 |
Daniel Stenberg |
headers: accept leading whitespaces on first response header This is a bad header fold but since the popular browsers accept this violation, so does curl now. Unless built with hyper.
headers: accept leading whitespaces on first response header This is a bad header fold but since the popular browsers accept this violation, so does curl now. Unless built with hyper. Add test 1473 to verify and adjust test 2306. Reported-by: junsik on github Fixes #11605 Closes #11607
show more ...
|
cfe85ca5 | 06-Aug-2023 |
Daniel Stenberg |
include/curl/mprintf.h: add __attribute__ for the prototypes - if gcc or clang is used - if __STDC_VERSION__ >= 199901L, which means greater than C90 - if not using mingw - if CU
include/curl/mprintf.h: add __attribute__ for the prototypes - if gcc or clang is used - if __STDC_VERSION__ >= 199901L, which means greater than C90 - if not using mingw - if CURL_NO_FMT_CHECKS is not defined Closes #11589
show more ...
|
51118ba8 | 06-Aug-2023 |
Daniel Stenberg |
tests: fix bad printf format flags in test code |
4f3d06ec | 06-Aug-2023 |
Daniel Stenberg |
tests: fix header scan tools for attribute edits in mprintf.h |
80ea7f7f | 07-Aug-2023 |
Daniel Stenberg |
cf-socket: log successful interface bind When the setsockopt SO_BINDTODEVICE operation succeeds, output that in the verbose output. Ref: #11599 Closes #11608 |
90d0e0f8 | 07-Aug-2023 |
Daniel Stenberg |
CURLOPT_SSL_VERIFYPEER.3: mention it does not load CA certs when disabled Ref: #11457 Closes #11606 |
03c79448 | 06-Aug-2023 |
Daniel Stenberg |
CURLOPT_SSL_VERIFYPEER.3: add two more see also options CURLINFO_CAINFO and CURLINFO_CAPATH Closes #11603 |
bfc9d56a | 06-Aug-2023 |
Daniel Stenberg |
KNOWN_BUGS: aws-sigv4 does not behave well with AWS VPC Lattice Closes #11007 |
8eda84bd | 04-Aug-2023 |
Graham Campbell |
CI: use openssl 3.0.10+quic, nghttp3 0.14.0, ngtcp2 0.18.0 Closes #11585 |
8b12f9e2 | 06-Aug-2023 |
Daniel Stenberg |
TODO: add *5* entries for aws-sigv4 Closes #7559 Closes #8107 Closes #8810 Closes #9717 Closes #10129 |
26b43739 | 06-Aug-2023 |
Daniel Stenberg |
TODO: LDAP Certificate-Based Authentication Closes #9641 |
fbacb14c | 04-Aug-2023 |
Stefan Eissing |
http2: cleanup trace messages - more compact format with bracketed stream id - all frames traced in and out Closes #11592 |
03eba3c8 | 04-Aug-2023 |
Daniel Stenberg |
tests/tftpd+mqttd: make variables static to silence picky warnings Closes #11594 |
c71ce000 | 04-Aug-2023 |
Daniel Stenberg |
docs/cmdline: remove repeated working for negotiate + ntlm The extra wording is added automatically by the gen.pl tool Closes #11597 |
efb594da | 04-Aug-2023 |
Daniel Stenberg |
docs/cmdline: add small "warning" to verbose options "Note that verbose output of curl activities and network traffic might contain sensitive data, including user names, credentials or s
docs/cmdline: add small "warning" to verbose options "Note that verbose output of curl activities and network traffic might contain sensitive data, including user names, credentials or secret data content. Be aware and be careful when sharing trace logs with others." Closes #11596
show more ...
|
f308f652 | 04-Aug-2023 |
Daniel Stenberg |
RELEASE-NOTES: synced |
83319e02 | 04-Aug-2023 |
Daniel Stenberg |
pingpong: don't use *bump_headersize We use that for HTTP(S) only. Follow-up to 3ee79c1674fd6 Closes #11590 |
8a9f4d48 | 04-Aug-2023 |
Daniel Stenberg |
urldata: remove spurious parenthesis to unbreak no-proxy build Follow-up to e12b39e13382 Closes #11591 |
c15569bb | 04-Aug-2023 |
Daniel Stenberg |
easy: don't call Curl_trc_opt() in disabled-verbose builds Follow-up to e12b39e133822c6a0 Closes #11588 |
a2a894f5 | 04-Aug-2023 |
Daniel Stenberg |
http: use %u for printfing int Follow-up to 3ee79c1674fd6f99e8efca5 Closes #11587 |
ae91bb7e | 03-Aug-2023 |
Goro FUJI |
vquic: show stringified messages for errno Closes #11584 |
e12b39e1 | 03-Aug-2023 |
Stefan Eissing |
trace: make tracing available in non-debug builds Add --trace-config to curl Add curl_global_trace() to libcurl Closes #11421 |
0f49b5ba | 03-Aug-2023 |
Daniel Stenberg |
TODO: remove "Support intermediate & root pinning for PINNEDPUBLICKEY" See also https://github.com/curl/curl/pull/7507 |