nghttp2 - HTTP/2 C Library and tools
Go to file
Dave Reisner 41ac45785a configure: initialize automake with subdir-objects option
This makes the buildsystem forward compatible with automake>=1.14 since
nghttp uses a recursive build. It avoids a large and non-scary warning
on running autoreconf, summarized as:

src/Makefile.am:57: warning: source file 'http-parser/http_parser.c' is in a subdirectory,
src/Makefile.am:57: but option 'subdir-objects' is disabled
2013-09-07 09:40:31 -04:00
doc doc: Include header files in documentation 2013-09-04 22:57:02 +09: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 configure: initialize automake with subdir-objects option 2013-09-07 09:40:31 -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