#
09f1e58c |
| 08-Aug-2022 |
Daniel Stenberg |
KNOWN_BUGS: Negotiate authentication against Hadoop HDFS Closes #8264
|
#
ba2ccf36 |
| 08-Aug-2022 |
Daniel Stenberg |
KNOWN_BUGS: cmake build is not thread-safe The cmake build does not check for and verify presence of a working Atomic type, which then makes curl_global_init() to not build thread-sa
KNOWN_BUGS: cmake build is not thread-safe The cmake build does not check for and verify presence of a working Atomic type, which then makes curl_global_init() to not build thread-safe on non-Windows platforms. Closes https://github.com/curl/curl/issues/8973 Closes https://github.com/curl/curl/pull/8982
show more ...
|
#
c92c6504 |
| 20-May-2022 |
Daniel Gustafsson |
KNOWN_BUGS: fix typo in problem description s/TSL/TLS/
|
#
fdb5e21b |
| 10-May-2022 |
Daniel Stenberg |
quiche: support ca-fallback Follow-up to b01f3e679f4c1ea3 which added this for ngtcp2/openssl Removed from KNOWN_BUGS Fixes #8696 Closes #8830
|
#
a15fa1c3 |
| 06-May-2022 |
Daniel Stenberg |
KNOWN_BUGS: timeout when reusing a http3 connection Closes #8764
|
#
06fd9736 |
| 06-May-2022 |
Daniel Stenberg |
KNOWN_BUGS: configure --with-ca-fallback is not supported by h3 Closes #8696
|
#
adb3ecff |
| 30-Mar-2022 |
Daniel Stenberg |
KNOW_BUGS: HTTP3/Transfer closed with n bytes remaining to read "HTTP/3 does not support client certs" considered fixed, at least with the ngtcp2 backend. Closes #8523
|
#
3a4182d4 |
| 29-Mar-2022 |
Daniel Stenberg |
docs: lots of minor language polish Mostly based on recent language decisions from "everything curl": - remove contractions (isn't => is not) - *an* HTTP (consistency) - run
docs: lots of minor language polish Mostly based on recent language decisions from "everything curl": - remove contractions (isn't => is not) - *an* HTTP (consistency) - runtime (no hyphen) - backend (no hyphen) - URL is uppercase Closes #8646
show more ...
|
#
e55bee70 |
| 25-Feb-2022 |
Daniel Stenberg |
KNOWN_BUGS: remove "Uploading HTTP/3 files gets interrupted" This works now
|
#
d85bc900 |
| 25-Feb-2022 |
Daniel Stenberg |
KNOWN_BUGS: remove "HTTP/3 multipart POST with quiche fails" It works now
|
#
6e9373b5 |
| 24-Feb-2022 |
Tatsuhiro Tsujikawa |
ngtcp2: Reset dynbuf when it is fully drained Reported-by: vl409 on github Fixes #7351 Closes #8504
|
#
145d0803 |
| 09-Feb-2022 |
Jean-Philippe Menil |
quiche: fix upload for bigger content-length Signed-off-by: Jean-Philippe Menil <jpmenil@gmail.com> Closes #8421
|
#
44e5c7e4 |
| 16-Feb-2022 |
Daniel Stenberg |
KNOWN_BUGS: remove "slow connect to localhost on Windows" localhost is not resolved anymore since 1a0ebf6632f88
|
#
4c509a9b |
| 16-Feb-2022 |
Daniel Stenberg |
KNOWN_BUGS: remove "HTTP/3 download is 5x times slower than HTTP/2" It's not actually a bug. More like room for improvement.
|
#
ae20b5d6 |
| 16-Feb-2022 |
Daniel Stenberg |
KNOWN_BUGS: remove "HTTP/3 download with quiche halts after a while" Follow-up to 96f85a0fef694
|
#
2f1fb6c1 |
| 16-Feb-2022 |
Daniel Stenberg |
KNOWN_BUGS: remove "pulseUI vpn" as a problem We haven't heard about this for a long time and rumours have it they might have fixed it.
|
#
114327f7 |
| 14-Feb-2022 |
Daniel Stenberg |
KNOWN_BUGS: fix typo "libpsl"
|
#
b341b767 |
| 27-Jan-2022 |
Antoine Pietri |
docs: grammar proofread, typo fixes (Partially automated) proofread of most of the documentation, leading to various typo fixes. Closes #8353
|
#
519b62cc |
| 21-Jan-2022 |
lucas |
docs: update IETF links to use datatracker The tools.ietf.org domain has been deprecated a while now, with the links being redirected to datatracker.ietf.org. Rather than make p
docs: update IETF links to use datatracker The tools.ietf.org domain has been deprecated a while now, with the links being redirected to datatracker.ietf.org. Rather than make people eat that redirect time, this change switches the URL to a more canonical source. Closes #8317
show more ...
|
#
78dcbe40 |
| 01-Jan-2022 |
Daniel Stenberg |
KNOWN_BUGS: "Trying local ports fails on Windows" Reported-by: gclinch on github Closes #8112
|
#
7a92f865 |
| 17-Dec-2021 |
Daniel Stenberg |
misc: s/e-mail/email Consistency is king. Following the lead in everything curl. Closes #8159
|
#
e30b2064 |
| 09-Dec-2021 |
Daniel Stenberg |
docs: fix proselint nits - remove a lot of exclamation marks - use consistent spaces (1, not 2) - use better words at some places Closes #8123
|
#
ba838006 |
| 25-Nov-2021 |
Daniel Stenberg |
KNOWN_BUGS: 5.6 make distclean loops forever Reported-by: David Bohman Closes #7716
|
#
a6d2ca37 |
| 25-Nov-2021 |
Daniel Stenberg |
KNOWN_BUGS: add one, remove one - 5.10 SMB tests fail with Python 2 Just use python 3. + 5.10 curl hangs on SMB upload over stdin Closes #7896
|
#
a28464ae |
| 31-Oct-2021 |
Daniel Stenberg |
docs: reduce/avoid English contractions You're => You are Hasn't => Has not Doesn't => Does not Don't => Do not You'll => You will etc Closes #7930
|