History log of /curl/ (Results 7001 – 7025 of 33765)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ff9ec4e408-Feb-2021 Daniel Stenberg

CURLOPT_QUOTE.3: clarify that libcurl doesn't parse what's sent

... so passed in commands may confuse libcurl's knowledge of state.

Reported-by: Bodo Bergmann
Fixes #6577
Cl

CURLOPT_QUOTE.3: clarify that libcurl doesn't parse what's sent

... so passed in commands may confuse libcurl's knowledge of state.

Reported-by: Bodo Bergmann
Fixes #6577
Closes #6580

show more ...

c30bf22f03-Feb-2021 Jacob Hoffman-Andrews

vtls: factor out Curl_ssl_getsock to field of Curl_ssl

Closes #6558

8a644f3308-Feb-2021 Daniel Stenberg

RELEASE-PROCEDURE: remove old release dates, add new

82551c1305-Feb-2021 Daniel Stenberg

docs/SSL-PROBLEMS: enhanced

Elaborate on the intermediate cert issue, and mention that anything
below TLS 1.2 is generally considered insecure these days.

Closes #6572

666743a205-Feb-2021 Daniel Stenberg

THANKS: remove a Jon Rumsey dupe

373c915505-Feb-2021 nimaje <16106983+nimaje@users.noreply.github.com>

docs: fix FILE example url in --metalink documentation

In a url after <scheme>:// follows the possibly empty authority part
till the next /, so that url missed a /.

Closes #6573

docs: fix FILE example url in --metalink documentation

In a url after <scheme>:// follows the possibly empty authority part
till the next /, so that url missed a /.

Closes #6573
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>

show more ...

6cd167a004-Feb-2021 Daniel Stenberg

hostip: fix build with sync resolver

Reported-by: David Goerger
Follow-up from 8335c6417
Fixes #6566
Closes #6568

62d91e0005-Feb-2021 Daniel Stenberg

mailmap: Jon Rumsey

4a6a5f0b04-Feb-2021 Jon Rumsey

gskit: correct the gskit_send() prototype

gskit_send() first paramater is a pointer to Curl_easy not connectdata
struct.

Closes #6570
Fixes #6569

457e864f04-Feb-2021 Daniel Stenberg

urldata: fix build without HTTP and MQTT

Reported-by: Joseph Chen
Fixes #6562
Closes #6563

e32601e104-Feb-2021 Daniel Stenberg

ftp: avoid SIZE when asking for a TYPE A file

... as we ignore it anyway because servers don't report the correct size
and proftpd even blatantly returns a 550.

Updates a set of

ftp: avoid SIZE when asking for a TYPE A file

... as we ignore it anyway because servers don't report the correct size
and proftpd even blatantly returns a 550.

Updates a set of tests accordingly.

Reported-by: awesomenode on github
Fixes #6564
Closes #6565

show more ...

5f08a5ac04-Feb-2021 Daniel Stenberg

pingpong: rename the curl_pp_transfer enum to use PP prefix

Using an FTP prefix for PP provided functionality was misleading.

bcba216f04-Feb-2021 Daniel Stenberg

RELEASE-NOTES: synced

... and bump pending version to 7.75.1 (for now)

98577e4004-Feb-2021 Jay Satiro

build: fix --disable-http-auth

Broken since 215db08 (precedes 7.75.0).

Reported-by: Benbuck Nason

Fixes https://github.com/curl/curl/issues/6567

145848e204-Feb-2021 Jay Satiro

build: fix --disable-dateparse

Broken since 215db08 (precedes 7.75.0).

Bug: https://curl.se/mail/lib-2021-02/0008.html
Reported-by: Firefox OS

20faeee603-Feb-2021 jonrumsey

OS400: update for CURLOPT_AWS_SIGV4

chkstrings fails because a new string option that could require codepage
conversion has been added.

Closes #6561
Fixes #6560

a030c59c03-Feb-2021 Daniel Stenberg

BUG-BOUNTY: removed the cooperation mention

2f33be8103-Feb-2021 Daniel Stenberg

RELEASE-NOTES: synced

0397557603-Feb-2021 Daniel Stenberg

THANKS: added contributors from 7.75.0

2605a6fa03-Feb-2021 Daniel Stenberg

copyright: fix year ranges in need of updates

fc9dd2d102-Feb-2021 Daniel Stenberg

TODO: remove items for next SONAME bump etc

We want to avoid that completely, so we don't plan for things after such
an event.

fc9d344401-Feb-2021 Jay Satiro

ngtcp2: Fix build error due to change in ngtcp2_settings

- Separate ngtcp2_transport_params.

ngtcp2/ngtcp2@05d7adc made ngtcp2_transport_params separate from
ngtcp2_settings.

ngtcp2: Fix build error due to change in ngtcp2_settings

- Separate ngtcp2_transport_params.

ngtcp2/ngtcp2@05d7adc made ngtcp2_transport_params separate from
ngtcp2_settings.

ngtcp2 master is required to build curl with http3 support.

Closes #6554

show more ...

2c4b338f01-Feb-2021 Daniel Stenberg

vtls: remove md5sum

As it is not used anymore.

Reported-by: Jacob Hoffman-Andrews
Bug: https://curl.se/mail/lib-2021-02/0000.html

Closes #6557

a0c5781c01-Feb-2021 Alessandro Ghedini

quiche: don't use primary_ip / primary_port

Closes #6555

e58560bd01-Feb-2021 Alessandro Ghedini

travis: enable quiche's FFI feature

1...<<281282283284285286287288289290>>...1351