Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-18 | ngtcp2: free used resources on disconnect | Daniel Stenberg | |
Fixes #4614 Closes #4615 | |||
2019-11-18 | ngtcp2: handle key updates as ngtcp2 master branch tells us | Daniel Stenberg | |
Reviewed-by: Tatsuhiro Tsujikawa Fixes #4612 Closes #4613 | |||
2019-08-29 | ngtcp2: build latest ngtcp2 and ngtcp2_crypto_openssl | Tatsuhiro Tsujikawa | |
Closes #4278 | |||
2019-08-27 | ngtcp2: Build with latest ngtcp2 and ngtcp2_crypto_openssl | Tatsuhiro Tsujikawa | |
Closes #4270 | |||
2019-08-15 | ngtcp2: provide the callbacks as a static struct | Daniel Stenberg | |
... instead of having them in quicsocket | |||
2019-08-14 | ngtcp2: do QUIC connections happy-eyeballs friendly | Daniel Stenberg | |
2019-08-12 | nghttp3: initial h3 template code added | Daniel Stenberg | |
2019-08-10 | ngtcp2: make the QUIC handshake work | Tatsuhiro Tsujikawa | |
Closes #4209 | |||
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 |