nghttp2 - HTTP/2 C Library and tools
Go to file
Jacob Champion edb874e659 nghttp: move ContinueTimer start to on_frame_send
The ContinueTimer could expire before the full HEADERS frame was
actually sent. By moving the call to timer->start() to the
on_frame_send_callback(), this race is fixed.
2016-03-28 15:24:20 -07:00
cmake cmake: fix jemalloc, libevent include dirs 2016-03-13 16:42:35 +01:00
contrib Merge branches 'master' and 'cmake-updated' into cmake 2016-03-14 17:26:15 +01:00
doc nghttpx: "*" must match at least one character 2016-03-22 22:40:23 +09:00
examples cmake: fix jemalloc, libevent include dirs 2016-03-13 16:42:35 +01:00
fedora
integration-tests integration: Disable tests that sometimes break randomly on travis 2016-03-19 11:50:01 +09:00
lib cmake: fix Windows build with CUnit 2016-03-17 23:32:07 +01:00
m4
python cmake: clean more files, fix python dependency 2016-03-13 17:36:03 +01:00
script Add CMake-related files to EXTRA_DIST 2016-03-12 01:38:12 +01:00
src nghttp: move ContinueTimer start to on_frame_send 2016-03-28 15:24:20 -07:00
tests Include config.h from tests/*.h 2016-03-19 11:46:49 +09:00
third-party Merge branches 'master' and 'cmake-updated' into cmake 2016-03-14 17:26:15 +01:00
.clang-format
.gitignore cmake: ignore "make install" artifact 2016-02-29 16:20:31 +01:00
.gitmodules
.travis.yml travis: remove -DCMAKE_BUILD_TYPE=None 2016-03-17 23:34:14 +01:00
AUTHORS List all contributors in AUTHORS 2016-02-14 17:40:58 +09:00
CMakeLists.txt cmake: fix Windows support 2016-03-16 17:33:20 +01:00
CMakeOptions.txt cmake: add python support 2016-02-16 12:17:49 +01:00
CONTRIBUTION
COPYING List all contributors in AUTHORS 2016-02-14 17:40:58 +09:00
ChangeLog
Dockerfile.android
LICENSE
Makefile.am Add CMake-related files to EXTRA_DIST 2016-03-12 01:38:12 +01:00
NEWS
README
README.rst Merge branches 'master' and 'cmake-updated' into cmake 2016-03-14 17:26:15 +01:00
android-config
android-make
cmakeconfig.h.in cmake: fix Windows support 2016-03-16 17:33:20 +01:00
configure.ac integration-tests: do not use recursive target 2016-03-13 15:40:17 +01:00
genauthoritychartbl.py
gendowncasetbl.py
genheaderfunc.py
genlibtokenlookup.py Remove extra tokenization of header names; they are not effective at best 2016-03-12 21:13:09 +09:00
genmethodfunc.py
gennghttpxfun.py nghttpx: Add custom error pages 2016-03-19 23:41:21 +09:00
gennmchartbl.py
gentokenlookup.py
genvchartbl.py
git-clang-format
help2rst.py
makebashcompletion
makemanpages
makerelease.sh makerelease.sh: Remove duplicate `git module update --init` 2016-02-26 00:57:34 +09:00
mkcipherlist.py
mkhufftbl.py
mkstatichdtbl.py
nghttpx.conf.sample
pre-commit
proxy.pac.sample
releasechk Add script to ensure that packaging is good 2016-01-27 23:12:38 +09:00

README

See README.rst