1
0
Fork 0
mirror of https://github.com/nghttp2/nghttp2.git synced 2025-12-05 22:37:14 +00:00
nghttp2 - HTTP/2 C Library and tools
Find a file
Tatsuhiro Tsujikawa a581d84d99
Merge pull request #2577 from nghttp2/remove-union-from-worker-id
Remove union from WorkerID
2025-12-05 20:38:22 +09:00
.github Bump ngtcp2 and its dependencies 2025-11-28 18:50:24 +09:00
bpf Change clang-format options 2024-08-28 18:55:57 +09:00
cmake Adopt libngtcp2_crypto_libressl changes 2025-08-25 18:26:10 +09:00
contrib Rearrange imports 2022-05-24 21:56:38 +09:00
doc Update bash_completion 2025-10-25 17:13:35 +09:00
docker Bump ngtcp2 and its dependencies 2025-11-28 18:50:24 +09:00
examples examples: Consistent conditional macro comments 2025-09-24 22:44:11 +09:00
fedora fedora: add spec file 2012-10-27 14:54:06 -07:00
fuzz Change clang-format options 2024-08-28 18:55:57 +09:00
integration-tests integration: Cope with os.ErrProcessDone 2025-11-11 17:46:54 +09:00
lib Fix union usage in nghttp2_data_provider_wrap 2025-12-05 18:57:41 +09:00
m4 Update ax_cxx_compile_stdcxx.m4 2023-11-02 18:40:05 +09:00
src Remove union from WorkerID 2025-12-05 19:22:48 +09:00
tests Port ngtcp2_map changes 2025-11-03 21:44:05 +09:00
third-party Bump llhttp to v9.3.0 2025-06-04 18:18:57 +09:00
.clang-format Bump clang-format to 19 2025-08-23 17:41:35 +09:00
.gitignore Fixing the build and install trees 2024-02-02 12:21:13 -08:00
.gitmodules Replace url-parser with urlparse 2024-11-16 17:58:44 +09:00
android-config Remove deprecated python bindings 2022-12-26 17:06:36 +09:00
android-env Update android build documentation 2022-09-26 17:12:03 +09:00
author.py Require python3 for python scripts 2020-12-29 17:35:55 +09:00
AUTHORS Update AUTHORS 2025-09-02 19:20:04 +09:00
ChangeLog Added libtool files 2012-01-18 00:53:12 +09:00
cmakeconfig.h.in Adopt libngtcp2_crypto_libressl changes 2025-08-25 18:26:10 +09:00
CMakeLists.txt Bump package version 2025-10-25 17:34:56 +09:00
CMakeOptions.txt Add wolfSSL support 2024-06-19 18:14:04 +09:00
configure.ac Bump package version 2025-10-25 17:34:56 +09:00
CONTRIBUTION Make sure that nghttp2 license is MIT license 2015-04-01 19:41:32 +09:00
COPYING List all contributors in AUTHORS 2016-02-14 17:40:58 +09:00
Dockerfile.android Use ARG instead of ENV because they are build time variables 2025-05-24 21:36:19 +09:00
genauthoritychartbl.py Require python3 for python scripts 2020-12-29 17:35:55 +09:00
gendowncasetbl.py Require python3 for python scripts 2020-12-29 17:35:55 +09:00
genheaderfunc.py nghttpx: Propagate stream priority from backend to frontend 2023-11-05 16:23:07 +09:00
genlibtokenlookup.py Implement RFC 9218 extensible prioritization scheme 2022-06-12 16:06:04 +09:00
genmethodchartbl.py Stricter checks for pseudo-headers :method and :path 2021-08-31 21:47:35 +02:00
genmethodfunc.py Require python3 for python scripts 2020-12-29 17:35:55 +09:00
gennghttpxfun.py nghttpx: Add groups option 2025-09-19 19:29:04 +09:00
gennmchartbl.py Require python3 for python scripts 2020-12-29 17:35:55 +09:00
genpathchartbl.py Stricter checks for pseudo-headers :method and :path 2021-08-31 21:47:35 +02:00
gentokenlookup.py Update script 2025-06-08 21:36:23 +09:00
genvchartbl.py Stricter checks for pseudo-headers :method and :path 2021-08-31 21:47:35 +02:00
git-clang-format Add .clang-format config file and git-clang-format from clang project 2014-11-27 23:56:29 +09:00
go.mod build(deps): bump github.com/quic-go/quic-go from 0.57.0 to 0.57.1 2025-12-01 16:04:48 +00:00
go.sum build(deps): bump github.com/quic-go/quic-go from 0.57.0 to 0.57.1 2025-12-01 16:04:48 +00:00
help2rst.py Require python3 for python scripts 2020-12-29 17:35:55 +09:00
LICENSE Add LICENSE file to point to COPYING 2016-01-09 18:26:45 +09:00
makebashcompletion Add bash_completion files for nghttp, nghttpd, nghttpx and h2load 2015-02-15 12:05:27 +09:00
Makefile.am Test lib before building applications 2025-08-30 19:29:06 +09:00
makemanpages Produce man pages using sphinx 2015-01-10 00:37:42 +09:00
makerelease.sh Automate release process 2024-03-20 15:12:41 +09:00
mkcipherlist.py Require python3 for python scripts 2020-12-29 17:35:55 +09:00
mkhufftbl.py hpack: Optimize huffman decoding a bit 2025-11-03 18:32:37 +09:00
mkstatichdtbl.py Update document reference 2020-12-29 17:35:55 +09:00
NEWS Rebranding nghttp2 2013-07-13 00:43:06 +09:00
nghttpx.conf.sample Fix comments, too 2015-03-25 21:04:49 +08:00
pre-commit Apply clang-format-diff only to lib, src, examples and tests 2016-10-15 18:40:45 +09:00
proxy.pac.sample Add sample pac file and release script 2013-01-12 17:05:11 +09:00
README Added libtool files 2012-01-18 00:53:12 +09:00
README.rst Bump ngtcp2 and its dependencies 2025-11-28 18:50:24 +09:00
releasechk Remove deprecated libnghttp2_asio 2022-12-24 18:41:49 +09:00
SECURITY.md Move security policy to GitHub standard location 2024-02-15 22:23:10 +09:00

See README.rst