Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | KNOWN_BUGS: Cannot compile against a static build of OpenLDAP | Daniel Stenberg | 2019-02-14 | 1 | -0/+5 |
| | | | | Closes #2367 | ||||
* | KNOWN_BUGS: curl compiled on OSX 10.13 failed to run on OSX 10.10 | Daniel Stenberg | 2019-02-14 | 1 | -0/+5 |
| | | | | Closes #2905 | ||||
* | KNOWN_BUGS: Deflate error after all content was received | Daniel Stenberg | 2019-02-14 | 1 | -0/+10 |
| | | | | Closes #2719 | ||||
* | KNOWN_BUGS: tests not compatible with python3 | Daniel Stenberg | 2019-01-21 | 1 | -0/+7 |
| | | | | | Closes #3289 [skip ci] | ||||
* | cmake: updated check for HAVE_POLL_FINE to match autotools | Sergei Nikulov | 2019-01-16 | 1 | -3/+0 |
| | |||||
* | KNOWN_BUGS: cmake makes unusable tool_hugehelp.c with MinGW | Daniel Stenberg | 2019-01-10 | 1 | -0/+9 |
| | | | | Closes #3125 | ||||
* | KNOWN_BUGS: Improve --data-urlencode space encoding | Daniel Stenberg | 2019-01-10 | 1 | -0/+8 |
| | | | | Closes #3229 | ||||
* | host names: allow trailing dot in name resolve, then strip it | Tobias Hintze | 2018-11-22 | 1 | -5/+6 |
| | | | | | | | Delays stripping of trailing dots to after resolving the hostname. Fixes #3022 Closes #3222 | ||||
* | KNOWN_BUGS: add --proxy-any connection issue | Daniel Gustafsson | 2018-11-09 | 1 | -0/+12 |
| | | | | | | | | | | Add the identified issue with --proxy-any and proxy servers which advertise authentication schemes other than the supported one. Closes #876 Closes #3250 Reported-by: NTMan on Github Reviewed-by: Daniel Stenberg <daniel@haxx.se> | ||||
* | winssl: be consistent in Schannel capitalization | Daniel Gustafsson | 2018-11-07 | 1 | -2/+2 |
| | | | | | | | | The productname from Microsoft is "Schannel", but in infof/failf reporting we use "schannel". This removes different versions. Closes #3243 Reviewed-by: Daniel Stenberg <daniel@haxx.se> | ||||
* | KNOWN_BUGS: Fix various typos | Daniel Gustafsson | 2018-10-08 | 1 | -6/+6 |
| | | | | | Closes #3112 Reviewed-by: Daniel Stenberg <daniel@haxx.se> | ||||
* | KNOWN_BUGS: Stick to same family over SOCKS proxy | Daniel Stenberg | 2018-07-06 | 1 | -0/+10 |
| | |||||
* | KNOWN_BUGS: Borland support is dropped, AIX problem is too old | Daniel Stenberg | 2018-07-05 | 1 | -14/+0 |
| | |||||
* | KNOWN_BUGS: NTLM doen't support password with ยง character | Daniel Stenberg | 2018-06-14 | 1 | -0/+5 |
| | | | | Closes #2120 | ||||
* | KNOWN_BUGS: slow connect to localhost on Windows | Daniel Stenberg | 2018-06-14 | 1 | -0/+14 |
| | | | | Closes #2281 | ||||
* | KNOWN_BUGS: CURL_GLOBAL_SSL | Daniel Stenberg | 2018-05-31 | 1 | -0/+30 |
| | | | | Closes #2276 | ||||
* | KNOWN_BUGS: restore text regarding #2101. | Will Dietz | 2018-05-29 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | This was added earlier but appears to have been removed accidentally. AFAICT this is very much still an issue. ----- I say "accidentally" because the text seems to have harmlessly snuck into [1] (which makes no mention of it). [1] was later reverted for unspecified reasons in [2], presumably because the mentioned issue was fixed or invalid. [1] de9fac00c40db321d44fa6fbab6eb62ec4c83998 [2] 16d1f369403cbb04bd7b085eabbeebf159473fc2 Closes #2618 | ||||
* | KNOWN_BUGS: mention the -O with %-encoded file names | Daniel Stenberg | 2018-05-21 | 1 | -2/+9 |
| | | | | Closes #2573 | ||||
* | KNOWN_BUGS: Client cert with Issuer DN differs between backends | Daniel Stenberg | 2018-04-30 | 1 | -0/+8 |
| | | | | Closes #1411 | ||||
* | KNOWN_BUGS: Passive transfer tries only one IP address | Daniel Stenberg | 2018-04-30 | 1 | -0/+13 |
| | | | | Closes #1508 | ||||
* | KNOWN_BUGS: --upload-file . hang if delay in STDIN | Daniel Stenberg | 2018-04-30 | 1 | -0/+8 |
| | | | | Closes #2051 | ||||
* | KNOWN_BUGS: Connection information when using TCP Fast Open | Daniel Stenberg | 2018-04-30 | 1 | -0/+8 |
| | | | | Closes #1332 | ||||
* | Revert "KNOWN_BUGS: 2.5 curl should not offer "ALPN: h2" when using https-proxy" | Daniel Stenberg | 2018-02-15 | 1 | -8/+0 |
| | | | | | | This reverts commit de9fac00c40db321d44fa6fbab6eb62ec4c83998. Reported-by: Jay Satiro | ||||
* | KNOWN_BUGS: 2.5 curl should not offer "ALPN: h2" when using https-proxy | Daniel Stenberg | 2018-02-15 | 1 | -0/+8 |
| | | | | Closes #1254 | ||||
* | KNOWN_BUGS: DICT responses show the underlying protocol | Daniel Stenberg | 2018-01-28 | 1 | -0/+11 |
| | | | | Closes #1809 | ||||
* | KNOWN_BUGS: Remove CMake symbol hiding issue | Jakub Zakrzewski | 2017-09-07 | 1 | -1/+0 |
| | | | | It has already been fixed in 6140dfc | ||||
* | KNOWN_BUGS: HTTP test server 'connection-monitor' problems | Daniel Stenberg | 2017-08-18 | 1 | -0/+8 |
| | | | | Closes #868 | ||||
* | progress: Track total times following redirects | Ryan Winograd | 2017-08-15 | 1 | -7/+0 |
| | | | | | | | | | | | | | | | | | | | | | | Update the progress timers `t_nslookup`, `t_connect`, `t_appconnect`, `t_pretransfer`, and `t_starttransfer` to track the total times for these activities when a redirect is followed. Previously, only the times for the most recent request would be tracked. Related changes: - Rename `Curl_pgrsResetTimesSizes` to `Curl_pgrsResetTransferSizes` now that the function only resets transfer sizes and no longer modifies any of the progress timers. - Add a bool to the `Progress` struct that is used to prevent double-counting `t_starttransfer` times. Added test case 1399. Fixes #522 and Known Bug 1.8 Closes #1602 Reported-by: joshhe on github | ||||
* | docs/comments: Update to secure URL versions | Viktor Szakats | 2017-08-08 | 1 | -1/+1 |
| | | | | Closes #1741 | ||||
* | typecheck-gcc.h: check CURLINFO_CERTINFO | Daniel Stenberg | 2017-06-01 | 1 | -9/+0 |
| | | | | | | ... and update the certinfo.c example accordingly. Fixes https://github.com/curl/curl/issues/846 | ||||
* | KNOWN_BUGS: typo | madblobfish | 2017-03-29 | 1 | -1/+1 |
| | | | | Closes #1364 | ||||
* | KNOWN_BUGS: remove libidn related issue | Daniel Stenberg | 2017-03-14 | 1 | -9/+0 |
| | | | | ... as we no longer use libidn | ||||
* | KNOWN_BUGS: Add DarwinSSL won't import PKCS#12 without a password | Jay Satiro | 2017-03-06 | 1 | -0/+7 |
| | | | | | Bug: https://github.com/curl/curl/issues/1308 Reported-by: Justin Clift | ||||
* | fix some typos in the doc (#1306) | Sylvestre Ledru | 2017-03-04 | 1 | -1/+1 |
| | |||||
* | polarssl: fix hangs | Michael Kaufmann | 2017-01-28 | 1 | -16/+6 |
| | | | | This bugfix is similar to commit c111178bd4. | ||||
* | KNOWN_BUGS: HTTP/2 server push enabled when no pushes can be accepted | Michael Kaufmann | 2017-01-19 | 1 | -8/+0 |
| | | | | This has been implemented with commit 9ad034e. | ||||
* | http_proxy: simplify CONNECT response reading | Daniel Stenberg | 2016-12-01 | 1 | -8/+0 |
| | | | | | | 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. | ||||
* | KNOWN_BUGS: HTTP/2 server push enabled when no pushes can be accepted | Daniel Stenberg | 2016-10-27 | 1 | -0/+8 |
| | | | | Closes #927 | ||||
* | KNOWN_BUGS: c-ares deviates from stock resolver on http://1346569778 | Daniel Stenberg | 2016-10-27 | 1 | -0/+13 |
| | | | | Closes #893 | ||||
* | KNOWN_BUGS: two more existing problems | Daniel Stenberg | 2016-10-16 | 1 | -0/+13 |
| | |||||
* | KNOWN_BUGS: minor formatting edit | Daniel Stenberg | 2016-10-16 | 1 | -2/+2 |
| | |||||
* | KNOWN_BUGS: Fix typos in section 5.8. | Sebastian Mundry | 2016-09-30 | 1 | -5/+5 |
| | | | | Closes #1046 | ||||
* | KNOWN_BUGS: 5.8 configure finding libs in wrong directory | Daniel Stenberg | 2016-09-26 | 1 | -0/+19 |
| | |||||
* | KNOWN_BUGS: chunked-encoded requests with HTTP/2 is fixed | Daniel Stenberg | 2016-09-16 | 1 | -11/+2 |
| | |||||
* | KNOWN_BUGS: Move the Visual Studio project shortcomings from local README | Steve Holme | 2016-08-31 | 1 | -0/+14 |
| | |||||
* | KNOWN_BUGS: Expand 6.4 to include Kerberos V5 | Steve Holme | 2016-08-31 | 1 | -8/+12 |
| | | | | ...and discuss a possible solution. | ||||
* | KNOWN_BUGS: mention some cmake "support gaps" | Daniel Stenberg | 2016-08-29 | 1 | -0/+12 |
| | |||||
* | http2: make sure stream errors don't needlessly close the connection | Daniel Stenberg | 2016-08-28 | 1 | -0/+12 |
| | | | | | | | | 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 | ||||
* | Revert "KNOWN_BUGS: SOCKS proxy not working via IPv6" | Marc Hoersken | 2016-08-21 | 1 | -7/+0 |
| | | | | | | This reverts commit 9cb1059f92286a6eb5d28c477fdd3f26aed1d554. As discussed in #835 SOCKS5 supports IPv6 proxies and destinations. | ||||
* | KNOWN_BUGS: SOCKS proxy not working via IPv6 | Daniel Stenberg | 2016-08-03 | 1 | -0/+7 |
| | | | | Closes #835 |