aboutsummaryrefslogtreecommitdiff
path: root/docs/ROADMAP.md
AgeCommit message (Collapse)Author
2020-05-11ROADMAP: remove old entriesDaniel Stenberg
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
2020-01-17ROADMAP: thread-safe `curl_global_init()`Daniel Stenberg
I'd like to see this happen.
2019-09-02ROADMAP: updated after recent user pollDaniel Stenberg
In rough prio order
2019-08-16TODO/ROADMAP: remove "refuse downgrade redirects" and HTTP/3Daniel Stenberg
HTTP3 is now already in full progress Downgrade redirects can be achived almost exactly like that by setting CURLOPT_REDIR_PROTOCOLS.
2019-07-31ROADMAP: parallel transfers are merged nowDaniel Stenberg
2019-03-07ROADMAP: updated to some more current things to work onDaniel Stenberg
2019-02-17cookie: Add support for cookie prefixesDaniel Gustafsson
The draft-ietf-httpbis-rfc6265bis-02 draft, specify a set of prefixes and how they should affect cookie initialization, which has been adopted by the major browsers. This adds support for the two prefixes defined, __Host- and __Secure, and updates the testcase with the supplied examples from the draft. Closes #3554 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
2019-02-05ROADMAP: remove already performed itemDaniel Gustafsson
Commit 7a09b52c98ac8d840a8a9907b1a1d9a9e684bcf5 introduced support for the draft-ietf-httpbis-cookie-alone-01 cookie draft, and while the entry was removed from the TODO it was mistakenly left here. Fix by removing and rewording the entry slightly. Closes #3530 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
2017-10-28ROADMAP: cleanupDaniel Stenberg
Removed done stuff. Removed entries no longer considered for the near term.
2017-10-28ROADMAP.md: spelling fixesMagicansk
Closes #2028
2017-01-07ROADMAP: 2017 cleanupDaniel Stenberg
Removed items already fixed, clarified a few others.
2016-07-19ROADMAP: QUIC and TLS 1.3Daniel Stenberg
2016-06-28ROADMAP: http2 tests are merged, mention http2 perfDaniel Stenberg
2016-04-08ROADMAP: Updated following the move of the authentication codeSteve Holme
2016-04-08TODO: HTTP/2 "prior knowledge" is implemented!Daniel Stenberg
2016-02-26ROADMAP: clarify on the TLS proxy, mention HTTP cookies to work onDaniel Stenberg
2015-12-14ROADMAP: implemented HTTP2 for HTTPS-onlyDaniel Stenberg
2015-11-09ROADMAP: remove two items already doneDaniel Stenberg
2015-05-30ROADMAP: remove HTTP/2 multiplexing - its here nowDaniel Stenberg
2015-04-24ROADMAP.md: extended the HTTP/2 section, reformattedDaniel Stenberg
Elaborated on several of the remaining HTTP/2 parts and made document use a format that ends up nicer on the web page: http://curl.haxx.se/dev/roadmap.html
2015-02-20ROADMAP: curl_easy_setopt.3 has already been split upDaniel Stenberg
Remove cmake as marked for removal. It is in much better state now.
2015-02-20ROADMAP: extend the HTTP/2 stuff, remove SPDYDaniel Stenberg
2014-12-27docs: Updated following the addition of SASL GSSAPI via GSS-API librariesSteve Holme
As this feature has been implemented for 7.40.0.
2014-11-06docs: Updated following the addition of SSPI based HTTP digest authSteve Holme
2014-09-11ROADMAP: markdown eats underscoresDaniel Stenberg
It interprets them as italic indictors unless we backtick the word.
2014-09-11ROADMAP: tiny formatting edit for nicer web outputDaniel Stenberg
2014-09-10ROADMAP.md: Updated GSSAPI authentication following 7.38.0 additionsSteve Holme
2014-06-19ROADMAP.md: make it markdown formattedDaniel Stenberg