2014-06-19 08:16:14 -04:00
|
|
|
curl the next few years - perhaps
|
2014-09-10 18:15:12 -04:00
|
|
|
=================================
|
2014-06-19 08:16:14 -04:00
|
|
|
|
2017-10-28 04:54:20 -04:00
|
|
|
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.
|
2014-06-19 08:16:14 -04:00
|
|
|
|
2016-07-19 17:10:39 -04:00
|
|
|
QUIC
|
|
|
|
----
|
|
|
|
|
2017-10-28 04:54:20 -04:00
|
|
|
See the [QUIC wiki page](https://github.com/curl/curl/wiki/QUIC).
|
2016-07-19 17:10:39 -04:00
|
|
|
|
2016-02-26 07:02:34 -05:00
|
|
|
HTTP cookies
|
|
|
|
------------
|
|
|
|
|
|
|
|
Two cookie drafts have been adopted by the httpwg in IETF and we should
|
|
|
|
support them as the popular browsers will as well:
|
|
|
|
|
|
|
|
[Deprecate modification of 'secure' cookies from non-secure
|
|
|
|
origins](https://tools.ietf.org/html/draft-ietf-httpbis-cookie-alone-00)
|
|
|
|
|
|
|
|
[Cookie Prefixes](https://tools.ietf.org/html/draft-ietf-httpbis-cookie-prefixes-00)
|
|
|
|
|
|
|
|
[Firefox bug report about secure cookies](https://bugzilla.mozilla.org/show_bug.cgi?id=976073)
|
|
|
|
|
2015-04-24 04:49:31 -04:00
|
|
|
SRV records
|
|
|
|
-----------
|
2014-06-19 08:16:14 -04:00
|
|
|
|
2015-04-24 04:49:31 -04:00
|
|
|
How to find services for specific domains/hosts.
|
2014-06-19 08:16:14 -04:00
|
|
|
|
|
|
|
Improve
|
2014-09-10 18:15:12 -04:00
|
|
|
-------
|
2014-06-19 08:16:14 -04:00
|
|
|
|
2017-10-28 04:54:20 -04:00
|
|
|
1. curl -h output (considered overwhelming to users).
|
2014-06-19 08:16:14 -04:00
|
|
|
|
2017-10-28 04:54:20 -04:00
|
|
|
2. We have > 200 command line options, is there a way to redo things to
|
2014-06-19 08:16:14 -04:00
|
|
|
simplify or improve the situation as we are likely to keep adding
|
2017-10-27 23:16:32 -04:00
|
|
|
features/options in the future too.
|
2014-06-19 08:16:14 -04:00
|
|
|
|
2017-10-28 04:54:20 -04:00
|
|
|
3. Perform some of the clean up from the TODO document, removing old
|
2014-06-19 08:16:14 -04:00
|
|
|
definitions and such like that are currently earmarked to be removed years
|
2017-10-27 23:16:32 -04:00
|
|
|
ago.
|