Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-02 | cleanup: fix typos and wording in docs and comments | Pedro Monreal | |
Closes #4869 Reviewed-by: Emil Engler and Daniel Gustafsson | |||
2020-01-29 | KNOWN_BUGS: Multiple methods in a single WWW-Authenticate: header | Daniel Stenberg | |
2020-01-21 | smtp: Allow RCPT TO command to fail for some recipients | Pavel Volgarev | |
Introduces CURLOPT_MAIL_RCPT_ALLLOWFAILS. Verified with the new tests 3002-3007 Closes #4816 | |||
2020-01-09 | KNOWN_BUGS: AUTH PLAIN for SMTP is not working on all servers | Daniel Stenberg | |
Closes #4080 | |||
2019-12-16 | KNOWN_BUGS: TLS session cache doesn't work with TFO | Daniel Stenberg | |
[skip ci] Closes #4301 | |||
2019-12-16 | KNOWN_BUGS: Connection information when using TCP Fast Open | Daniel Stenberg | |
Also point to #4296 for more details Closes #4296 | |||
2019-12-16 | KNOWN_BUGS: LDAP on Windows doesn't work | Daniel Stenberg | |
Closes #4261 | |||
2019-11-28 | docs: fix typos | Daniel Gustafsson | |
2019-10-13 | KNOWN_BUGS: remove "CURLFORM_CONTENTLEN in an array" | Daniel Stenberg | |
The curl_formadd() function is deprecated and shouldn't be used so the real fix for applications is to switch to the curl_mime_* API. | |||
2019-10-12 | KNOWN_BUGS: "LDAP on Windows does authentication wrong" | Daniel Stenberg | |
Closes #3116 | |||
2019-10-09 | KNOWN_BUGS: IDN tests failing on Windows | Daniel Stenberg | |
Closes #3747 | |||
2019-09-05 | KNOWN_BUGS/TODO: cleanup and remove outdated issues | Daniel Stenberg | |
2019-08-26 | KNOWN_BUGS: USE_UNIX_SOCKETS on Windows | Daniel Stenberg | |
Closes #4040 | |||
2019-06-24 | KNOWN_BUGS: Don't clear digest for single realm | Daniel Stenberg | |
Closes #3267 | |||
2019-06-24 | KNOWN_BUGS: Schannel disable CURLOPT_SSL_VERIFYPEER and verify hostname | Daniel Stenberg | |
Closes #3284 | |||
2019-05-11 | doh: disable DOH for the cases it doesn't work | Daniel Stenberg | |
Due to limitations in Curl_resolver_wait_resolv(), it doesn't work for DOH resolves. This fix disables DOH for those. Limitation added to KNOWN_BUGS. Fixes #3850 Closes #3857 | |||
2019-04-06 | tests: make Impacket (SMB server) Python 3 compatible | cclauss | |
Closes #3731 Fixes #3289 | |||
2019-04-03 | documentation: Fix several typos | Tim Rühsen | |
Closes #3724 Reviewed-by: Jakub Zakrzewski Reviewed-by: Daniel Gustafsson | |||
2019-03-07 | KNOWN_BUGS: Client cert (MTLS) issues with Schannel | Daniel Stenberg | |
Closes #3145 | |||
2019-02-14 | KNOWN_BUGS: Cannot compile against a static build of OpenLDAP | Daniel Stenberg | |
Closes #2367 | |||
2019-02-14 | KNOWN_BUGS: curl compiled on OSX 10.13 failed to run on OSX 10.10 | Daniel Stenberg | |
Closes #2905 | |||
2019-02-14 | KNOWN_BUGS: Deflate error after all content was received | Daniel Stenberg | |
Closes #2719 | |||
2019-01-21 | KNOWN_BUGS: tests not compatible with python3 | Daniel Stenberg | |
Closes #3289 [skip ci] | |||
2019-01-16 | cmake: updated check for HAVE_POLL_FINE to match autotools | Sergei Nikulov | |
2019-01-10 | KNOWN_BUGS: cmake makes unusable tool_hugehelp.c with MinGW | Daniel Stenberg | |
Closes #3125 | |||
2019-01-10 | KNOWN_BUGS: Improve --data-urlencode space encoding | Daniel Stenberg | |
Closes #3229 | |||
2018-11-22 | host names: allow trailing dot in name resolve, then strip it | Tobias Hintze | |
Delays stripping of trailing dots to after resolving the hostname. Fixes #3022 Closes #3222 | |||
2018-11-09 | KNOWN_BUGS: add --proxy-any connection issue | Daniel Gustafsson | |
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> | |||
2018-11-07 | winssl: be consistent in Schannel capitalization | Daniel Gustafsson | |
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> | |||
2018-10-08 | KNOWN_BUGS: Fix various typos | Daniel Gustafsson | |
Closes #3112 Reviewed-by: Daniel Stenberg <daniel@haxx.se> | |||
2018-07-06 | KNOWN_BUGS: Stick to same family over SOCKS proxy | Daniel Stenberg | |
2018-07-05 | KNOWN_BUGS: Borland support is dropped, AIX problem is too old | Daniel Stenberg | |
2018-06-14 | KNOWN_BUGS: NTLM doen't support password with § character | Daniel Stenberg | |
Closes #2120 | |||
2018-06-14 | KNOWN_BUGS: slow connect to localhost on Windows | Daniel Stenberg | |
Closes #2281 | |||
2018-05-31 | KNOWN_BUGS: CURL_GLOBAL_SSL | Daniel Stenberg | |
Closes #2276 | |||
2018-05-29 | KNOWN_BUGS: restore text regarding #2101. | Will Dietz | |
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 | |||
2018-05-21 | KNOWN_BUGS: mention the -O with %-encoded file names | Daniel Stenberg | |
Closes #2573 | |||
2018-04-30 | KNOWN_BUGS: Client cert with Issuer DN differs between backends | Daniel Stenberg | |
Closes #1411 | |||
2018-04-30 | KNOWN_BUGS: Passive transfer tries only one IP address | Daniel Stenberg | |
Closes #1508 | |||
2018-04-30 | KNOWN_BUGS: --upload-file . hang if delay in STDIN | Daniel Stenberg | |
Closes #2051 | |||
2018-04-30 | KNOWN_BUGS: Connection information when using TCP Fast Open | Daniel Stenberg | |
Closes #1332 | |||
2018-02-15 | Revert "KNOWN_BUGS: 2.5 curl should not offer "ALPN: h2" when using https-proxy" | Daniel Stenberg | |
This reverts commit de9fac00c40db321d44fa6fbab6eb62ec4c83998. Reported-by: Jay Satiro | |||
2018-02-15 | KNOWN_BUGS: 2.5 curl should not offer "ALPN: h2" when using https-proxy | Daniel Stenberg | |
Closes #1254 | |||
2018-01-28 | KNOWN_BUGS: DICT responses show the underlying protocol | Daniel Stenberg | |
Closes #1809 | |||
2017-09-07 | KNOWN_BUGS: Remove CMake symbol hiding issue | Jakub Zakrzewski | |
It has already been fixed in 6140dfc | |||
2017-08-18 | KNOWN_BUGS: HTTP test server 'connection-monitor' problems | Daniel Stenberg | |
Closes #868 | |||
2017-08-15 | progress: Track total times following redirects | Ryan Winograd | |
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 | |||
2017-08-08 | docs/comments: Update to secure URL versions | Viktor Szakats | |
Closes #1741 | |||
2017-06-01 | typecheck-gcc.h: check CURLINFO_CERTINFO | Daniel Stenberg | |
... and update the certinfo.c example accordingly. Fixes https://github.com/curl/curl/issues/846 | |||
2017-03-29 | KNOWN_BUGS: typo | madblobfish | |
Closes #1364 |