mirror of
https://github.com/curl/curl.git
synced 2025-02-23 15:10:03 +08: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:
parent
ac26be86f3
commit
eed30a3101
@ -34,19 +34,6 @@ thread-safe `curl_global_init()`
|
|||||||
it can be thread-safe if built with thread-safe 3rd party libraries.
|
it can be thread-safe if built with thread-safe 3rd party libraries.
|
||||||
(probably can't include `curl_global_init_mem()` for obvious reasons)
|
(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”
|
Hardcode “localhost”
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
@ -54,10 +41,3 @@ Hardcode “localhost”
|
|||||||
and actually responds with something else than a local address. Some
|
and actually responds with something else than a local address. Some
|
||||||
operating systems already do this. Also:
|
operating systems already do this. Also:
|
||||||
https://tools.ietf.org/html/draft-ietf-dnsop-let-localhost-be-localhost-02
|
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.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user