issues
search
litespeedtech
/
ls-qpack
QPACK compression library for use with HTTP/3
MIT License
74
stars
24
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Support mingw/wasm
#68
star-hengxing
opened
1 month ago
0
Fix compiler errors when built with C++ modules using clang
#67
guoye-zhang
closed
2 months ago
0
[MISC] fix compiling error for MSVC. 'FALL_THROUGH': undeclared ident…
#66
zero-rp
closed
2 months ago
2
CMakeLists: do not install bins if option is disabled
#65
BiagioFesta
closed
2 months ago
0
appveyor: Add test to use external xxHash from vcpkg
#64
talregev
closed
3 months ago
1
appveyor: Add test to use external xxHash from vcpkg
#63
talregev
closed
3 months ago
0
appveyor: refactor cmake command
#62
talregev
closed
3 months ago
0
vcpkg version 2024.08.23 on appveyor
#61
talregev
closed
3 months ago
1
Change appveyor test to use external xxHash from vcpkg
#60
talregev
closed
3 months ago
3
Add cmake export
#59
talregev
closed
3 months ago
3
Make fallthroughs explicit in lsqpack.c
#58
r-barnes
closed
4 months ago
0
Make fallthroughs explicit in lsqpack.c
#57
r-barnes
opened
5 months ago
15
Fix build on OpenBSD
#56
catap
closed
6 months ago
0
Enable use of external libxxhash
#55
bkmgit
closed
4 months ago
3
Enable use of external libxxhash
#54
bkmgit
closed
4 months ago
0
CMakeLists.txt: Add compatibility with mingw64
#53
rofferom
closed
11 months ago
1
Missing Install target
#52
Hellseher
closed
1 year ago
1
Test failed 7/180: Exception: SegFault
#51
Hellseher
closed
11 months ago
3
CMakeLists.txt: install library target
#50
BiagioFesta
closed
1 year ago
0
Add ruby wrapper link to README.md
#49
unasuke
closed
1 year ago
0
Document outdated: `lsqpack_dec_destroy_header_list()` was removed
#48
unasuke
closed
1 year ago
1
Build Warnings Related to Spectre Mitigation
#47
nibanks
opened
1 year ago
1
Lots of Build Warnings on Windows
#46
nibanks
closed
1 year ago
1
README: add rust bindings as external library wrapper
#45
BiagioFesta
closed
2 years ago
0
Decoder breaks if "Set Dynamic Table Capacity" instruction doesn't match its initial capacity
#44
guoye-zhang
closed
2 years ago
3
m) Fix: read_ctx maybe accessed after free
#43
wangfuyu
closed
2 years ago
1
Fix consistency in use of Perl.
#42
rpavlik
closed
2 years ago
0
Remove Requirement on getopt for Windows
#41
nibanks
closed
2 years ago
1
[WIP] drop wincompat/getopt, rely on vcpkg to provide getopt
#40
TYoungSL
closed
2 years ago
3
Added link to new Mnemonic Technique blog post
#39
lslisa
closed
3 years ago
0
Decoder miscalculates compression ratio
#38
dtikhonov
opened
3 years ago
0
Fix typo in README.md
#37
hyperxpro
closed
3 years ago
0
Move Huffman tables out into a separate file
#36
litespeedtech
closed
5 years ago
1
Silence a few clang warnings
#35
litespeedtech
closed
5 years ago
0
Fix benign warning in Huffman encoder on 32-bit machine
#34
dtikhonov
closed
5 years ago
0
Fix link to lsqpack.h in README
#33
dtikhonov
closed
5 years ago
0
Add test case for NOBUF_ENC after integer encoding
#32
sdpetrides
closed
5 years ago
1
Add test for decrementing ref count and static ref with no val
#31
sdpetrides
closed
5 years ago
0
201905141217 improve test case
#30
sdpetrides
closed
5 years ago
0
201905100953 improve test coverage
#29
sdpetrides
closed
5 years ago
0
Add `lsqpack_enc_cancel_header` which cancels an in-progress header block
#28
DaanDeMeyer
closed
5 years ago
5
Propagate wincompat include directory to users
#27
DaanDeMeyer
closed
5 years ago
1
Loop through encoder buffer sizes to reach certain failure cases
#26
sdpetrides
closed
5 years ago
0
Get header block size without encoding?
#25
DaanDeMeyer
closed
5 years ago
2
[IMPROVE] Add fall through comments to suppress warnings/errors durin…
#24
sdpetrides
closed
5 years ago
1
[IMPROVE] Add scenarios to test drainage area logic
#23
sdpetrides
closed
5 years ago
0
Fix: initialize prefix correctly even if hinfo is absent
#22
dtikhonov
closed
5 years ago
0
[IMPROVE] Remove unnecessary assert in enc_init()
#21
sdpetrides
closed
5 years ago
0
[IMPROVE] Remove unnecessary else block after assert
#20
sdpetrides
closed
5 years ago
0
[TEST] Add print_table() and enc_ratio() for testing coverage
#19
sdpetrides
closed
5 years ago
0
Next