nghttp2 - HTTP/2 C Library and tools
Go to file
Dave Reisner c53502a261 Play nicely with py3k for building docs
Previously, mkapiref.py required python2.6, as it used format strings,
but continued to use print as a keyword, not a function. But, since 2.6
is implicitly made a requirement, we can also count on print being
available as a function.

This change adds python2.6 as a soft requirement during ./configure,
and converts all print keywords to statements. There's no need to do
anything about the actual building of the doc since sphinx-build can
run under python2 and python3.

The net result is that it no longer matters whether 'python' points to
python2 or python3 (see PEP394), because both will be able to run
mkapiref.py successfully.
2013-09-07 09:48:36 -04:00
doc Play nicely with py3k for building docs 2013-09-07 09:48:36 -04:00
examples Add const to read-only nghttp2_frame* parameter in callbacks 2013-09-03 21:24:14 +09:00
fedora fedora: add spec file 2012-10-27 14:54:06 -07:00
lib nghttp2.h: mention where user_data is set in the send_callback docs 2013-09-07 21:00:51 +09:00
m4 Add ax_cxx_compile_stdcxx_11 to check C++11 availability and flags 2013-08-06 21:20:36 +09:00
src Fix cosmetic errors 2013-09-07 16:38:21 +09:00
tests Remove unused functions/macros 2013-09-07 15:48:16 +09:00
.gitignore Update .gitignore 2013-08-15 10:41:22 +09:00
AUTHORS Added libtool files 2012-01-18 00:53:12 +09:00
COPYING Fixed copyright year 2012-01-27 01:40:18 +09:00
ChangeLog Added libtool files 2012-01-18 00:53:12 +09:00
Makefile.am examples: Rewrite client example 2013-09-02 22:55:37 +09:00
NEWS Rebranding nghttp2 2013-07-13 00:43:06 +09:00
README Added libtool files 2012-01-18 00:53:12 +09:00
README.rst README.rst: mention that sphinx is needed for making the docs 2013-09-01 14:53:52 +02:00
android-config Rebranding nghttp2 2013-07-13 00:43:06 +09:00
android-make Rebranding nghttp2 2013-07-13 00:43:06 +09:00
configure.ac Play nicely with py3k for building docs 2013-09-07 09:48:36 -04:00
makerelease.sh Add sample pac file and release script 2013-01-12 17:05:11 +09:00
nghttpx.conf.sample Rename shrpx.conf.sample as nghttpx.conf.sample 2013-08-30 22:46:28 +09:00
proxy.pac.sample Add sample pac file and release script 2013-01-12 17:05:11 +09:00

README

See README.rst