#
8ca54a03 |
| 05-Sep-2020 |
Daniel Stenberg |
test1541: remove since it is a known bug A shared connection cache is not thread-safe is a known issue. Stop testing this until we believe this issue is addressed. Reduces occasional
test1541: remove since it is a known bug A shared connection cache is not thread-safe is a known issue. Stop testing this until we believe this issue is addressed. Reduces occasional test failures we don't care about. The test code in lib1541.c is left in git to allow us to restore it when we get to fix this. Closes #5922
show more ...
|
Revision tags: tiny-curl-7_72_0 |
|
#
712d16cb |
| 22-Aug-2020 |
Daniel Stenberg |
KNOWN_BUGS: 'no_proxy' string-matches IPv6 numerical addreses Also: the current behavior is now documented in the curl.1 and CURLOPT_NOPROXY.3 man pages. Reported-by: Andrew Ba
KNOWN_BUGS: 'no_proxy' string-matches IPv6 numerical addreses Also: the current behavior is now documented in the curl.1 and CURLOPT_NOPROXY.3 man pages. Reported-by: Andrew Barnes Closes #5745 Closes #5841
show more ...
|
Revision tags: curl-7_72_0 |
|
#
6332f657 |
| 18-Aug-2020 |
Jay Satiro |
KNOWN_BUGS: Schannel TLS 1.2 handshake bug in old Windows versions Reported-by: plujon@users.noreply.github.com Closes https://github.com/curl/curl/issues/5488
|
#
cb8cf9d7 |
| 11-Aug-2020 |
Daniel Stenberg |
KNOWN_BUGS: A shared connection cache is not thread-safe Closes #4915 Closes #5802
|
#
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 ...
|
#
f0a6ea21 |
| 16-Jul-2020 |
Daniel Gustafsson |
docs: Update a few leftover mentions of DarwinSSL Commit 76a9c3c4be10b3d4d379d5b23ca76806bbae536a renamed DarwinSSL to the more correct/common name Secure Transport, but a few mentions i
docs: Update a few leftover mentions of DarwinSSL Commit 76a9c3c4be10b3d4d379d5b23ca76806bbae536a renamed DarwinSSL to the more correct/common name Secure Transport, but a few mentions in the docs remained. Closes #5688 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
show more ...
|
Revision tags: curl-7_71_1, curl-7_71_0 |
|
#
c048dd0b |
| 04-Jun-2020 |
Daniel Stenberg |
KNOWN_BUGS: RTSP authentication breaks without redirect support Closes #4750
|
#
308c243d |
| 25-May-2020 |
Viktor Szakats |
all: fix codespell errors Reviewed-by: Jay Satiro Reviewed-by: Daniel Stenberg Closes https://github.com/curl/curl/pull/5452
|
#
a384e870 |
| 15-May-2020 |
Daniel Stenberg |
KNOWN_BUGS: wolfssh: publickey auth doesn't work Closes #4820
|
#
938228dd |
| 15-May-2020 |
Daniel Stenberg |
KNOWN_BUGS: OS400 port requires deprecated IBM library Closes #5176
|
Revision tags: curl-7_70_0, curl-7_69_1, curl-7_69_0, curl-7_68_0 |
|
#
aa6cf7f3 |
| 02-Jan-2020 |
Marcel Raad |
KNOWN_BUGS: adapt 5.5 to recent changes It only applies to non-Unicode builds now. Also merge 5.10 into it as it's effectively a duplicate. Closes https://github.com/curl/curl/p
KNOWN_BUGS: adapt 5.5 to recent changes It only applies to non-Unicode builds now. Also merge 5.10 into it as it's effectively a duplicate. Closes https://github.com/curl/curl/pull/3784
show more ...
|
#
4b88ac71 |
| 11-May-2020 |
Daniel Stenberg |
KNOWN_BUGS: Build with staticly built dependency I rewrote the item 5.4 to be more generic about static dependencies.
|
#
8cf8b293 |
| 02-May-2020 |
Emil Engler |
KNOWN_BUGS: Remove "curl --upload-file . hang if delay in STDIN" It was fixed in 9a2cbf3 Closes #5319
|
#
42d8d9a7 |
| 23-Apr-2020 |
Emil Engler |
GnuTLS: Backend support for CURLINFO_SSL_VERIFYRESULT Closes #5287
|
#
2d137ded |
| 20-Apr-2020 |
Emil Engler |
GnuTLS: Don't skip really long certificate fields Closes #5271
|
#
42e18528 |
| 11-Apr-2020 |
Jay Satiro |
KNOWN_BUGS: Add entry 'Blocking socket operations' - Add threaded resolver cleanup and GSSAPI for FTP to the TODO list of known blocking operations. - New known bugs entry 'Bl
KNOWN_BUGS: Add entry 'Blocking socket operations' - Add threaded resolver cleanup and GSSAPI for FTP to the TODO list of known blocking operations. - New known bugs entry 'Blocking socket operations in non-blocking API' that directs to the TODO's list of known blocking operations. Ref: https://github.com/curl/curl/pull/5214#issuecomment-612488021 Reported-by: Marc Hoersken Closes https://github.com/curl/curl/pull/5216
show more ...
|
#
62f5e388 |
| 05-Apr-2020 |
Daniel Stenberg |
KNOWN_BUGS: fixed "USE_UNIX_SOCKETS on Windows" Fixed with #5170 (commit 23a870f2fd041278)
|
#
0c511b44 |
| 03-Apr-2020 |
Daniel Stenberg |
KNOWN_BUGS: Store TLS context per transfer instead of per connection Closes #5102
|
#
96a617b1 |
| 28-Mar-2020 |
Daniel Stenberg |
KNOWN_BUGS: DoH doesn't inherit all transfer options Closes #4578 Closes #4579
|
#
34696ab5 |
| 28-Mar-2020 |
Daniel Stenberg |
KNOWN_BUGS: DoH leaks memory after followlocation Closes #4592
|
#
6be2804c |
| 28-Mar-2020 |
Daniel Stenberg |
KNOWN_BUGS: "FTPS needs session reuse" Closes #4654
|
#
bbe476d5 |
| 28-Mar-2020 |
Daniel Stenberg |
KNOWN_BUGS: "stick to same family over SOCKS pro" is presumed fixed
|
#
beea6f8b |
| 05-Mar-2020 |
Daniel Stenberg |
KNOWN_BUGS: configure --with-gssapi with Heimdal is ignored on macOS Closes #3841
|
#
4a4b63da |
| 14-Feb-2020 |
Daniel Stenberg |
socks: make the connect phase non-blocking Removes two entries from KNOWN_BUGS. Closes #4907
|
#
4b6fd29f |
| 02-Feb-2020 |
Pedro Monreal |
cleanup: fix typos and wording in docs and comments Closes #4869 Reviewed-by: Emil Engler and Daniel Gustafsson
|