Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nghttp2: 1.12.0 required | Clément Notin | 2020-03-23 | 1 | -1/+1 |
| | | | | | | since nghttp2_session_set_local_window_size is needed Closes #5140 | ||||
* | winssl: be consistent in Schannel capitalization | Daniel Gustafsson | 2018-11-07 | 1 | -2/+2 |
| | | | | | | | | 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> | ||||
* | darwinssl: add support for ALPN negotiation | Rodger Combs | 2018-07-14 | 1 | -8/+9 |
| | |||||
* | docs: Spelling fixes | Alex Chan | 2016-11-15 | 1 | -1/+1 |
| | |||||
* | HTTP2: mention the tool's limited support | Daniel Stenberg | 2016-10-17 | 1 | -8/+21 |
| | |||||
* | TODO: HTTP/2 "prior knowledge" is implemented! | Daniel Stenberg | 2016-04-08 | 1 | -6/+0 |
| | |||||
* | http2: support "prior knowledge", no upgrade from HTTP/1.1 | Diego Bes | 2016-03-31 | 1 | -0/+3 |
| | | | | | | | | | | | | | 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. | ||||
* | HTTP2.md: mention libressl and boringssl too | Daniel Stenberg | 2016-03-29 | 1 | -11/+13 |
| | |||||
* | HTTP2: s/polarssl/mbedtls | Daniel Stenberg | 2016-03-29 | 1 | -2/+2 |
| | |||||
* | wolfssl: Add ALPN support | Jay Satiro | 2016-03-28 | 1 | -1/+3 |
| | |||||
* | schannel: Add ALPN support | JDepooter | 2016-03-24 | 1 | -1/+2 |
| | | | | | | | Add ALPN support for schannel. This allows cURL to negotiate HTTP/2.0 connections when built with schannel. Closes #724 | ||||
* | HTTP2.md: add CURL_HTTP_VERSION_2TLS and updated alt-svc link | Daniel Stenberg | 2016-03-09 | 1 | -1/+4 |
| | |||||
* | HTTP2.md: HTTP/2 by default for curl's HTTPS connections | Daniel Stenberg | 2016-03-08 | 1 | -1/+3 |
| | |||||
* | HTTP2.md: mention the disable ALPN and NPN options | Daniel Stenberg | 2016-03-08 | 1 | -1/+3 |
| | |||||
* | URLs: Change more haxx.se URLs from http: to https: | Dan Fandrich | 2016-02-03 | 1 | -1/+1 |
| | |||||
* | HTTP2.md: spell fix and remove TODO now implemented | Daniel Stenberg | 2015-12-14 | 1 | -4/+1 |
| | |||||
* | HTTP2.md: use SSL/TLS IETF URLs | Viktor Szakats | 2015-06-15 | 1 | -2/+2 |
| | |||||
* | docs: Spelling fixes | Ville Skyttä | 2015-06-08 | 1 | -1/+1 |
| | |||||
* | HTTP2.md: formatted properly | Daniel Stenberg | 2015-05-30 | 1 | -66/+74 |
| | |||||
* | HTTP2: moved docs into docs/ and make it markdown | Daniel Stenberg | 2015-05-30 | 1 | -0/+99 |