History log of /curl/ (Results 8551 – 8575 of 33766)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
8a5c1cf105-Feb-2020 Frank Gevaerts

contributors: Also include people who contributed to curl-www

Closes #4884

d2411a7805-Feb-2020 Frank Gevaerts

contrithanks: Use the most recent tag by default

(similar to 5296abe)

Closes #4883

5296abe305-Feb-2020 Daniel Stenberg

scripts: use last set tag if none given

Makes 'delta' and 'contributors.sh' easier to use.

Make the delta script invoke contrithanks to get current number of
contributors instea

scripts: use last set tag if none given

Makes 'delta' and 'contributors.sh' easier to use.

Make the delta script invoke contrithanks to get current number of
contributors instead of counting THANKS, for accuracy.

Closes #4881

show more ...

671c48eb04-Feb-2020 Daniel Stenberg

ftp: shrink temp buffers used for PORT

These two stack based buffers only need to be 46 + 66 bytes instead of
256 + 1024.

Closes #4880

1cc97ba604-Feb-2020 Daniel Stenberg

curl: error on --alt-svc use w/o support

Make the tool check for alt-svc support at run-time and return error
accordingly if not present when the option is used.

Reported-by: Ha

curl: error on --alt-svc use w/o support

Make the tool check for alt-svc support at run-time and return error
accordingly if not present when the option is used.

Reported-by: Harry Sintonen
Closes #4878

show more ...

faaa63f304-Feb-2020 Daniel Stenberg

docs/HTTP3: add --enable-alt-svc to curl's configure

1fa83b2604-Feb-2020 Daniel Stenberg

RELEASE-PROCEDURE: feature win is closed post-release a few days

We've tried to uphold this already but let's make it official by
publicly stating this is the way we do it.

Clos

RELEASE-PROCEDURE: feature win is closed post-release a few days

We've tried to uphold this already but let's make it official by
publicly stating this is the way we do it.

Closes #4877

show more ...

d913c1e904-Feb-2020 Daniel Stenberg

altsvc: set h3 version at a common single spot

... and move the #ifdefs out of the functions. Addresses the fact they
were different before this change.

Reported-by: Harry Sinto

altsvc: set h3 version at a common single spot

... and move the #ifdefs out of the functions. Addresses the fact they
were different before this change.

Reported-by: Harry Sintonen
Closes #4876

show more ...

9e1f720704-Feb-2020 Harry Sintonen

altsvc: improved header parser

- Fixed the flag parsing to apply to specific alternative entry only, as
per RFC. The earlier code would also get totally confused by
multiprotocol hea

altsvc: improved header parser

- Fixed the flag parsing to apply to specific alternative entry only, as
per RFC. The earlier code would also get totally confused by
multiprotocol header, parsing flags from the wrong part of the header.

- Fixed the parser terminating on unknown protocols, instead of skipping
them.

- Fixed a busyloop when protocol-id was present without an equal sign.

Closes #4875

show more ...

defe4c0803-Feb-2020 Harry Sintonen

ngtcp2: fixed to only use AF_INET6 when ENABLE_IPV6

9c27386e04-Feb-2020 Daniel Stenberg

docs/HTTP3: update the OpenSSL branch to use for ngtcp2

Reported-by: James Fuller

b765cb3c08-May-2019 Steve Holme

ntlm: Pass the Curl_easy structure to the private winbind functions

...rather than the full conndata structure.

c2220ed604-Feb-2020 Daniel Stenberg

RELEASE-NOTES: synced

643b9e4d04-Feb-2020 Daniel Stenberg

tool_operhlp: Copyright year out of date, should be 2020

Follow-up from 2bc373740a3

2bc3737403-Feb-2020 Orgad Shaneh

curl: avoid using strlen for testing if a string is empty

Closes #4873

f41deddd08-May-2019 Steve Holme

ntlm: Ensure the HTTP header data is not stored in the challenge/response

5cd0f5cc02-Feb-2020 Marcel Raad

openssl: remove redundant assignment

Fixes a scan-build failure on Bionic.

Closes https://github.com/curl/curl/pull/4872

27956e9602-Feb-2020 Marcel Raad

travis: update non-OpenSSL Linux jobs to Bionic

For the OpenSSL builds, test 323 [TLS-SRP to non-TLS-SRP server] is
failing with "curl returned 52, when expecting 35".

Closes ht

travis: update non-OpenSSL Linux jobs to Bionic

For the OpenSSL builds, test 323 [TLS-SRP to non-TLS-SRP server] is
failing with "curl returned 52, when expecting 35".

Closes https://github.com/curl/curl/pull/4872

show more ...

70ae5c4603-Feb-2020 Dan Fandrich

cirrus: Add some missing semicolons

Newlines aren't preserved in this section so they're needed to separate
commands. The exports luckily worked anyway as a single long line, but
err

cirrus: Add some missing semicolons

Newlines aren't preserved in this section so they're needed to separate
commands. The exports luckily worked anyway as a single long line, but
erroneously exported a variable called "export"
[skip ci]

show more ...

4b6fd29f02-Feb-2020 Pedro Monreal

cleanup: fix typos and wording in docs and comments

Closes #4869
Reviewed-by: Emil Engler and Daniel Gustafsson

6ef1235207-May-2019 Steve Holme

ntlm: Move the winbind data into the NTLM data structure

To assist with adding winbind support to the SASL NTLM authentication,
move the winbind specific data out of conndata into ntlmda

ntlm: Move the winbind data into the NTLM data structure

To assist with adding winbind support to the SASL NTLM authentication,
move the winbind specific data out of conndata into ntlmdata.

show more ...

28b5b1c230-Jan-2020 Daniel Stenberg

quiche: Copyright year out of date

Follow-up to 7fc63d72333a

33a77cb530-Jan-2020 Daniel Stenberg

altsvc: use h3-25

Closes #4868

7fc63d7230-Jan-2020 Alessandro Ghedini

quiche: update to draft-25

Closes #4867

da9e8ec729-Jan-2020 Daniel Stenberg

ngtcp2: update to git master and its draft-25 support

Closes #4865

1...<<341342343344345346347348349350>>...1351