Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs/HTTP3: add --enable-alt-svc to curl's configure | Daniel Stenberg | 2020-02-05 | 1 | -3/+3 |
| | |||||
* | docs/HTTP3: update the OpenSSL branch to use for ngtcp2 | Daniel Stenberg | 2020-02-04 | 1 | -1/+1 |
| | | | | Reported-by: James Fuller | ||||
* | docs: fix some typos | mhasbini | 2019-12-06 | 1 | -1/+1 |
| | | | | Closes #4680 | ||||
* | HTTP3: fix typo somehere1 > somewhere1 | Trivikram Kamat | 2019-10-29 | 1 | -1/+1 |
| | | | | Closes #4535 | ||||
* | HTTP3: fix prefix parameter for ngtcp2 build | Spezifant | 2019-09-26 | 1 | -1/+1 |
| | | | | Closes #4430 | ||||
* | HTTP3: merged and simplified the two 'running' sections | Daniel Stenberg | 2019-09-26 | 1 | -21/+7 |
| | |||||
* | HTTP3: show an --alt-svc using example too | Daniel Stenberg | 2019-09-26 | 1 | -0/+6 |
| | |||||
* | HTTP3: update quic.aiortc.org + add link to server list | Daniel Stenberg | 2019-09-26 | 1 | -1/+3 |
| | | | | Reported-by: Jeremy Lainé | ||||
* | HTTP3.md: move -p for mkdir, remove -j for make | Alex Samorukov | 2019-09-24 | 1 | -3/+3 |
| | | | | | | | | | - mkdir on OSX/Darwin requires `-p` argument before dir - portabbly figuring out number of cores is an exercise for somewhere else Closes #4407 | ||||
* | altsvc: both backends run h3-23 now | Daniel Stenberg | 2019-09-21 | 1 | -2/+2 |
| | | | | Closes #4395 | ||||
* | docs/HTTP3: fix `--with-ssl` ngtcp2 configure flag | Jimmy Gaussen | 2019-09-12 | 1 | -1/+1 |
| | | | | Closes #4338 | ||||
* | HTTP3: switched openssl branch to use | Daniel Stenberg | 2019-08-27 | 1 | -1/+1 |
| | |||||
* | configure: use pkg-config to detect quiche | Alessandro Ghedini | 2019-08-20 | 1 | -3/+3 |
| | | | | | | | | | This removes the need to hard-code the quiche target path in configure.ac. This depends on https://github.com/cloudflare/quiche/pull/128 Closes #4237 | ||||
* | docs/HTTP3: simplify quiche build instruction | Junho Choi | 2019-08-12 | 1 | -6/+2 |
| | | | | | | Use --recursive to get boringssl in one line Closes #4219 | ||||
* | HTTP3: use ngtcp2's draft-22 branch | Daniel Stenberg | 2019-08-12 | 1 | -1/+1 |
| | |||||
* | nghttp3: required when ngtcp2 is used for QUIC | Daniel Stenberg | 2019-08-12 | 1 | -6/+36 |
| | | | | | | | | - checked for by configure - updated docs/HTTP3.md - shown in the version string Closes #4210 | ||||
* | HTTP3.md: Update quiche build instructions | Alex Mayorga | 2019-08-10 | 1 | -2/+12 |
| | | | | | | | Added cloning for quiche and BoringSSL and modified the build instructions so they work on a clean folder. Closes #4208 | ||||
* | CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directly | Daniel Stenberg | 2019-08-08 | 1 | -5/+5 |
| | | | | | | | | | | | | Even though it cannot fall-back to a lower HTTP version automatically. The safer way to upgrade remains via CURLOPT_ALTSVC. CURLOPT_H3 no longer has any bits that do anything and might be removed before we remove the experimental label. Updated the curl tool accordingly to use "--http3". Closes #4197 | ||||
* | docs/HTTP3: refreshed as it is now in master and HTTP/3 can be tested | Daniel Stenberg | 2019-08-06 | 1 | -14/+14 |
| | |||||
* | HTTP3: initial (experimental) support | Daniel Stenberg | 2019-07-21 | 1 | -0/+85 |
USe configure --with-ngtcp2 or --with-quiche Using either option will enable a HTTP3 build. Co-authored-by: Alessandro Ghedini <alessandro@ghedini.me> Closes #3500 |