Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-17 | ROADMAP: thread-safe `curl_global_init()` | Daniel Stenberg | |
I'd like to see this happen. | |||
2019-09-02 | ROADMAP: updated after recent user poll | Daniel Stenberg | |
In rough prio order | |||
2019-08-16 | TODO/ROADMAP: remove "refuse downgrade redirects" and HTTP/3 | Daniel Stenberg | |
HTTP3 is now already in full progress Downgrade redirects can be achived almost exactly like that by setting CURLOPT_REDIR_PROTOCOLS. | |||
2019-07-31 | ROADMAP: parallel transfers are merged now | Daniel Stenberg | |
2019-03-07 | ROADMAP: updated to some more current things to work on | Daniel Stenberg | |
2019-02-17 | cookie: Add support for cookie prefixes | Daniel 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-05 | ROADMAP: remove already performed item | Daniel 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-28 | ROADMAP: cleanup | Daniel Stenberg | |
Removed done stuff. Removed entries no longer considered for the near term. | |||
2017-10-28 | ROADMAP.md: spelling fixes | Magicansk | |
Closes #2028 | |||
2017-01-07 | ROADMAP: 2017 cleanup | Daniel Stenberg | |
Removed items already fixed, clarified a few others. | |||
2016-07-19 | ROADMAP: QUIC and TLS 1.3 | Daniel Stenberg | |
2016-06-28 | ROADMAP: http2 tests are merged, mention http2 perf | Daniel Stenberg | |
2016-04-08 | ROADMAP: Updated following the move of the authentication code | Steve Holme | |
2016-04-08 | TODO: HTTP/2 "prior knowledge" is implemented! | Daniel Stenberg | |
2016-02-26 | ROADMAP: clarify on the TLS proxy, mention HTTP cookies to work on | Daniel Stenberg | |
2015-12-14 | ROADMAP: implemented HTTP2 for HTTPS-only | Daniel Stenberg | |
2015-11-09 | ROADMAP: remove two items already done | Daniel Stenberg | |
2015-05-30 | ROADMAP: remove HTTP/2 multiplexing - its here now | Daniel Stenberg | |
2015-04-24 | ROADMAP.md: extended the HTTP/2 section, reformatted | Daniel 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-20 | ROADMAP: curl_easy_setopt.3 has already been split up | Daniel Stenberg | |
Remove cmake as marked for removal. It is in much better state now. | |||
2015-02-20 | ROADMAP: extend the HTTP/2 stuff, remove SPDY | Daniel Stenberg | |
2014-12-27 | docs: Updated following the addition of SASL GSSAPI via GSS-API libraries | Steve Holme | |
As this feature has been implemented for 7.40.0. | |||
2014-11-06 | docs: Updated following the addition of SSPI based HTTP digest auth | Steve Holme | |
2014-09-11 | ROADMAP: markdown eats underscores | Daniel Stenberg | |
It interprets them as italic indictors unless we backtick the word. | |||
2014-09-11 | ROADMAP: tiny formatting edit for nicer web output | Daniel Stenberg | |
2014-09-10 | ROADMAP.md: Updated GSSAPI authentication following 7.38.0 additions | Steve Holme | |
2014-06-19 | ROADMAP.md: make it markdown formatted | Daniel Stenberg | |