Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-16 | KNOWN_BUGS: two more existing problems | Daniel Stenberg | |
2016-10-16 | KNOWN_BUGS: minor formatting edit | Daniel Stenberg | |
2016-09-30 | KNOWN_BUGS: Fix typos in section 5.8. | Sebastian Mundry | |
Closes #1046 | |||
2016-09-26 | KNOWN_BUGS: 5.8 configure finding libs in wrong directory | Daniel Stenberg | |
2016-09-16 | KNOWN_BUGS: chunked-encoded requests with HTTP/2 is fixed | Daniel Stenberg | |
2016-08-31 | KNOWN_BUGS: Move the Visual Studio project shortcomings from local README | Steve Holme | |
2016-08-31 | KNOWN_BUGS: Expand 6.4 to include Kerberos V5 | Steve Holme | |
...and discuss a possible solution. | |||
2016-08-29 | KNOWN_BUGS: mention some cmake "support gaps" | Daniel Stenberg | |
2016-08-28 | http2: make sure stream errors don't needlessly close the connection | Daniel Stenberg | |
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 | |||
2016-08-21 | Revert "KNOWN_BUGS: SOCKS proxy not working via IPv6" | Marc Hoersken | |
This reverts commit 9cb1059f92286a6eb5d28c477fdd3f26aed1d554. As discussed in #835 SOCKS5 supports IPv6 proxies and destinations. | |||
2016-08-03 | KNOWN_BUGS: SOCKS proxy not working via IPv6 | Daniel Stenberg | |
Closes #835 | |||
2016-08-03 | KNOWN_BUGS: CURLOPT_SEEKFUNCTION not called with CURLFORM_STREAM | Daniel Stenberg | |
Closes #768 | |||
2016-08-03 | KNOWN_BUGS: transfer-encoding: chunked in HTTP/2 | Daniel Stenberg | |
Closes #662 | |||
2016-06-28 | KNOWN_BUGS: 3.4 POP3 expects "CRLF.CRLF" eob for some | Daniel Stenberg | |
Closes #740 | |||
2016-05-17 | KNOWN_BUGS: GnuTLS backend skips really long certificate fields | Daniel Stenberg | |
Closes #762 | |||
2016-04-26 | KNOWN_BUGS: 1.10 Strips trailing dot from host name | Daniel Stenberg | |
Closes #716 | |||
2016-04-25 | KNOWN_BUGS: --interface for ipv6 binds to unusable IP address | Daniel Stenberg | |
Closes #686 for now. | |||
2016-04-21 | KNOWN_BUGS: fixed "5.6 Improper use of Autoconf cache variables" | Daniel Stenberg | |
As of commit d9f3b365a3 | |||
2016-04-11 | KNOWN_BUGS: added info for "Hangs with PolarSSL" | Daniel Stenberg | |
2016-04-10 | KNOWN_BUGS: 1.9 HTTP/2 frames while in the connection pool kill reuse | Daniel Stenberg | |
Closes #750 | |||
2016-04-08 | KNOWN_BUGS: openldap hangs. TODO: binary SASL. | Patrick Monnerat | |
2016-04-08 | KNOWN_BUGS: 5.6 Improper use of Autoconf cache variables | Daniel Stenberg | |
Closes #603 | |||
2016-04-08 | KNOWN_BUGS: 11.2 error buffer not set... | Daniel Stenberg | |
Closes #544 | |||
2016-04-08 | KNOWN_BUGS: 11.1 Curl leaks .onion hostnames in DNS | Daniel Stenberg | |
Closes #543 | |||
2016-04-08 | KNOWN_BUGS: 1.8 DNS timing is wrong for HTTP redirects | Daniel Stenberg | |
Closes #522 | |||
2016-04-06 | KNOWN_BUGS: reorganized and cleaned up | Daniel Stenberg | |
Now sorted into categories and organized in the same style we do the TODO document. It will make each issue linked properly on the https://curl.haxx.se/docs/knownbugs.html web page. The sections should make it easier to find issues and issues related to areas of the reader's specific interest. | |||
2016-04-06 | KNOWN_BUGS: #95 curl in Windows can't handle Unicode arguments | Jay Satiro | |
2016-04-06 | KNOWN_BUGS: Use https://curl.haxx.se URL for github based issues | Steve Holme | |
2016-04-05 | KNOWN_BUGS: #94 IMAP custom requests use the LIST handler | Jay Satiro | |
Bug: https://github.com/curl/curl/issues/536 Reported-by: eXeC64@users.noreply.github.com | |||
2016-04-05 | KNOWN_BUGS: remove 68, 70 and 72. | Daniel Stenberg | |
Due to their age (we don't fully know if they actually remain) and lack of detail - very few people will bother to find out what they're about or work on them. If people truly still suffer from any of these, I assume they will be reported again and then we'll deal with them. 72. "Pausing pipeline problems." https://curl.haxx.se/mail/lib-2009-07/0214.html 70. Problem re-using easy handle after call to curl_multi_remove_handle https://curl.haxx.se/mail/lib-2009-07/0249.html 68. "More questions about ares behavior". https://curl.haxx.se/mail/lib-2009-08/0012.html | |||
2016-04-05 | KNOWN_BUGS: remove 92 and 88, fixed | Daniel Stenberg | |
2016-03-19 | KNOWN_BUGS: #93 Issue with CURLFORM_CONTENTLEN in arrays on 32-bit platforms | Steve Holme | |
2016-02-09 | KNOWN_BUGS: Update #92 - Windows device prefix | Jay Satiro | |
2016-02-08 | KNOWN_BUGS: Windows device prefix is required for devices | Jay Satiro | |
2016-02-04 | URLs: follow GitHub project rename (also Travis CI) | Viktor Szakats | |
Closes #632 | |||
2016-02-02 | HTTPS: update a bunch of URLs from HTTP to HTTPS | Daniel Stenberg | |
2015-09-20 | KNOWN_BUGS: 91 "curl_easy_perform hangs with imap and PolarSSL" | Daniel Stenberg | |
Closes #334 | |||
2015-09-20 | KNOWN_BUGS: add link to #85 | Daniel Stenberg | |
2015-08-24 | KNOWN_BUGS: #2, not reading a HEAD response-body is not a bug | Daniel Stenberg | |
... since HTTP is forbidden to return any such. | |||
2015-08-24 | KNOWN_BUGS: #78 zero-length files is already fixed! | Daniel Stenberg | |
2015-08-24 | getinfo: added CURLINFO_ACTIVESOCKET | Razvan Cojocaru | |
This patch addresses known bug #76, where on 64-bit Windows SOCKET is 64 bits wide, but long is only 32, making CURLINFO_LASTSOCKET unreliable. Signed-off-by: Razvan Cojocaru <rcojocaru@bitdefender.com> | |||
2015-06-16 | docs: update URLs | Viktor Szakats | |
2015-04-15 | KNOWN_BUGS: #90 IMAP "SEARCH ALL" truncates output on large boxes | Daniel Stenberg | |
2015-03-29 | KNOWN_BUGS: 89 is bug #1411 | Daniel Stenberg | |
Disabling pipelining on multi handle with in-progress pipelined requests leads to heap corruption and crash | |||
2014-12-26 | code/docs: Use Unix rather than UNIX to avoid use of the trademark | Steve Holme | |
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. | |||
2014-12-15 | KNOWN_BUGS: the SFTP code doesn't support CURLINFO_FILETIME | Daniel Stenberg | |
2014-08-22 | NTLM: ignore CURLOPT_FORBID_REUSE during NTLM HTTP auth | Frank Meier | |
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. | |||
2014-08-09 | docs: Update SPNEGO and GSS-API related doc sections | Michael Osipov | |
Reflect recent changes in SPNEGO and GSS-API code in the docs. Update them with appropriate namings and remove visible spots for GSS-Negotiate. | |||
2014-06-04 | KNOWN_BUGS: #83 was addressed with commit c50ce859187ca | Daniel Stenberg | |
2014-06-01 | KNOWN_BUGS: #30 was fixed in 0bc4938eeccce, 7.37.0 | Daniel Stenberg | |