8a5c1cf1 | 05-Feb-2020 |
Frank Gevaerts |
contributors: Also include people who contributed to curl-www Closes #4884 |
d2411a78 | 05-Feb-2020 |
Frank Gevaerts |
contrithanks: Use the most recent tag by default (similar to 5296abe) Closes #4883 |
5296abe3 | 05-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 ...
|
671c48eb | 04-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 |
1cc97ba6 | 04-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 ...
|
faaa63f3 | 04-Feb-2020 |
Daniel Stenberg |
docs/HTTP3: add --enable-alt-svc to curl's configure |
1fa83b26 | 04-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 ...
|
d913c1e9 | 04-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 ...
|
9e1f7207 | 04-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 ...
|
defe4c08 | 03-Feb-2020 |
Harry Sintonen |
ngtcp2: fixed to only use AF_INET6 when ENABLE_IPV6 |
9c27386e | 04-Feb-2020 |
Daniel Stenberg |
docs/HTTP3: update the OpenSSL branch to use for ngtcp2 Reported-by: James Fuller |
b765cb3c | 08-May-2019 |
Steve Holme |
ntlm: Pass the Curl_easy structure to the private winbind functions ...rather than the full conndata structure. |
c2220ed6 | 04-Feb-2020 |
Daniel Stenberg |
RELEASE-NOTES: synced |
643b9e4d | 04-Feb-2020 |
Daniel Stenberg |
tool_operhlp: Copyright year out of date, should be 2020 Follow-up from 2bc373740a3 |
2bc37374 | 03-Feb-2020 |
Orgad Shaneh |
curl: avoid using strlen for testing if a string is empty Closes #4873 |
f41deddd | 08-May-2019 |
Steve Holme |
ntlm: Ensure the HTTP header data is not stored in the challenge/response |
5cd0f5cc | 02-Feb-2020 |
Marcel Raad |
openssl: remove redundant assignment Fixes a scan-build failure on Bionic. Closes https://github.com/curl/curl/pull/4872 |
27956e96 | 02-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 ...
|
70ae5c46 | 03-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 ...
|
4b6fd29f | 02-Feb-2020 |
Pedro Monreal |
cleanup: fix typos and wording in docs and comments Closes #4869 Reviewed-by: Emil Engler and Daniel Gustafsson |
6ef12352 | 07-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 ...
|
28b5b1c2 | 30-Jan-2020 |
Daniel Stenberg |
quiche: Copyright year out of date Follow-up to 7fc63d72333a |
33a77cb5 | 30-Jan-2020 |
Daniel Stenberg |
altsvc: use h3-25 Closes #4868 |
7fc63d72 | 30-Jan-2020 |
Alessandro Ghedini |
quiche: update to draft-25 Closes #4867 |
da9e8ec7 | 29-Jan-2020 |
Daniel Stenberg |
ngtcp2: update to git master and its draft-25 support Closes #4865 |