Commit Graph

26 Commits

Author SHA1 Message Date
Dmitri Tikhonov 26e8f082c9 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.
2021-02-10 08:51:11 -05:00
E.L 7ff5beb4fc
Update .travis.yml
Run CI/CD when the branch is master
2021-01-12 10:42:07 +08:00
Dmitri Tikhonov cb1e8c1022 Update BoringSSL version to b117a3a0b7bd11fe6ebd503ec6b45d6b910b41a1 2020-10-05 10:41:36 -04:00
Dmitri Tikhonov f913a2972b Release 2.16.2
- [BUGFIX] ID-28: do not use TLS middlebox compatibility mode in
  ClientHello.  This change requires using a newer version of BoringSSL.
- [BUGFIX] Free connections in Advisory Tick Time Queue in engine dtor.
- [BUGFIX] IETF QUIC client: narrow migration check to a single path.
- [BUGFIX] NULL dereference: set function pointers for alarm for path
  challenges 2 and 3.
- [BUGFIX] HTTP/3 headers may be followed immediately by trailers.
- [BUGFIX] Log messages when SCID changes.
2020-06-12 08:04:42 -04:00
Dmitri Tikhonov 7b08963c02 Use later version of BoringSSL 2020-04-01 14:41:35 -04:00
LiteSpeed Tech 7542f0f5aa
Let's see if you can parse this now 2019-10-08 17:18:35 -04:00
LiteSpeed Tech 45f0b12684
Only do the golang voodoo on Linux 2019-10-08 17:02:40 -04:00
LiteSpeed Tech 59d78e047e
...and GOROOT 2019-10-08 16:48:26 -04:00
LiteSpeed Tech 41e82b6fb1
GOPATH 2019-10-08 16:40:11 -04:00
LiteSpeed Tech 3c5361ae2c
Fifteenth time's the charm 2019-10-08 16:36:43 -04:00
LiteSpeed Tech ef293bc8b5
If at first you don't succeed 2019-10-08 16:27:46 -04:00
LiteSpeed Tech f8325ef971
Yes! 2019-10-08 16:19:27 -04:00
LiteSpeed Tech dc9e9148b3
Try apt-getting the thing 2019-10-08 16:16:49 -04:00
LiteSpeed Tech 7e5242004f
Try to fetch go 1.13 to build BoringSSL 2019-10-08 16:05:48 -04:00
Dmitri Tikhonov 4947ba950d 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.
2019-10-08 15:54:01 -04:00
LiteSpeed Tech 5392f7a3b0
Release 2.2.0: server included, ID-22 supported (#76) 2019-09-11 11:27:58 -04:00
Dmitri Tikhonov b1af35d6c0 Simplify configuration -- use more cmake functions (#62) 2019-02-01 02:12:06 -05:00
Dmitri Tikhonov 12693a011b Add MacOS to Travis CI; simplify .travis.yml 2019-01-29 01:55:01 -05:00
Dmitri Tikhonov db8ac9eead Turn off Analyzer if using Travis -- it breaks all tests for some reason 2018-04-23 14:54:51 -04:00
Dmitri Tikhonov 69ecc99802 Fix up .travis.yml 2018-04-23 14:54:30 -04:00
Alexis La Goutte 11597b8ff0 travis: fix path 2018-04-23 14:54:13 -04:00
Alexis La Goutte 1380259088 Remove depth 2018-04-23 14:54:13 -04:00
Alexis La Goutte 327861087d include boringssl build 2018-04-23 14:54:13 -04:00
Alexis La Goutte 8f498c7ceb debug 2018-04-23 14:54:13 -04:00
Alexis La Goutte c6b17ae05e Libssl-dev 2018-04-23 14:54:12 -04:00
Alexis La Goutte 42af697e82 Add .travis CI build 2018-04-23 14:54:12 -04:00