ff2f3e83 | 25-Apr-2022 |
Daniel Stenberg |
libssh2: compare sha256 strings case sensitively Reported-by: Harry Sintonen Bug: https://hackerone.com/reports/1549435 Closes #8744 |
a09a1280 | 25-Apr-2022 |
Daniel Stenberg |
tool_getparam: error out on missing -K file Add test 411 to verify. Reported-by: Median Median Stride Bug: https://hackerone.com/reports/1542881 Closes #8731 |
ca94497a | 25-Apr-2022 |
Tatsuhiro Tsujikawa |
ngtcp2: deal with sub-millisecond timeout Closes #8738 |
4ec0549c | 25-Apr-2022 |
Daniel Stenberg |
misc: update copyright year ranges |
60452236 | 24-Apr-2022 |
Daniel Stenberg |
c_escape: escape '?' in generated --libcurl code In order to avoid the risk of it being used in an accidental trigraph in the generated code. Reported-by: Harry Sintonen Bug
c_escape: escape '?' in generated --libcurl code In order to avoid the risk of it being used in an accidental trigraph in the generated code. Reported-by: Harry Sintonen Bug: https://hackerone.com/reports/1548535 Closes #8742
show more ...
|
cdb9b097 | 24-Apr-2022 |
Philip H <47042125+pheiduck@users.noreply.github.com> |
mlc: curl.zuul.vexxhost.dev is reachable again remove it from ignorelist for linkcheck Closes #8736 |
458c4b1d | 24-Apr-2022 |
Tatsuhiro Tsujikawa |
ngtcp2: avoid busy loop in low CWND situation Closes #8739 |
b82d8798 | 24-Apr-2022 |
Daniel Stenberg |
TODO: telnet - exit immediately upon connection if stdin is /dev/null Suggested-by: Robin A. Meade URL: https://curl.se/mail/archive-2022-04/0027.html |
94ac2ca7 | 21-Apr-2022 |
Kushal Das |
docs: updates spellings with full words Closes #8730 |
25d7b5f3 | 21-Apr-2022 |
Daniel Stenberg |
tests/FILEFORMAT.md: spellfix |
93cfed2b | 21-Apr-2022 |
Daniel Gustafsson |
misc: fix typos Fix a few random typos is comments and workflow names. |
abf079ab | 21-Apr-2022 |
Daniel Gustafsson |
macos: fix .plist installation into framework The copy command introduced in e498a9b1f had leftover '>' from the previous sed command it replaced, which broke its syntax. Fix by rem
macos: fix .plist installation into framework The copy command introduced in e498a9b1f had leftover '>' from the previous sed command it replaced, which broke its syntax. Fix by removing. Reported-by: Emanuele Torre <torreemanuele6@gmail.com>
show more ...
|
d8b19cb4 | 20-Apr-2022 |
Christopher Degawa |
Makefile: fix ca-bundle due to mk-ca-bundle.pl being moved The script was moved in 8e22fc68e7dda43e9f but the lines that called it was not changed to reflect it's new position S
Makefile: fix ca-bundle due to mk-ca-bundle.pl being moved The script was moved in 8e22fc68e7dda43e9f but the lines that called it was not changed to reflect it's new position Signed-off-by: Christopher Degawa <ccom@randomderp.com> Closes #8728
show more ...
|
e498a9b1 | 20-Apr-2022 |
Daniel Gustafsson |
macos: set .plist version in autoconf Set the libcurl version in libcurl.plist like how libcurl.vers is created. Closes: #8692 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
macos: set .plist version in autoconf Set the libcurl version in libcurl.plist like how libcurl.vers is created. Closes: #8692 Reviewed-by: Daniel Stenberg <daniel@haxx.se> Reviewed-by: Nick Zitzmann <nickzman@gmail.com>
show more ...
|
a6cdfd24 | 20-Apr-2022 |
Daniel Gustafsson |
cookies: Improve errorhandling for reading cookiefile The existing programming had some issues with errorhandling for reading the cookie file. If the file failed to open, we would silent
cookies: Improve errorhandling for reading cookiefile The existing programming had some issues with errorhandling for reading the cookie file. If the file failed to open, we would silently ignore it and continue as if there was no file (or stdin) passed. In this case, we would also call fclose() on the NULL FILE pointer, which is undefined behavior. Fix by ensuring that the FILE pointer is set before calling fclose on it, and issue a warning in case the file cannot be opened. Erroring out on nonexisting file would break backwards compatibility of very old behavior so we can't really go there. Closes: #8699 Reviewed-by: Daniel Stenberg <daniel@haxx.se> Reviewed-by: Jay Satiro <raysatiro@yahoo.com>
show more ...
|
d794d4bc | 20-Apr-2022 |
Daniel Stenberg |
libcurl-tutorial.3: spellfix and minor polish |
1c92b101 | 20-Apr-2022 |
Daniel Stenberg |
CURLINFO_PRIMARY_PORT.3: spellfix Reported-by: Patrick Monnerat |
c4d032af | 20-Apr-2022 |
Jay Dommaschk |
libssh: fix double close libssh closes the socket in ssh_diconnect() so make sure that libcurl does not also close it. Fixes #8708 Closes #8718 |
6019d652 | 18-Apr-2022 |
Gisle Vanem |
unit1620: call global_init before calling Curl_open Curl_open calls the resolver init and on Windows if the resolver backend is c-ares then the Windows sockets library (winsock) must alr
unit1620: call global_init before calling Curl_open Curl_open calls the resolver init and on Windows if the resolver backend is c-ares then the Windows sockets library (winsock) must already have been initialized (via global init). Ref: https://github.com/curl/curl/pull/8540#issuecomment-1059771800 Closes https://github.com/curl/curl/pull/8719
show more ...
|
f7f26077 | 19-Apr-2022 |
Daniel Stenberg |
CURLINFO_PRIMARY_PORT.3: clarify which port this is As it was not entirely clear previously. Closes #8725 |
774dbd52 | 19-Apr-2022 |
Daniel Stenberg |
CURLOPT_UNRESTRICTED_AUTH.3: extended explanation Include details about Authentication headers. Reported-by: Brad Spencer Fixes #8724 Closes #8726 |
c3b27c31 | 19-Apr-2022 |
Daniel Stenberg |
.github/workflows/macos.yml: add a libssh job with c-ares ... to enable the memdebug system Closes #8720 |
795ed050 | 18-Apr-2022 |
Daniel Stenberg |
RELEASE-NOTES: synced |
64c5982d | 18-Apr-2022 |
Gisle Vanem |
docs/HTTP3.md: fix typo also fix msh3 section formatting Ref: https://github.com/curl/curl/commit/37492ebb#r70980087 |
Revision tags: curl-7_75_0, curl-7_74_0, curl-7_73_0 |
|
68035af2 | 29-Aug-2020 |
Marc Hoersken |
timediff.[ch]: add curlx helper functions for timeval conversions Also move timediff_t definitions from timeval.h to timediff.h and then make timeval.h include the new standalone-capable
timediff.[ch]: add curlx helper functions for timeval conversions Also move timediff_t definitions from timeval.h to timediff.h and then make timeval.h include the new standalone-capable timediff.h. Reviewed-by: Jay Satiro Reviewed-by: Daniel Stenberg Supersedes #5888 Closes #8595
show more ...
|