Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-07 | winssl: be consistent in Schannel capitalization | Daniel Gustafsson | |
The productname from Microsoft is "Schannel", but in infof/failf reporting we use "schannel". This removes different versions. Closes #3243 Reviewed-by: Daniel Stenberg <daniel@haxx.se> | |||
2018-07-14 | darwinssl: add support for ALPN negotiation | Rodger Combs | |
2016-11-15 | docs: Spelling fixes | Alex Chan | |
2016-10-17 | HTTP2: mention the tool's limited support | Daniel Stenberg | |
2016-04-08 | TODO: HTTP/2 "prior knowledge" is implemented! | Daniel Stenberg | |
2016-03-31 | http2: support "prior knowledge", no upgrade from HTTP/1.1 | Diego Bes | |
Supports HTTP/2 over clear TCP - Optimize switching to HTTP/2 by removing calls to init and setup before switching. Switching will eventually call setup and setup calls init. - Supports new version to “force” the use of HTTP/2 over clean TCP - Add common line parameter “--http2-prior-knowledge” to the Curl command line tool. | |||
2016-03-29 | HTTP2.md: mention libressl and boringssl too | Daniel Stenberg | |
2016-03-29 | HTTP2: s/polarssl/mbedtls | Daniel Stenberg | |
2016-03-28 | wolfssl: Add ALPN support | Jay Satiro | |
2016-03-24 | schannel: Add ALPN support | JDepooter | |
Add ALPN support for schannel. This allows cURL to negotiate HTTP/2.0 connections when built with schannel. Closes #724 | |||
2016-03-09 | HTTP2.md: add CURL_HTTP_VERSION_2TLS and updated alt-svc link | Daniel Stenberg | |
2016-03-08 | HTTP2.md: HTTP/2 by default for curl's HTTPS connections | Daniel Stenberg | |
2016-03-08 | HTTP2.md: mention the disable ALPN and NPN options | Daniel Stenberg | |
2016-02-03 | URLs: Change more haxx.se URLs from http: to https: | Dan Fandrich | |
2015-12-14 | HTTP2.md: spell fix and remove TODO now implemented | Daniel Stenberg | |
2015-06-15 | HTTP2.md: use SSL/TLS IETF URLs | Viktor Szakats | |
2015-06-08 | docs: Spelling fixes | Ville Skyttä | |
2015-05-30 | HTTP2.md: formatted properly | Daniel Stenberg | |
2015-05-30 | HTTP2: moved docs into docs/ and make it markdown | Daniel Stenberg | |