1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

ROADMAP: remove old entries

MQTT - the start has already landed

tiny-curl - also mostly landed and is a continuous work

make menuconfig - basically no interest from users, not pushing there
This commit is contained in:
Daniel Stenberg 2020-05-11 10:12:04 +02:00
parent ac26be86f3
commit eed30a3101
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -34,19 +34,6 @@ thread-safe `curl_global_init()`
it can be thread-safe if built with thread-safe 3rd party libraries.
(probably can't include `curl_global_init_mem()` for obvious reasons)
tiny-curl
---------
There's no immediate action for this but users seem keen on being able to
building custom minimized versions of libcurl for their products. Make sure
new features that are "niche" can still be disabled at build-time.
MQTT
----
Support receiving and sending MQTT messages. Initial work exists in
https://github.com/curl/curl/pull/3514
Hardcode “localhost”
--------------------
@ -54,10 +41,3 @@ Hardcode “localhost”
and actually responds with something else than a local address. Some
operating systems already do this. Also:
https://tools.ietf.org/html/draft-ietf-dnsop-let-localhost-be-localhost-02
"menu config"-style build feature selection
-------------------------------------------
Allow easier building of custom libcurl versions with only a selected feature
where the available features are easily browsable and toggle-able ON/OFF or
similar.