History log of /curl/docs/TODO (Results 51 – 75 of 514)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# a6ae1695 12-Feb-2023 Daniel Stenberg

KNOW_BUGS: cleanups with some changed to TODOs

- remove "Excessive HTTP/2 packets with TCP_NODELAY"

This is not a bug. Rather room for improvement.

I believe these have b

KNOW_BUGS: cleanups with some changed to TODOs

- remove "Excessive HTTP/2 packets with TCP_NODELAY"

This is not a bug. Rather room for improvement.

I believe these have been fixed:

- 17.4 Connection failures with parallel HTTP/2
- 17.5 HTTP/2 connections through HTTPS proxy frequently stall

- remove "FTPS needs session reuse"

That is still true, but curl should also do session reuse now.

- remove "ASCII FTP"

It is documented behavior, and not single user has asked for extended
functionality here the last decade or so.

- remove "Passive transfer tries only one IP address"

add as a TODO

- remove "DoH leaks memory after followlocation"

With a recipe on how to reproduce, this is pointless to keep around

- remove "DoH does not inherit all transfer options"

add it as a TODO

Closes #10487

show more ...


# 68ffb406 06-Dec-2022 Andy Alt

misc: Fix incorrect spelling

Fix various uses of connnect by replacing them with connect.

Closes: #10045
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
Reviewed-by: Daniel Gu

misc: Fix incorrect spelling

Fix various uses of connnect by replacing them with connect.

Closes: #10045
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>

show more ...


# a6fc1f54 23-Sep-2022 Daniel Stenberg

TODO: Provide the error body from a CONNECT response

Spellchecked-by: Jay Satiro

Closes #9513
Closes #9581


# e9a85c46 19-Sep-2022 Daniel Stenberg

TODO: Reduce CA certificate bundle reparsing

By adding some sort of cache.

Reported-by: Michael Drake
Closes #9379
Closes #9538


# 8f48b5d7 23-May-2022 Daniel Stenberg

curl: add --rate to set max request rate per time unit

--rate "12/m" - for 12 per minute or
--rate "5/h" - for 5 per hour

Removed from TODO

Closes #8671


# 1b0cab69 05-May-2022 Daniel Stenberg

TODO: expand on "Expose tried IP addresses that failed"

Ref: #8794


# b82d8798 24-Apr-2022 Daniel Stenberg

TODO: telnet - exit immediately upon connection if stdin is /dev/null

Suggested-by: Robin A. Meade
URL: https://curl.se/mail/archive-2022-04/0027.html


# 7befbe9c 10-Apr-2022 Daniel Stenberg

TODO: "SFTP with SCP://"


# 89e6129e 29-Mar-2022 Daniel Stenberg

CURLOPT_PREQUOTE.3: only works for FTP file transfers, not dirs

Also add to quote.d. Add to TODO as something to add in a future.

Reported-by: anon00000000 on github
Closes #860

CURLOPT_PREQUOTE.3: only works for FTP file transfers, not dirs

Also add to quote.d. Add to TODO as something to add in a future.

Reported-by: anon00000000 on github
Closes #8602
Closes #8648

show more ...


# 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 ...


# a6c3b7d6 27-Mar-2022 Daniel Stenberg

TODO: Read keys from ~/.ssh/id_ecdsa, id_ed25519

It would be nice to expand the list of key locations curl uses for the
newer key types supported by libssh2.

Closes #8586


# 1831a6e7 12-Sep-2021 HexTheDragon

curl: add --no-clobber

Does not overwrite output files if they already exist

Closes #7708
Co-authored-by: Daniel Stenberg


# b0325628 25-Feb-2022 Daniel Stenberg

TODO: remove "Bring back libssh tests on Travis"

The job was added to Circle CI in d8ddd0e7536


# 01aa021e 25-Feb-2022 Daniel Stenberg

TODO: remove "better persistency for HTTP/1.0"

Let's not bother.


# 750af2bb 25-Feb-2022 Daniel Stenberg

TODO: remove "Option to ignore private IP"

... as curl ignores the IP entirely by default these days.


# 97b3d83a 25-Feb-2022 Daniel Stenberg

TODO: remove "hardcode the "localhost" addresses"

This is implmented since 1a0ebf6632f88


# 277256c8 25-Feb-2022 Daniel Stenberg

TODO: 1.24 was a dupe of 1.1


# d8888bfc 25-Feb-2022 Daniel Stenberg

TODO: remove "Typesafe curl_easy_setopt()"

I don't consider this a serious TODO item


# 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 ...


# e29665c7 20-Jan-2022 Daniel Stenberg

TODO: Passing NOTIFY option to CURLOPT_MAIL_RCPT

Closes #8232


# 0c2694f2 19-Jan-2022 Daniel Stenberg

TODO: Less memory massaging with Schannel


# da973165 11-Dec-2021 Daniel Stenberg

TODO: 13.3 Defeat TLS fingerprinting

Closes #8119


# 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


# 05f899c8 06-Dec-2021 Daniel Stenberg

TODO: 5.7 Require HTTP version X or higher

Closes #7980


# 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


12345678910>>...21