aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-05-11 10:12:04 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-05-11 10:12:04 +0200
commiteed30a310132809fefa60c764b537520ff77f43c (patch)
tree822e759b97caf3142293c6b9950a030ca608b398
parentac26be86f397ddd23bf0ad14ca2cb91a38665b53 (diff)
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
-rw-r--r--docs/ROADMAP.md20
1 files changed, 0 insertions, 20 deletions
diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md
index 7bd07196f..dae72a917 100644
--- a/docs/ROADMAP.md
+++ b/docs/ROADMAP.md
@@ -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.