- 08 Sep, 2013 5 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
Some platform (e.g., freebsd) does not define _GLIBCXX_USE_C99 and it hides std::to_string functions.
-
- 07 Sep, 2013 9 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Dave Reisner authored
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.
-
Dave Reisner authored
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
-
Daniel Stenberg authored
Just to make it easier to find the info.
-
Daniel Stenberg authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 06 Sep, 2013 5 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
The encoder algorithm is simplified and it now preserves ordering of the headers. It also becomes one-pass encoder.
-
- 05 Sep, 2013 6 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 04 Sep, 2013 5 commits
-
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
This returns run-time information about the lib
-
- 03 Sep, 2013 6 commits
-
-
Daniel Stenberg authored
warning: comma at end of enumerator list [-Werror=pedantic]
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-
- 02 Sep, 2013 4 commits
-
-
Daniel Stenberg authored
Since the name of the file is 'libnghttp2*' I think we should use the full name within it as well (for the Name: field), as it gets confusing otherwise for users and for pkg-config. Also, 'Requires.private' breaks pkg-config's ability to extract -I etc from the Cflags below it. I believe it should be 'Libs.private' and the right side should then list the libs with -l. With these changes, I've successfully written a configure script to find and use libnghttp2.
-
Tatsuhiro Tsujikawa authored
We call on_stream_close_callback even if stream->state is NGHTTP2_STREAM_INITIAL. This will happen while sending request HEADERS, a local endpoint receives RST_STREAM for that stream. It may be PROTOCOL_ERROR, but without notifying stream closure will hang the stream in a local endpoint.
-
Tatsuhiro Tsujikawa authored
-
Tatsuhiro Tsujikawa authored
-