gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 193/220: ROADMAP: updated after recent user poll


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 193/220: ROADMAP: updated after recent user poll
Date: Thu, 12 Sep 2019 17:29:13 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 82a2168e61cfb643efc36ecc726828ff0da37f49
Author: Daniel Stenberg <address@hidden>
AuthorDate: Mon Sep 2 09:49:31 2019 +0200

    ROADMAP: updated after recent user poll
    
    In rough prio order
---
 docs/ROADMAP.md | 49 +++++++++++++++++++++++++++++++++----------------
 1 file changed, 33 insertions(+), 16 deletions(-)

diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md
index e969fcfe8..1d47682bf 100644
--- a/docs/ROADMAP.md
+++ b/docs/ROADMAP.md
@@ -5,35 +5,52 @@ Roadmap of things Daniel Stenberg wants to work on next. It 
is intended to
 serve as a guideline for others for information, feedback and possible
 participation.
 
+HSTS
+----
+
+ Complete and merge [the existing PR](https://github.com/curl/curl/pull/2682).
+
+ Loading a huge preload file is probably not too interesting to most people,
+ but using a custom file and reacting to HSTS response header probably are
+ good features.
+
+DNS-over-TLS
+------------
+
+ Similar to DNS-over-HTTPS. Could share quite a lot of generic code.
+
 ESNI (Encrypted SNI)
 --------------------
 
  See Daniel's post on [Support of Encrypted
  SNI](https://curl.haxx.se/mail/lib-2019-03/0000.html) on the mailing list.
 
-HSTS
-----
+ Initial work exists in https://github.com/curl/curl/pull/4011
 
-Complete and merge [the existing PR](https://github.com/curl/curl/pull/2682).
+tiny-curl
+---------
 
-Option to let CURLOPT_CUSTOMREQUEST be overridden on redirect
--------------------------------------------------------------
+ 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.
 
-(This is a common problem for people using `-X` and `-L` together.)
+MQTT
+----
 
-Possibly as a new bit to `CURLOPT_FOLLOWLOCATION` ?
+ Support receiving and sending MQTT messages. Initial work exists in
+ https://github.com/curl/curl/pull/3514
 
 Hardcode “localhost”
 --------------------
 
-No need to resolve it. Avoid a risk where this is resolved over the network
-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
+ No need to resolve it. Avoid a risk where this is resolved over the network
+ 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
 
-Consider "menu config"-style build feature selection
-----------------------------------------------------
+"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.
+ 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.

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]