History log of /curl/ (Results 3026 – 3050 of 33759)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
0092e77607-Aug-2023 Dan Fandrich

THANKS-filter: add a name typo

199fb4b907-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 ...

95ca3c5307-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 ...

cfe85ca506-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 ...

51118ba806-Aug-2023 Daniel Stenberg

tests: fix bad printf format flags in test code

4f3d06ec06-Aug-2023 Daniel Stenberg

tests: fix header scan tools for attribute edits in mprintf.h

80ea7f7f07-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

90d0e0f807-Aug-2023 Daniel Stenberg

CURLOPT_SSL_VERIFYPEER.3: mention it does not load CA certs when disabled

Ref: #11457
Closes #11606

03c7944806-Aug-2023 Daniel Stenberg

CURLOPT_SSL_VERIFYPEER.3: add two more see also options

CURLINFO_CAINFO and CURLINFO_CAPATH

Closes #11603

bfc9d56a06-Aug-2023 Daniel Stenberg

KNOWN_BUGS: aws-sigv4 does not behave well with AWS VPC Lattice

Closes #11007

8eda84bd04-Aug-2023 Graham Campbell

CI: use openssl 3.0.10+quic, nghttp3 0.14.0, ngtcp2 0.18.0

Closes #11585

8b12f9e206-Aug-2023 Daniel Stenberg

TODO: add *5* entries for aws-sigv4

Closes #7559
Closes #8107
Closes #8810
Closes #9717
Closes #10129

26b4373906-Aug-2023 Daniel Stenberg

TODO: LDAP Certificate-Based Authentication

Closes #9641

fbacb14c04-Aug-2023 Stefan Eissing

http2: cleanup trace messages

- more compact format with bracketed stream id
- all frames traced in and out

Closes #11592

03eba3c804-Aug-2023 Daniel Stenberg

tests/tftpd+mqttd: make variables static to silence picky warnings

Closes #11594

c71ce00004-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

efb594da04-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 ...

f308f65204-Aug-2023 Daniel Stenberg

RELEASE-NOTES: synced

83319e0204-Aug-2023 Daniel Stenberg

pingpong: don't use *bump_headersize

We use that for HTTP(S) only.

Follow-up to 3ee79c1674fd6

Closes #11590

8a9f4d4804-Aug-2023 Daniel Stenberg

urldata: remove spurious parenthesis to unbreak no-proxy build

Follow-up to e12b39e13382

Closes #11591

c15569bb04-Aug-2023 Daniel Stenberg

easy: don't call Curl_trc_opt() in disabled-verbose builds

Follow-up to e12b39e133822c6a0

Closes #11588

a2a894f504-Aug-2023 Daniel Stenberg

http: use %u for printfing int

Follow-up to 3ee79c1674fd6f99e8efca5

Closes #11587

ae91bb7e03-Aug-2023 Goro FUJI

vquic: show stringified messages for errno

Closes #11584

e12b39e103-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

0f49b5ba03-Aug-2023 Daniel Stenberg

TODO: remove "Support intermediate & root pinning for PINNEDPUBLICKEY"

See also https://github.com/curl/curl/pull/7507

1...<<121122123124125126127128129130>>...1351