d491916a | 14-Aug-2020 |
Daniel Stenberg |
docs: clarify MAX_SEND/RECV_SPEED functionality ... in particular what happens if the maximum speed limit is set to a value that's smaller than the transfer buffer size in use.
docs: clarify MAX_SEND/RECV_SPEED functionality ... in particular what happens if the maximum speed limit is set to a value that's smaller than the transfer buffer size in use. Reported-by: Tomas Berger Fixes #5788 Closes #5813
show more ...
|
86dc9867 | 14-Aug-2020 |
Daniel Stenberg |
test1140: compare stdout To make problems more immediately obvious when tests fail. Closes #5814 |
d68fc029 | 14-Aug-2020 |
Daniel Stenberg |
asyn-ares: correct some bad comments Closes #5812 |
97446144 | 14-Aug-2020 |
Emil Engler |
docs: Add video link to docs/CONTRIBUTE.md Closes #5811 |
97aca097 | 13-Aug-2020 |
Daniel Stenberg |
curl-config: ignore REQUIRE_LIB_DEPS in --libs output Fixes a curl-config issue on cygwin by making sure REQUIRE_LIB_DEPS is not considered for the --libs output. Reported-by: r
curl-config: ignore REQUIRE_LIB_DEPS in --libs output Fixes a curl-config issue on cygwin by making sure REQUIRE_LIB_DEPS is not considered for the --libs output. Reported-by: ramsay-jones on github Assisted-by: Brian Inglis and Ken Brown Fixes #5793 Closes #5808
show more ...
|
010fb983 | 14-Aug-2020 |
Daniel Stenberg |
copyright: update/correct the year range on a few files |
de195a17 | 14-Aug-2020 |
Daniel Stenberg |
scripts/copyright.pl: ignore .muse files |
da901fef | 12-Aug-2020 |
Emil Engler |
multi: Remove 10-year old out-commented code The code hasn't been touched since 2010-08-18 Closes #5805 |
cb8cf9d7 | 11-Aug-2020 |
Daniel Stenberg |
KNOWN_BUGS: A shared connection cache is not thread-safe Closes #4915 Closes #5802 |
c46339ec | 11-Aug-2020 |
Daniel Stenberg |
CONTRIBUTE: extend git commit message description In particular how the first line works. Closes #5803 |
d4ea4019 | 11-Aug-2020 |
Daniel Stenberg |
RELEASE-NOTES: synced |
50dd05a5 | 10-Aug-2020 |
Stefan Yohansson |
transfer: move retrycount from connect struct to easy handle This flag was applied to the connection struct that is released on retry. These changes move the retry counter into Curl_eas
transfer: move retrycount from connect struct to easy handle This flag was applied to the connection struct that is released on retry. These changes move the retry counter into Curl_easy struct that lives across retries and retains the new connection. Reported-by: Cherish98 on github Fixes #5794 Closes #5800
show more ...
|
43c68d84 | 10-Aug-2020 |
Daniel Stenberg |
libssh2: s/ssherr/sftperr/ The debug output used ssherr instead of sftperr which not only outputs the wrong error code but also casues a warning on Windows. Follow-up to 7370b4e
libssh2: s/ssherr/sftperr/ The debug output used ssherr instead of sftperr which not only outputs the wrong error code but also casues a warning on Windows. Follow-up to 7370b4e39f1 Reported-by: Gisle Vanem Bug: https://github.com/curl/curl/commit/7370b4e39f1390e701f5b68d910c619151daf72b#r41334700 Closes #5799
show more ...
|
aecce355 | 10-Aug-2020 |
Daniel Stenberg |
ftp: don't do ssl_shutdown instead of ssl_close The shutdown function is for downgrading a connection from TLS to plain, and this is not requested here. Have ssl_close reset the
ftp: don't do ssl_shutdown instead of ssl_close The shutdown function is for downgrading a connection from TLS to plain, and this is not requested here. Have ssl_close reset the TLS connection state. This partially reverts commit f002c850d98d Reported-by: Rasmus Melchior Jacobsen Reported-by: Denis Goleshchikhin Fixes #5797
show more ...
|
421cf55a | 09-Aug-2020 |
Marc Hoersken |
CI/azure: fix test outcome values and use latest API version This makes sure that tests ignored or skipped are not shown just in the category "Other", but with their correct state.
CI/azure: fix test outcome values and use latest API version This makes sure that tests ignored or skipped are not shown just in the category "Other", but with their correct state. Closes #5796
show more ...
|
45192576 | 05-Aug-2020 |
Marc Hoersken |
CI/azure: show runtime stats to investigate slowness Also avoid naming conflict of TFLAGS env and tflags variables. Closes #5776 |
2429f45a | 07-Aug-2020 |
Daniel Stenberg |
TLS naming: fix more Winssl and Darwinssl leftovers The CMake option is now called CMAKE_USE_SCHANNEL The winbuild flag is USE_SCHANNEL The CI jobs and build scripts only u
TLS naming: fix more Winssl and Darwinssl leftovers The CMake option is now called CMAKE_USE_SCHANNEL The winbuild flag is USE_SCHANNEL The CI jobs and build scripts only use the new names and the new name options Tests now require 'Schannel' (when necessary) Closes #5795
show more ...
|
265717d2 | 06-Aug-2020 |
Daniel Stenberg |
smtp_parse_address: handle blank input string properly Closes #5792 |
82ed83ae | 05-Aug-2020 |
Daniel Stenberg |
runtests: run the DICT server on a random port number Removed support for -b (base port number) Closes #5783 |
865b9382 | 06-Aug-2020 |
Daniel Stenberg |
RELEASE-NOTES: synced |
337a28d8 | 05-Aug-2020 |
Daniel Stenberg |
runtests: move the TELNET server to a dynamic port Rename the port variable to TELNETPORT to better match the existing pattern. Closes #5785 |
2754a893 | 05-Aug-2020 |
Daniel Stenberg |
ngtcp2: adapt to error code rename Closes #5786 |
70999e60 | 05-Aug-2020 |
Daniel Stenberg |
runtests: move the smbserver to use a dynamic port number Closes #5782 |
c8ec0406 | 04-Aug-2020 |
Daniel Stenberg |
runtests: run the http2 tests on a random port number Closes #5779 |
a0c46143 | 05-Aug-2020 |
Daniel Stenberg |
gtls: survive not being able to get name/issuer Closes #5778 |