Tatsuhiro Tsujikawa
9a0b9428da
nghttpx: Fill request scheme in upstream
...
We may log before filling scheme in Downstream, so we leave
construct_absolute_request_uri as is.
2015-05-22 02:22:59 +09:00
Tatsuhiro Tsujikawa
b20abfc11a
nghttpx: Allow HTTP Upgrade from POST request if response header was not sent
2015-05-22 01:59:40 +09:00
Tatsuhiro Tsujikawa
d983dd81ec
Update http-parser to 39ff0975c220ef76a2d98c8ac61b0d36f4dce80f
2015-05-22 01:55:47 +09:00
Tatsuhiro Tsujikawa
bcf9e66dbc
Update README.rst
2015-05-22 01:40:23 +09:00
Tatsuhiro Tsujikawa
890a10b216
nghttpx: Fix bug that PUSH_PROMISE is sent after associated response HEADERS
2015-05-22 00:53:02 +09:00
Tatsuhiro Tsujikawa
28adb2dad3
h2load: Fix bug that NPN fails if ALPN is enabled
2015-05-22 00:48:32 +09:00
Tatsuhiro Tsujikawa
c795018f29
Dockerfile.android: Update NDK ver, and ubuntu; build and link zlib
2015-05-21 00:45:01 +09:00
Tatsuhiro Tsujikawa
c1a663b577
Don't link zlib bundled with android NDK
2015-05-21 00:15:04 +09:00
Tatsuhiro Tsujikawa
2b450f26ba
Comment out uninstall-local for python
...
This uninstall-local rule is too strong; it could delete unexpected
files, although they are likely nghttp2 related.
2015-05-20 22:50:58 +09:00
Tatsuhiro Tsujikawa
1ddff5bbf9
Include stdint.h instead of inttypes.h when compiled with MSVC < 2013
2015-05-20 22:33:57 +09:00
Tatsuhiro Tsujikawa
3a4c8bc8f1
Document about small write
2015-05-19 22:56:23 +09:00
Tatsuhiro Tsujikawa
fe752174a9
nghttpd: Close connection after settings timeout and GOAWAY was sent
2015-05-18 21:38:12 +09:00
Tatsuhiro Tsujikawa
494ed221b6
Merge branch 'alagoutte-scan-build'
2015-05-16 02:17:28 +09:00
Tatsuhiro Tsujikawa
14f971d71f
Merge branch 'scan-build' of https://github.com/alagoutte/nghttp2 into alagoutte-scan-build
2015-05-16 02:15:38 +09:00
Alexis La Goutte
ddee5d3896
fix Value stored to 'rv' is never read found by Clang Analyzer
2015-05-15 18:11:59 +02:00
Tatsuhiro Tsujikawa
447e346b1e
Bump up version number to 1.0.1-DEV
2015-05-16 00:25:34 +09:00
Tatsuhiro Tsujikawa
553d741f03
Fix migration version number
2015-05-16 00:15:00 +09:00
Tatsuhiro Tsujikawa
6bd728b3c2
Update man pages
2015-05-16 00:10:41 +09:00
Tatsuhiro Tsujikawa
a99085891a
Bump up version number to 1.0.0, LT revision to 14:0:0
2015-05-16 00:03:08 +09:00
Tatsuhiro Tsujikawa
68d3724fad
Update README.rst
2015-05-15 23:55:30 +09:00
Tatsuhiro Tsujikawa
fe39ec8697
doc: Update Resources
2015-05-15 23:36:51 +09:00
Tatsuhiro Tsujikawa
c896118747
Fix required spdylay version
2015-05-15 23:32:15 +09:00
Tatsuhiro Tsujikawa
b89140c311
Merge branch 'v1.0.0'
2015-05-15 23:30:59 +09:00
Tatsuhiro Tsujikawa
a869c39a2c
Bump up version number to 1.0.0-DEV
2015-05-15 23:30:24 +09:00
Tatsuhiro Tsujikawa
0b27f005e0
Merge branch 'master' into v1.0.0
...
Conflicts:
src/HttpServer.cc
2015-05-15 23:24:19 +09:00
Tatsuhiro Tsujikawa
92a20c76e6
Update bash_completion
2015-05-15 23:01:33 +09:00
Tatsuhiro Tsujikawa
42ccea806c
Update man pages
2015-05-15 23:01:19 +09:00
Tatsuhiro Tsujikawa
805f36d134
Bump up version number to 0.7.15, LT revision to 13:4:8
2015-05-15 22:59:00 +09:00
Tatsuhiro Tsujikawa
e2c0a3e43b
Retry finding jemalloc lib by je_malloc_stats_print
...
Fixes GH-233
2015-05-15 22:40:49 +09:00
Tatsuhiro Tsujikawa
3572e7c634
inflatehd: Fix crash if 'wire' value is not string
...
Fixes GH-235
2015-05-15 22:29:57 +09:00
Tatsuhiro Tsujikawa
0479f833fc
Revert "nghttpx: Remove last write/read fields for TLS"
...
This reverts commit 585af93828
.
2015-05-15 22:20:15 +09:00
Tatsuhiro Tsujikawa
252aeb43e1
Add test for GH-232
2015-05-15 01:00:09 +09:00
Tatsuhiro Tsujikawa
24fe24b37d
Merge branch 'etcimon-patch-1'
2015-05-15 00:57:07 +09:00
Etienne Cimon
32603d7eff
Access violation in buffers
...
When adding a large amount of data that spans to multiple chunks, the pointer is incremented by the wrong value.
2015-05-14 10:45:17 -04:00
Tatsuhiro Tsujikawa
53bfc70c9e
Include inttypes.h (or cintypes for C++) instead of stdint.h
...
From autoconf manual, section 5.6.1 Portability of Headers, says:
"""
The C99 standard says that inttypes.h includes stdint.h, so there's no
need to include stdint.h separately in a standard environment. Some
implementations have inttypes.h but not stdint.h (e.g., Solaris 7),
but we don't know of any implementation that has stdint.h but not
inttypes.h.
"""
2015-05-14 00:17:45 +09:00
Tatsuhiro Tsujikawa
c4068cd404
Fix travis build error
...
Remove AC_PROG_RANLIB because it is rendered obsolete by LT_INIT.
Remove AC_CHECK_HEADER_STDBOOl, because travis does not have one.
2015-05-13 23:48:31 +09:00
Tatsuhiro Tsujikawa
0aa17f64c1
doc: Remove 'NGHTTP2_EXTERN' from api doc
2015-05-13 23:39:48 +09:00
Tatsuhiro Tsujikawa
38cfc5c47c
Check more headers and funcs
2015-05-13 23:29:20 +09:00
Tatsuhiro Tsujikawa
91c8f085ef
Update man pages
2015-05-13 00:44:37 +09:00
Tatsuhiro Tsujikawa
5da49989f8
nghttpd: Add --echo-upload option to send back request body
2015-05-13 00:38:28 +09:00
Tatsuhiro Tsujikawa
260131966d
help2rst.py: Add comment to tell that this is a generated file
2015-05-12 23:30:17 +09:00
Tatsuhiro Tsujikawa
6862f66c23
Merge branch 'syohex-misspelling'
2015-05-12 23:25:33 +09:00
Tatsuhiro Tsujikawa
2f2a7ace81
Fix corresponding upstream source reported in previous commits accordingly
2015-05-12 23:24:18 +09:00
Syohei YOSHIDA
132719f752
Correct misspellings in document
2015-05-12 10:49:42 +09:00
Tatsuhiro Tsujikawa
64b1aae567
integration: Fix TestH2H1Upgrade test failure
2015-05-08 19:35:09 +09:00
Tatsuhiro Tsujikawa
a8625e15f0
clang-format
2015-05-08 19:24:17 +09:00
Tatsuhiro Tsujikawa
e63d6e490a
Merge branch 'master' into v1.0.0
...
Conflicts:
lib/nghttp2_option.h
lib/nghttp2_session.h
src/HttpServer.cc
2015-05-08 19:21:51 +09:00
Tatsuhiro Tsujikawa
7f60de0c51
Bump up version number to 0.7.15-DEV
2015-05-08 18:36:58 +09:00
Tatsuhiro Tsujikawa
3a46a2c0a4
Update man pages
2015-05-08 17:55:15 +09:00
Tatsuhiro Tsujikawa
fbff101165
Update bash_completion
2015-05-08 17:54:51 +09:00