1
0
Fork 0
mirror of https://github.com/ngtcp2/nghttp3.git synced 2025-12-05 22:38:36 +00:00
HTTP/3 library written in C
Find a file
Tatsuhiro Tsujikawa d8af1b0965
Merge pull request #437 from ngtcp2/port-ngtcp2-changes
Port ngtcp2 changes
2025-12-05 22:40:33 +09:00
.clusterfuzzlite fuzz: Fuzz http3 with 1 byte input 2025-04-23 22:48:26 +09:00
.github GHA: Simplify build matrix with includes 2025-11-28 22:48:46 +09:00
cmake Migrate to munit form cunit 2024-02-02 17:39:35 +09:00
doc doc: Recommend specifying rand callback 2025-10-24 21:47:42 +09:00
examples Remove redundant semicolon 2025-09-28 12:07:19 +09:00
fuzz fuzz: Add new callbacks 2025-12-04 22:46:58 +09:00
lib unreachable: Port ngtcp2 changes 2025-12-05 22:30:18 +09:00
m4 Update ax_cxx_compile_stdcxx.m4 2023-11-02 18:38:38 +09:00
tests Refactor with compound literals 2025-12-05 21:29:21 +09:00
.clang-format Bump clang-format to 19 2025-08-24 11:12:03 +09:00
.gitignore Update .gitignore 2024-02-02 18:29:14 +09:00
.gitmodules Pull sfparse via git submodule 2024-02-02 17:53:15 +09:00
AUTHORS Update AUTHORS 2025-11-23 15:56:54 +09:00
ChangeLog Add autotools files 2019-02-17 10:08:21 +09:00
cmakeconfig.h.in Consistent macro comments 2024-09-14 11:02:02 +09:00
CMakeLists.txt Bump library version due to the patch release 2025-11-24 17:37:59 +09:00
CMakeOptions.txt Replace POPCNT-based ispow2 with portable bitwise implementation to prevent illegal instruction crashes (#400) 2025-10-03 21:07:54 +09:00
configure.ac Bump library version due to the patch release 2025-11-24 17:37:59 +09:00
COPYING Add autotools files 2019-02-17 10:08:21 +09:00
genchartbl.py Optimize sf parser a bit 2021-04-18 21:13:04 +09:00
genlibtokenlookup.py Implement Extensible Prioritization Scheme for HTTP 2020-04-11 19:05:35 +09:00
gennmchartbl.py Add gennmchartbl.py 2024-09-25 16:55:43 +09:00
Makefile.am clang-format files under fuzz 2024-09-14 11:10:09 +09:00
makerelease.sh Automate release process 2024-03-20 14:39:20 +09:00
mkhufftbl.py mkhufftbl.py: Add the missing flags 2025-11-03 18:08:13 +09:00
mkstatichdtbl.py Fix typo in mkstatichdtbl.py documentation comment (#398) 2025-09-30 21:40:35 +09:00
NEWS Add autotools files 2019-02-17 10:08:21 +09:00
qifs-check.sh Revert an accidental change 2021-04-07 12:07:04 +09:00
qifs.sh Add qifs scripts 2019-02-17 10:15:04 +09:00
README Add autotools files 2019-02-17 10:08:21 +09:00
README.rst Implement RFC 9412 ORIGIN frame 2025-06-03 20:15:38 +09:00
SECURITY.md Add security policy 2025-04-06 18:13:01 +09:00

See README.rst