Tatsuhiro Tsujikawa
bbbddedb8f
Fix compiler warning
2015-06-06 23:37:46 +09:00
Tatsuhiro Tsujikawa
163dfb3150
Fix `make distcheck` failure
2015-06-06 23:37:31 +09:00
Tatsuhiro Tsujikawa
4f3d20e024
Include script/README.rst in dist
2015-06-06 23:32:32 +09:00
Tatsuhiro Tsujikawa
b7ba1baf48
Translate fetch-ocsp-response into Python
2015-06-06 23:18:32 +09:00
Tatsuhiro Tsujikawa
00efa86fb6
nghttpx: Add --add-request-header option
2015-06-05 23:04:20 +09:00
Tatsuhiro Tsujikawa
43b3640836
Slight code cleanup
2015-06-05 22:06:49 +09:00
Tatsuhiro Tsujikawa
708eb2a217
Increase maximum number of streams in one dep tree including idle nodes
2015-06-05 22:06:14 +09:00
Tatsuhiro Tsujikawa
590a5c3ff3
Fix typo
2015-06-05 00:18:29 +09:00
Tatsuhiro Tsujikawa
28b528dc9e
Merge branch 'vapier-master'
2015-06-04 23:45:49 +09:00
Mike Frysinger
a50f6e5d50
configure: fix bashism
...
The == operator is not in POSIX; use = like normal.
Reported-by: Mikael Magnusson <mikachu@gmail.com>
2015-06-04 00:10:00 -04:00
Tatsuhiro Tsujikawa
1534edd3f3
Update building android doc to include zlib build instruction
2015-06-01 23:14:38 +09:00
Tatsuhiro Tsujikawa
892c159d8f
Remove unused clock_gettime and dlsym detection
2015-06-01 23:05:42 +09:00
Tatsuhiro Tsujikawa
0cb4750e3c
libevent-client: Fix bug that path is broken if URI does not contain path part
2015-06-01 00:22:35 +09:00
Tatsuhiro Tsujikawa
ee4d53a9e4
More constexpr
2015-05-31 18:44:37 +09:00
Tatsuhiro Tsujikawa
ad150c3ab1
Merge branch 'fwiesel-client_certificate'
2015-05-31 18:28:16 +09:00
Fabian Wiesel
7eafebfeb9
Expose client certificate, if available
...
Client certificates can use used for authentication/authorization in the server,
so expose them similar to the remote address.
2015-05-31 10:55:10 +02:00
Tatsuhiro Tsujikawa
3d59c6c0b7
nghttpx: Use defined string iteral when defining long_options
2015-05-29 22:48:46 +09:00
Tatsuhiro Tsujikawa
34efc6b7a4
More constexpr
2015-05-29 22:36:05 +09:00
Tatsuhiro Tsujikawa
7582640fd5
nghttpx: Remove unused
2015-05-29 22:20:46 +09:00
Tatsuhiro Tsujikawa
ad265aa9d0
Build third-party if either examples or apps is enabled
2015-05-28 22:55:47 +09:00
Tatsuhiro Tsujikawa
1f7e6ea3fe
Define NGHTTP2_EXTERN to __declspec(dllimport) when using nghttp2
...
The private global variable nghttp2_enable_strict_preface is also
marked as NGHTTP2_EXTERN, but it is test purpose only (test with
.dll), and not part of public API. It could be removed in the future
release.
2015-05-28 22:36:43 +09:00
Tatsuhiro Tsujikawa
a0a5f4f93e
tests: Break if all compressed header input processed in nghttp2_buf
2015-05-27 00:33:24 +09:00
Tatsuhiro Tsujikawa
59e6272ba4
integration: Add WebSocket upgrade test
2015-05-26 23:28:45 +09:00
Tatsuhiro Tsujikawa
323fc8c552
nghttpx: Make WebSocket upgrade work
...
This commit makes sure that WebSocket upgrade works for HTTP/1.1
frontend and backend pair. Actually, this implementation probably
supports other upgrade as well, other than HTTP/2 Upgrade, which is
handled specially in other place.
2015-05-26 22:26:17 +09:00
Tatsuhiro Tsujikawa
cbb10aa80f
Merge branch 'fwiesel-python3.4-on-macos'
2015-05-26 00:48:42 +09:00
Fabian Wiesel
abe4c7c92a
Catch and log failure to set TCP_NODELAY
...
Setting TCP_NODELAY may fail. Instead of failing the routine, log it and continue.
It seems, that setting TCP_NODELAY in python on Mac OS X is not necessarily supported.
2015-05-25 17:39:54 +02:00
Tatsuhiro Tsujikawa
326b4c467b
nghttpx: Fix bug that END_STREAM is not set in backend for POST with Upgrade
2015-05-26 00:00:11 +09:00
Tatsuhiro Tsujikawa
7e51a87111
nghttpx: Don't upgrade to HTTP/2 if we have non-final HTTP/1 response pending
2015-05-25 23:59:44 +09:00
Tatsuhiro Tsujikawa
5fdb36239a
nghttpx: Don't send Expect header field twice
2015-05-25 23:59:18 +09:00
Tatsuhiro Tsujikawa
9f99cad9ab
Bump up version number to 1.0.2-DEV
2015-05-24 19:50:35 +09:00
Tatsuhiro Tsujikawa
7c7d4700f1
Update README.rst about go spdy package
2015-05-24 19:26:53 +09:00
Tatsuhiro Tsujikawa
8e5c8430f1
Update man pages
2015-05-24 19:21:24 +09:00
Tatsuhiro Tsujikawa
92ecd3c0fb
Bump up version number to 1.0.1, LT revision to 14:1:0
2015-05-24 19:11:18 +09:00
Tatsuhiro Tsujikawa
90eac0709d
src: Make sure that empty param is error when parsing Link header field
2015-05-24 15:40:16 +09:00
Tatsuhiro Tsujikawa
791660ef8d
Fix up OpenSSL initialization
...
Use the example presented at
http://en.wikibooks.org/wiki/OpenSSL/Initialization
2015-05-23 00:23:38 +09:00
Tatsuhiro Tsujikawa
1c06cfd29f
integration: Use our own copy of golang spdy package
...
Official golang spdy package is done. We made a copy of it until we
drop spdy support.
2015-05-23 00:01:45 +09:00
Tatsuhiro Tsujikawa
f0379aa428
Fix invalid memory free
2015-05-22 23:36:34 +09:00
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