Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-26 | HTTP3: fix prefix parameter for ngtcp2 build | Spezifant | |
Closes #4430 | |||
2019-09-26 | HTTP3: merged and simplified the two 'running' sections | Daniel Stenberg | |
2019-09-26 | HTTP3: show an --alt-svc using example too | Daniel Stenberg | |
2019-09-26 | HTTP3: update quic.aiortc.org + add link to server list | Daniel Stenberg | |
Reported-by: Jeremy Lainé | |||
2019-09-24 | HTTP3.md: move -p for mkdir, remove -j for make | Alex Samorukov | |
- mkdir on OSX/Darwin requires `-p` argument before dir - portabbly figuring out number of cores is an exercise for somewhere else Closes #4407 | |||
2019-09-21 | altsvc: both backends run h3-23 now | Daniel Stenberg | |
Closes #4395 | |||
2019-09-12 | docs/HTTP3: fix `--with-ssl` ngtcp2 configure flag | Jimmy Gaussen | |
Closes #4338 | |||
2019-08-27 | HTTP3: switched openssl branch to use | Daniel Stenberg | |
2019-08-20 | configure: use pkg-config to detect quiche | Alessandro Ghedini | |
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 | |||
2019-08-12 | docs/HTTP3: simplify quiche build instruction | Junho Choi | |
Use --recursive to get boringssl in one line Closes #4219 | |||
2019-08-12 | HTTP3: use ngtcp2's draft-22 branch | Daniel Stenberg | |
2019-08-12 | nghttp3: required when ngtcp2 is used for QUIC | Daniel Stenberg | |
- checked for by configure - updated docs/HTTP3.md - shown in the version string Closes #4210 | |||
2019-08-10 | HTTP3.md: Update quiche build instructions | Alex Mayorga | |
Added cloning for quiche and BoringSSL and modified the build instructions so they work on a clean folder. Closes #4208 | |||
2019-08-08 | CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directly | Daniel Stenberg | |
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 | |||
2019-08-06 | docs/HTTP3: refreshed as it is now in master and HTTP/3 can be tested | Daniel Stenberg | |
2019-07-21 | HTTP3: initial (experimental) support | Daniel Stenberg | |
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 |