#
f023f258 |
| 07-Mar-2017 |
Jay Satiro |
KNOWN_BUGS: Add DarwinSSL won't import PKCS#12 without a password Bug: https://github.com/curl/curl/issues/1308 Reported-by: Justin Clift
|
#
658b9a20 |
| 04-Mar-2017 |
Sylvestre Ledru |
fix some typos in the doc (#1306)
|
Revision tags: curl-7_53_1, curl-7_53_0 |
|
#
bcca842e |
| 28-Jan-2017 |
Michael Kaufmann |
polarssl: fix hangs This bugfix is similar to commit c111178bd4.
|
#
1a9a99ad |
| 19-Jan-2017 |
Michael Kaufmann |
KNOWN_BUGS: HTTP/2 server push enabled when no pushes can be accepted This has been implemented with commit 9ad034e.
|
Revision tags: curl-7_52_1, curl-7_52_0 |
|
#
74595b22 |
| 29-Nov-2016 |
Daniel Stenberg |
http_proxy: simplify CONNECT response reading Since it now reads responses one byte a time, a loop could be removed and it is no longer limited to get the whole response within 16K, it i
http_proxy: simplify CONNECT response reading Since it now reads responses one byte a time, a loop could be removed and it is no longer limited to get the whole response within 16K, it is now instead only limited to 16K maximum header line lengths.
show more ...
|
Revision tags: curl-7_51_0 |
|
#
4eb7657a |
| 27-Oct-2016 |
Daniel Stenberg |
KNOWN_BUGS: HTTP/2 server push enabled when no pushes can be accepted Closes #927
|
#
c443a8ce |
| 27-Oct-2016 |
Daniel Stenberg |
KNOWN_BUGS: c-ares deviates from stock resolver on http://1346569778 Closes #893
|
#
96e3c077 |
| 16-Oct-2016 |
Daniel Stenberg |
KNOWN_BUGS: two more existing problems
|
#
4ddc772b |
| 16-Oct-2016 |
Daniel Stenberg |
KNOWN_BUGS: minor formatting edit
|
#
9eda44a2 |
| 30-Sep-2016 |
Sebastian Mundry |
KNOWN_BUGS: Fix typos in section 5.8. Closes #1046
|
#
bd742adb |
| 26-Sep-2016 |
Daniel Stenberg |
KNOWN_BUGS: 5.8 configure finding libs in wrong directory
|
#
710f0572 |
| 15-Sep-2016 |
Daniel Stenberg |
KNOWN_BUGS: chunked-encoded requests with HTTP/2 is fixed
|
Revision tags: curl-7_50_3, curl-7_50_2 |
|
#
7c6c2194 |
| 31-Aug-2016 |
Steve Holme |
KNOWN_BUGS: Move the Visual Studio project shortcomings from local README
|
#
088ffcba |
| 31-Aug-2016 |
Steve Holme |
KNOWN_BUGS: Expand 6.4 to include Kerberos V5 ...and discuss a possible solution.
|
#
b73b423b |
| 29-Aug-2016 |
Daniel Stenberg |
KNOWN_BUGS: mention some cmake "support gaps"
|
#
3533def3 |
| 11-Aug-2016 |
Daniel Stenberg |
http2: make sure stream errors don't needlessly close the connection With HTTP/2 each transfer is made in an indivial logical stream over the connection, making most previous errors that
http2: make sure stream errors don't needlessly close the connection With HTTP/2 each transfer is made in an indivial logical stream over the connection, making most previous errors that caused the connection to get forced-closed now instead just kill the stream and not the connection. Fixes #941
show more ...
|
#
fba9dec5 |
| 21-Aug-2016 |
Marc Hoersken |
Revert "KNOWN_BUGS: SOCKS proxy not working via IPv6" This reverts commit 9cb1059f92286a6eb5d28c477fdd3f26aed1d554. As discussed in #835 SOCKS5 supports IPv6 proxies and destination
Revert "KNOWN_BUGS: SOCKS proxy not working via IPv6" This reverts commit 9cb1059f92286a6eb5d28c477fdd3f26aed1d554. As discussed in #835 SOCKS5 supports IPv6 proxies and destinations.
show more ...
|
Revision tags: curl-7_50_1 |
|
#
9cb1059f |
| 02-Aug-2016 |
Daniel Stenberg |
KNOWN_BUGS: SOCKS proxy not working via IPv6 Closes #835
|
#
ac09c422 |
| 02-Aug-2016 |
Daniel Stenberg |
KNOWN_BUGS: CURLOPT_SEEKFUNCTION not called with CURLFORM_STREAM Closes #768
|
#
80ab2b5a |
| 02-Aug-2016 |
Daniel Stenberg |
KNOWN_BUGS: transfer-encoding: chunked in HTTP/2 Closes #662
|
Revision tags: curl-7_50_0 |
|
#
a69f27ae |
| 28-Jun-2016 |
Daniel Stenberg |
KNOWN_BUGS: 3.4 POP3 expects "CRLF.CRLF" eob for some Closes #740
|
Revision tags: curl-7_49_1, curl-7_49_0 |
|
#
9f475f7b |
| 17-May-2016 |
Daniel Stenberg |
KNOWN_BUGS: GnuTLS backend skips really long certificate fields Closes #762
|
#
3a614286 |
| 25-Apr-2016 |
Daniel Stenberg |
KNOWN_BUGS: 1.10 Strips trailing dot from host name Closes #716
|
#
27a6393c |
| 25-Apr-2016 |
Daniel Stenberg |
KNOWN_BUGS: --interface for ipv6 binds to unusable IP address Closes #686 for now.
|
#
14c9b70c |
| 21-Apr-2016 |
Daniel Stenberg |
KNOWN_BUGS: fixed "5.6 Improper use of Autoconf cache variables" As of commit d9f3b365a3
|