History log of /curl/ (Results 9101 – 9125 of 33767)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
30a606e024-Aug-2019 Daniel Stenberg

ngtcp2: improve h3 response receiving

Closes #4259

b959c2f725-Aug-2019 Daniel Stenberg

ngtcp2: use nghttp3_version()

ff4ef39024-Aug-2019 Daniel Stenberg

ngtcp2: sync with upstream API changes

Assisted-by: Tatsuhiro Tsujikawa

25f9621922-Aug-2019 Kyle Abramowitz

scp: fix directory name length used in memcpy

Fix read off end of array due to bad pointer math in getworkingpath for
SCP home directory case.

Closes #4258

65fda73924-Aug-2019 Daniel Stenberg

http: the 'closed' struct field is used by both ngh2 and ngh3

and remove 'header_recvbuf', not used for anything

Reported-by: Jeremy Lainé

Closes #4257

0a5d28fa22-Aug-2019 Daniel Stenberg

ngtcp2: accept upload via callback

Closes #4256

32d64b2e22-Aug-2019 Daniel Stenberg

defines: avoid underscore-prefixed defines

Double-underscored or underscore plus uppercase letter at least.

... as they're claimed to be reserved.

Reported-by: patnyb on gi

defines: avoid underscore-prefixed defines

Double-underscored or underscore plus uppercase letter at least.

... as they're claimed to be reserved.

Reported-by: patnyb on github

Fixes #4254
Closes #4255

show more ...

95507f1d22-Aug-2019 Daniel Stenberg

travis: add a build using ngtcp2 + nghttp3 (and a patched OpenSSL)

Runs no tests

Closes #4253

7037891f21-Aug-2019 Daniel Stenberg

travis: bump to using nghttp2 version 1.39.2

Closes #4252

216dd88620-Aug-2019 Gisle Vanem

docs/examples/curlx: fix errors

Initialise 'mimetype' and require the -p12 arg.

Closes #4248

e595401320-Aug-2019 Daniel Stenberg

cleanup: remove DOT_CHAR completely

Follow-up to f9c7ba9096ec

The use of DOT_CHAR for ".ssh" was probably a mistake and is removed
now.

Pointed-out-by: Gisle Vanem

cleanup: remove DOT_CHAR completely

Follow-up to f9c7ba9096ec

The use of DOT_CHAR for ".ssh" was probably a mistake and is removed
now.

Pointed-out-by: Gisle Vanem
Bug: https://github.com/curl/curl/pull/4230#issuecomment-522960638

Closes #4247

show more ...

23803aae20-Aug-2019 Daniel Stenberg

spnego_sspi: add typecast to fix build warning

Reported in build "Win32 target on Debian Stretch (64-bit) -
i686-w64-mingw32 - gcc-20170516"

Closes #4245

3e8a9bfd20-Aug-2019 Daniel Stenberg

openssl: build warning free with boringssl

Closes #4244

84c2793b20-Aug-2019 Daniel Stenberg

curl: make --libcurl use CURL_HTTP_VERSION_3

Closes #4243

2056175d20-Aug-2019 Daniel Stenberg

ngtcp2: make postfields-set posts work

Closes #4242

9977543820-Aug-2019 Daniel Stenberg

http: remove chunked-encoding and expect header use for HTTP/3

08b99e1718-Aug-2019 Alessandro Ghedini

configure: use pkg-config to detect quiche

This removes the need to hard-code the quiche target path in
configure.ac.

This depends on https://github.com/cloudflare/quiche/pull/1

configure: use pkg-config to detect quiche

This removes the need to hard-code the quiche target path in
configure.ac.

This depends on https://github.com/cloudflare/quiche/pull/128

Closes #4237

show more ...

6a90c9e020-Aug-2019 Daniel Stenberg

CURLOPT_SSL_VERIFYHOST: treat the value 1 as 2

For a long time (since 7.28.1) we've returned error when setting the
value to 1 to make applications notice that we stopped supported the o

CURLOPT_SSL_VERIFYHOST: treat the value 1 as 2

For a long time (since 7.28.1) we've returned error when setting the
value to 1 to make applications notice that we stopped supported the old
behavior for 1. Starting now, we treat 1 and 2 exactly the same.

Closes #4241

show more ...

8623932416-Aug-2019 Daniel Stenberg

curl: use .curlrc (with a dot) on Windows as well

Fall-back to _curlrc if the dot-version is missing.

Co-Authored-By: Steve Holme

Closes #4230

f9c7ba9016-Aug-2019 Daniel Stenberg

netrc: make the code try ".netrc" on Windows as well

... but fall back and try "_netrc" too if the dot version didn't work.

Co-Authored-By: Steve Holme

1a0dc6f619-Aug-2019 Daniel Stenberg

ngtcp2: use ngtcp2_version() to get the run-time version

... which of course doesn't have to be the same used at build-time.

Function just recently merged in ngtcp2.

349c3f5a20-Aug-2019 Daniel Stenberg

ngtcp2: move the h3 initing to immediately after the rx key

To fix a segfault and to better deal with 0-RTT

Assisted-by: Tatsuhiro Tsujikawa

e54affa817-Aug-2019 Alessandro Ghedini

quiche: register debug callback once and earlier

The quiche debug callback is global and can only be initialized once, so
make sure we don't do it multiple times (e.g. if multiple reques

quiche: register debug callback once and earlier

The quiche debug callback is global and can only be initialized once, so
make sure we don't do it multiple times (e.g. if multiple requests are
executed).

In addition this initializes the callback before the connection is
created, so we get logs for the handshake as well.

Closes #4236

show more ...

ea28a6cb16-Aug-2019 Daniel Stenberg

ssh: add a generic Curl_ssh_version function for SSH backends

Closes #4235

1a7634e416-Aug-2019 Daniel Stenberg

base64: check for SSH, not specific SSH backends

1...<<361362363364365366367368369370>>...1351