#
31987c34 |
| 29-Mar-2015 |
Daniel Stenberg |
KNOWN_BUGS: 89 is bug #1411 Disabling pipelining on multi handle with in-progress pipelined requests leads to heap corruption and crash
|
Revision tags: curl-7_41_0, curl-7_40_0 |
|
#
1abe65d9 |
| 26-Dec-2014 |
Steve Holme |
code/docs: Use Unix rather than UNIX to avoid use of the trademark Use Unix when generically writing about Unix based systems as UNIX is the trademark and should only be used in a partic
code/docs: Use Unix rather than UNIX to avoid use of the trademark Use Unix when generically writing about Unix based systems as UNIX is the trademark and should only be used in a particular product's name.
show more ...
|
#
5590a3f1 |
| 15-Dec-2014 |
Daniel Stenberg |
KNOWN_BUGS: the SFTP code doesn't support CURLINFO_FILETIME
|
Revision tags: curl-7_39_0, curl-7_38_0 |
|
#
63a0bd42 |
| 22-Aug-2014 |
Frank Meier |
NTLM: ignore CURLOPT_FORBID_REUSE during NTLM HTTP auth Problem: if CURLOPT_FORBID_REUSE is set, requests using NTLM failed since NTLM requires multiple requests that re-use the same con
NTLM: ignore CURLOPT_FORBID_REUSE during NTLM HTTP auth Problem: if CURLOPT_FORBID_REUSE is set, requests using NTLM failed since NTLM requires multiple requests that re-use the same connection for the authentication to work Solution: Ignore the forbid reuse flag in case the NTLM authentication handshake is in progress, according to the NTLM state flag. Fixed known bug #77.
show more ...
|
#
37f0e8a3 |
| 02-Aug-2014 |
Michael Osipov <1983-01-06@gmx.net> |
docs: Update SPNEGO and GSS-API related doc sections Reflect recent changes in SPNEGO and GSS-API code in the docs. Update them with appropriate namings and remove visible spots for
docs: Update SPNEGO and GSS-API related doc sections Reflect recent changes in SPNEGO and GSS-API code in the docs. Update them with appropriate namings and remove visible spots for GSS-Negotiate.
show more ...
|
Revision tags: curl-7_37_1 |
|
#
5468a212 |
| 04-Jun-2014 |
Daniel Stenberg |
KNOWN_BUGS: #83 was addressed with commit c50ce859187ca
|
#
d603ed67 |
| 01-Jun-2014 |
Daniel Stenberg |
KNOWN_BUGS: #30 was fixed in 0bc4938eeccce, 7.37.0
|
Revision tags: curl-7_37_0, curl-7_36_0 |
|
#
9317eced |
| 15-Mar-2014 |
Till Maas |
URL parser: IPv6 zone identifiers are now supported
|
#
ca7d1de6 |
| 13-Mar-2014 |
Dan Fandrich |
docs: fixed a bunch of typos
|
Revision tags: curl-7_35_0 |
|
#
c216179a |
| 04-Jan-2014 |
Marc Hoersken |
docs: primarily refer to schannel as WinSSL
|
Revision tags: curl-7_34_0 |
|
#
8a8f9a5d |
| 15-Dec-2013 |
Daniel Stenberg |
curl.1 document -J doesn't %-decode ...also added as KNOWN_BUG #87 with reference to bug #1294
|
#
7b9365c6 |
| 27-Nov-2013 |
Steve Holme |
KNOWN_BUGS: #86: Disconnect commands may not be sent by IMAP, POP3 and SMTP
|
#
c9d8c00a |
| 05-Nov-2013 |
Daniel Stenberg |
KNOWN_BUGS: STARTTRANSFER for POST requests added 85. Wrong STARTTRANSFER timer accounting for POST requests
|
Revision tags: curl-7_33_0 |
|
#
a22c478e |
| 02-Oct-2013 |
Daniel Stenberg |
KNOWN_BUGS: #84: CURLINFO_SSL_VERIFYRESULT CURLINFO_SSL_VERIFYRESULT is only implemented for the OpenSSL and NSS backends and not for any other!
|
#
0192ad65 |
| 25-Aug-2013 |
Daniel Stenberg |
KNOWN_BUGS: refer to bug numbers with the existing number series The old numbers would still redirect but who knows for how long...
|
Revision tags: curl-7_32_0 |
|
#
015556d7 |
| 08-Aug-2013 |
John E. Malmberg |
KNOWN_BUGS: 22 and 57 have been fixed and committed
|
#
a2e0ce86 |
| 22-Jun-2013 |
Daniel Stenberg |
KNOWN_BUGS: #83 unable to load non-default openssl engines
|
Revision tags: curl-7_31_0 |
|
#
9b8df581 |
| 10-Jun-2013 |
Daniel Stenberg |
KNOWN_BUGS: #82 failed build with Borland compiler
|
#
84f79914 |
| 21-May-2013 |
Daniel Stenberg |
KNOWN_BUGS: curl -OJC- fails to resume Bug: http://curl.haxx.se/bug/view.cgi?id=1169
|
Revision tags: curl-7_30_0, curl-7_29_0, curl-7_28_1, curl-7_28_0 |
|
#
f332f141 |
| 10-Sep-2012 |
Marc Hoersken |
socks.c: Added support for IPv6 connections through SOCKSv5 proxy
|
#
7735141e |
| 31-Aug-2012 |
Daniel Stenberg |
test2032: bail out after last transfer The test would hang and get aborted with a "ABORTING TEST, since it seems that it would have run forever." until I prevented that from happenin
test2032: bail out after last transfer The test would hang and get aborted with a "ABORTING TEST, since it seems that it would have run forever." until I prevented that from happening. I also fixed the data file which got broken CRLF line endings when I sucked down the path from Joe's repo == my fault. Removed #37 from KNOWN_BUGS as this fix and test case verifies exactly this.
show more ...
|
Revision tags: curl-7_27_0 |
|
#
cb787b70 |
| 20-Jul-2012 |
Dan Fandrich |
Fixed some typos in documentation
|
#
bce8bc20 |
| 08-Jul-2012 |
Daniel Stenberg |
KNOWN_BUGS: #80 Curl doesn't recognize certs in DER format
|
#
24af69a4 |
| 08-Jul-2012 |
Daniel Stenberg |
KNOWN_BUGS: #79 - any RCPT TO failure makes and error
|
#
5a99bce0 |
| 07-Jul-2012 |
Daniel Stenberg |
KNOWN_BUGS: NTLM with unicode works with schannel/winssl! Bug #75 updated with additional info, still remains for builds with other backends.
|