Revision tags: curl-7_63_0 |
|
#
5b4cce2e |
| 02-Nov-2018 |
Tobias Hintze |
host names: allow trailing dot in name resolve, then strip it Delays stripping of trailing dots to after resolving the hostname. Fixes #3022 Closes #3222
|
#
10c91b66 |
| 09-Nov-2018 |
Daniel Gustafsson |
KNOWN_BUGS: add --proxy-any connection issue Add the identified issue with --proxy-any and proxy servers which advertise authentication schemes other than the supported one. Clo
KNOWN_BUGS: add --proxy-any connection issue 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>
show more ...
|
#
8a49b291 |
| 07-Nov-2018 |
Daniel Gustafsson |
winssl: be consistent in Schannel capitalization The productname from Microsoft is "Schannel", but in infof/failf reporting we use "schannel". This removes different versions. C
winssl: be consistent in Schannel capitalization 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>
show more ...
|
Revision tags: curl-7_62_0 |
|
#
238494fc |
| 08-Oct-2018 |
Daniel Gustafsson |
KNOWN_BUGS: Fix various typos Closes #3112 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
|
Revision tags: curl-7_61_1, curl-7_61_0 |
|
#
6e61668b |
| 06-Jul-2018 |
Daniel Stenberg |
KNOWN_BUGS: Stick to same family over SOCKS proxy
|
#
75105480 |
| 05-Jul-2018 |
Daniel Stenberg |
KNOWN_BUGS: Borland support is dropped, AIX problem is too old
|
#
81758be8 |
| 14-Jun-2018 |
Daniel Stenberg |
KNOWN_BUGS: NTLM doen't support password with § character Closes #2120
|
#
6bc83044 |
| 14-Jun-2018 |
Daniel Stenberg |
KNOWN_BUGS: slow connect to localhost on Windows Closes #2281
|
#
8a6a01c9 |
| 31-May-2018 |
Daniel Stenberg |
KNOWN_BUGS: CURL_GLOBAL_SSL Closes #2276
|
#
c2423c37 |
| 29-May-2018 |
Will Dietz |
KNOWN_BUGS: restore text regarding #2101. This was added earlier but appears to have been removed accidentally. AFAICT this is very much still an issue. ----- I sa
KNOWN_BUGS: restore text regarding #2101. 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
show more ...
|
#
6b35e4c9 |
| 21-May-2018 |
Daniel Stenberg |
KNOWN_BUGS: mention the -O with %-encoded file names Closes #2573
|
Revision tags: curl-7_60_0 |
|
#
f022c91d |
| 30-Apr-2018 |
Daniel Stenberg |
KNOWN_BUGS: Client cert with Issuer DN differs between backends Closes #1411
|
#
72be6abb |
| 30-Apr-2018 |
Daniel Stenberg |
KNOWN_BUGS: Passive transfer tries only one IP address Closes #1508
|
#
44936865 |
| 30-Apr-2018 |
Daniel Stenberg |
KNOWN_BUGS: --upload-file . hang if delay in STDIN Closes #2051
|
#
822ef4c4 |
| 30-Apr-2018 |
Daniel Stenberg |
KNOWN_BUGS: Connection information when using TCP Fast Open Closes #1332
|
Revision tags: curl-7_59_0 |
|
#
16d1f369 |
| 15-Feb-2018 |
Daniel Stenberg |
Revert "KNOWN_BUGS: 2.5 curl should not offer "ALPN: h2" when using https-proxy" This reverts commit de9fac00c40db321d44fa6fbab6eb62ec4c83998. Reported-by: Jay Satiro
|
#
de9fac00 |
| 15-Feb-2018 |
Daniel Stenberg |
KNOWN_BUGS: 2.5 curl should not offer "ALPN: h2" when using https-proxy Closes #1254
|
#
d7670908 |
| 28-Jan-2018 |
Daniel Stenberg |
KNOWN_BUGS: DICT responses show the underlying protocol Closes #1809
|
Revision tags: curl-7_58_0, curl-7_57_0, curl-7_56_1, curl-7_56_0 |
|
#
08aeae0e |
| 26-Aug-2017 |
Jakub Zakrzewski |
KNOWN_BUGS: Remove CMake symbol hiding issue It has already been fixed in 6140dfc
|
#
ffb2bc39 |
| 18-Aug-2017 |
Daniel Stenberg |
KNOWN_BUGS: HTTP test server 'connection-monitor' problems Closes #868
|
Revision tags: curl-7_55_1, curl-7_55_0 |
|
#
43d036e7 |
| 21-Jun-2017 |
Ryan Winograd |
progress: Track total times following redirects Update the progress timers `t_nslookup`, `t_connect`, `t_appconnect`, `t_pretransfer`, and `t_starttransfer` to track the total times for
progress: Track total times following redirects 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
show more ...
|
#
13ef623a |
| 08-Aug-2017 |
Viktor Szakats |
docs/comments: Update to secure URL versions Closes #1741
|
Revision tags: curl-7_54_1 |
|
#
efc7c1d8 |
| 01-Jun-2017 |
Daniel Stenberg |
typecheck-gcc.h: check CURLINFO_CERTINFO ... and update the certinfo.c example accordingly. Fixes https://github.com/curl/curl/issues/846
|
Revision tags: curl-7_54_0 |
|
#
556c51a2 |
| 28-Mar-2017 |
madblobfish |
KNOWN_BUGS: typo Closes #1364
|
#
a2eb0860 |
| 14-Mar-2017 |
Daniel Stenberg |
KNOWN_BUGS: remove libidn related issue ... as we no longer use libidn
|