History log of /lsquic/Dockerfile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 1e0dbec4 05-Jun-2021 Michał Śledź <sledzson08@gmail.com>

Fix paths in Dockerfile (#289)

# 26e8f082 10-Feb-2021 Dmitri Tikhonov <dtikhonov@litespeedtech.com>

Release 2.29.0

- [FEATURE] QUIC and HTTP/3 Internet Draft 34 support and v1 support.
The latter is turned off by default.
- Drop support for ID-28 and ID-32.
- [BUGFIX] IETF QUIC mini conn receive history (trechist): allow
unlimited inserts by dropping smallest elements.
- [BUGFIX] gQUIC: set STTL to correct value, issue #226.
- [BUGFIX] Account for poison packet gap when MTU probe was too large.

# cb1e8c10 05-Oct-2020 Dmitri Tikhonov <dtikhonov@litespeedtech.com>

Update BoringSSL version to b117a3a0b7bd11fe6ebd503ec6b45d6b910b41a1

# 67507cc4 14-Jul-2020 Dmitri Tikhonov <dtikhonov@litespeedtech.com>

docker: use correct version of BorignSSL. Fixes #140

# 4947ba95 09-Oct-2019 Dmitri Tikhonov <dtikhonov@litespeedtech.com>

Release 2.4.5

- [OPTIMIZATION]: flush encoder stream only when necessary.
- [BUGFIX] Use ls-qpack v0.10.2 for new API -- and for a bug fix.
- [BUGFIX] Typo in IETF conn SETTINGS writer.
- Use latest BoringSSL.

# 27187418 16-Sep-2019 LiteSpeed Tech <info@litespeedtech.com>

Fix Docker build (#79)

# 45d75bb2 04-Oct-2017 Brian Prodoehl <bprodoehl@connectify.me>

Add basic Dockerfile