Skip to content

Releases: litespeedtech/lsquic

[FEATURE, API Change] Certificate verification

17 Aug 16:02
Compare
Choose a tag to compare
1.12.0

Fix previous commit: add missing function

[BUGFIX] Fix STOP_WAITING frame processing in the new Q044 code

16 Aug 21:14
Compare
Choose a tag to compare
1.11.1

1.11.1: [BUGFIX] Fix STOP_WAITING frame processing in the new Q044 code

1.11.0 - Add support for Q044

15 Aug 19:17
Compare
Choose a tag to compare
1.11.0: [FEATURE] Add support for Q044

1.10.2 - bugfix release

09 Aug 14:12
Compare
Choose a tag to compare
  • 1.10.2
  • [BUGFIX] Don't go over limit when creating delayed streams

1.10.1

10 Jul 16:40
Compare
Choose a tag to compare
Latest changes

- 1.10.1
- [BUGFIX]  process connections after each batch of packets is read
  This avoids a problem of accumulating a very large list of packets
  (possible when speeds are high and socket's receive buffer is large)
  and processing it all at once.
- If glibc is older than 2.17, link with rt.  This is necessary for
  clock_getres(2).
- Add version macros to lsquic.h; remove unnecessary includes.

Release 1.10

06 Jul 13:42
Compare
Choose a tag to compare

There have been several large changes since the last release (v1.2). The large bump in the second number is meant to capture that fact.

Q040 is out, Q041 is in

28 Sep 18:52
Compare
Choose a tag to compare
v1.2

Merge branch 'master' of github.com:litespeedtech/lsquic-client

Initial release of LSQUIC Client Library

27 Sep 16:05
Compare
Choose a tag to compare

Initial release of LSQUIC Client Library

26 Sep 19:48
Compare
Choose a tag to compare
Latest changes

- Add support for Mac OS
- Add support for Raspberry Pi
- Fix BoringSSL compilation: include <openssl/hmac.h> explicitly