Skip to content

Releases: litespeedtech/lsquic

Fix memory leaks

27 Aug 18:02
Compare
Choose a tag to compare
1.12.4

1.12.4: Fix memory leaks and gcc compilation warnings

[BUGFIX] Fix duplicate STREAM frame detection

22 Aug 20:56
Compare
Choose a tag to compare
1.12.3

1.12.3: [BUGFIX] Fix duplicate STREAM frame detection

Bugfix release

20 Aug 15:16
Compare
Choose a tag to compare
1.12.2

1.12.2: Bugfix and log message improvements

[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