• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H10-Feb-2022-157133

cmake/H10-Feb-2022-2416

deps/H10-Feb-2022-375,495297,609

doc/H03-May-2022-4,9363,224

examples/H10-Feb-2022-1,4761,151

fuzz/H10-Feb-2022-12,51910,416

h2o.xcodeproj/H10-Feb-2022-5,0004,983

include/H10-Feb-2022-9,1444,327

lib/H10-Feb-2022-51,38141,055

misc/H03-May-2022-8,9906,626

share/h2o/H10-Feb-2022-4,7904,208

src/H03-May-2022-13,24411,323

srcdoc/H10-Feb-2022-4,5884,085

t/H10-Feb-2022-28,59524,359

.clang-formatH A D10-Feb-2022168 87

.dockerignoreH A D10-Feb-202255 76

.gitattributesH A D10-Feb-2022107 43

.gitignoreH A D10-Feb-2022222 1918

.gitmodulesH A D10-Feb-2022620 1918

.travis.ymlH A D10-Feb-2022840 4140

.vimrcH A D10-Feb-202273 65

CONTRIBUTING.mdH A D10-Feb-20221.2 KiB2218

ChangesH A D10-Feb-202247.5 KiB677627

LICENSEH A D10-Feb-20221 KiB2016

README.mdH A D10-Feb-20222.2 KiB2316

SECURITY.mdH A D10-Feb-2022636 84

h2o-probes.dH A D10-Feb-20225.7 KiB13326

libh2o-evloop.pc.inH A D10-Feb-2022355 1210

libh2o.pc.inH A D10-Feb-2022374 1311

version.h.inH A D10-Feb-20221.6 KiB4438

README.md

1H2O - an optimized HTTP server with support for HTTP/1.x, HTTP/2 and HTTP/3 (experimental)
2===
3
4[![CI](https://github.com/h2o/h2o/actions/workflows/ci.yml/badge.svg)](https://github.com/h2o/h2o/actions/workflows/ci.yml)
5<a href="https://scan.coverity.com/projects/h2o-h2o">
6  <img alt="Coverity Scan Build Status"
7       src="https://scan.coverity.com/projects/10654/badge.svg"/>
8</a>
9[![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/h2o.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:h2o)
10
11Copyright (c) 2014-2019 [DeNA Co., Ltd.](http://dena.com/), [Kazuho Oku](https://github.com/kazuho/), [Tatsuhiko Kubo](https://github.com/cubicdaiya/), [Domingo Alvarez Duarte](https://github.com/mingodad/), [Nick Desaulniers](https://github.com/nickdesaulniers/), [Marc Hörsken](https://github.com/mback2k), [Masahiro Nagano](https://github.com/kazeburo/), Jeff Marrison, [Daisuke Maki](https://github.com/lestrrat/), [Laurentiu Nicola](https://github.com/GrayShade/), [Justin Zhu](https://github.com/zlm2012/), [Tatsuhiro Tsujikawa](https://github.com/tatsuhiro-t), [Ryosuke Matsumoto](https://github.com/matsumotory), [Masaki TAGAWA](https://github.com/mochipon), [Masayoshi Takahashi](https://github.com/takahashim), [Chul-Woong Yang](https://github.com/cwyang), [Shota Fukumori](https://github.com/sorah), [Satoh Hiroh](https://github.com/cho45), [Fastly, Inc.](https://www.fastly.com), [David Carlier](https://github.com/devnexen), [Frederik Deweerdt](https://github.com/deweerdt), [Jonathan Foote](https://github.com/jfoote), [Yannick Koechlin](https://github.com/yannick), [Harrison Bowden](https://github.com/hbowden), [Kazantsev Mikhail](https://github.com/kazan417)
12
13H2O is a new generation HTTP server.
14Not only is it very fast, it also provides much quicker response to end-users when compared to older generations of HTTP servers.
15
16Written in C and licensed under [the MIT License](http://opensource.org/licenses/MIT), it can also be used as a library.
17
18For more information, please refer to the documentation at [h2o.examp1e.net](https://h2o.examp1e.net).
19
20Reporting Security Issues
21---
22Please report vulnerabilities to h2o-vuln@googlegroups.com. See [SECURITY.md](SECURITY.md) for more information.
23