Tatsuhiro Tsujikawa
991352d201
Just assign stream->cycle to descendant_last_cycle
2015-09-14 22:20:08 +09:00
Tatsuhiro Tsujikawa
d22573086f
nghttpx: Add x-http2-push header field for pushed resource
...
Fixes GH-352
2015-09-14 00:28:19 +09:00
Tatsuhiro Tsujikawa
1148584526
nghttpx: Reserve room for required header fields for PUSH_PROMISE
2015-09-14 00:26:50 +09:00
Tatsuhiro Tsujikawa
5005369f71
android-config: Use absolute path for compilers
2015-09-13 00:43:31 +09:00
Tatsuhiro Tsujikawa
33601f1a51
nghttpx: Fix compile error with --disable-threads
2015-09-13 00:42:59 +09:00
Tatsuhiro Tsujikawa
b97c088e87
Bump up version number to 1.3.2-DEV
2015-09-12 23:13:24 +09:00
Tatsuhiro Tsujikawa
e93a1bdf6d
Call git submodule before creating packages
2015-09-12 23:12:51 +09:00
Tatsuhiro Tsujikawa
7f12f0671c
Update bash_completion
2015-09-12 22:53:05 +09:00
Tatsuhiro Tsujikawa
39fb5972d4
Update man pages
2015-09-12 22:51:40 +09:00
Tatsuhiro Tsujikawa
063e1d7606
Bump up version number to 1.3.1, LT revision to 15:1:1
2015-09-12 22:43:21 +09:00
Tatsuhiro Tsujikawa
57aee184ca
Update doc
2015-09-12 18:33:07 +09:00
Tatsuhiro Tsujikawa
4ae2850aa6
Add sphinx rubydomain files to EXTRA_DIST
2015-09-12 17:51:19 +09:00
Tatsuhiro Tsujikawa
f586797f7d
Use INSTALL_DIR to customize mruby local installation directory
...
This change effectively makes `make distcheck` succeed.
2015-09-12 17:36:01 +09:00
Tatsuhiro Tsujikawa
0d8c8ca033
h2load: Record TTFB on first byte of response body, rather than first socket read
2015-09-12 11:18:54 +09:00
Tatsuhiro Tsujikawa
5ea90ba6bd
nghttpx: Fix crash with signal QUIT if mruby is not initialized
2015-09-12 02:40:55 +09:00
Tatsuhiro Tsujikawa
fd8067be94
Merge branch 'thinred-fix-sysv-service'
2015-09-12 02:35:12 +09:00
Tatsuhiro Tsujikawa
ad34b45782
Merge branch 'fix-sysv-service' of https://github.com/thinred/nghttp2 into thinred-fix-sysv-service
2015-09-12 02:34:54 +09:00
Tatsuhiro Tsujikawa
d0f96da2c0
src: Cleanup
2015-09-12 02:10:07 +09:00
Tomasz Buchert
da57989cf6
start nghttpx with --daemon
2015-09-11 18:59:37 +02:00
Tatsuhiro Tsujikawa
f086b7b67e
nghttpx: Fix busy loop
2015-09-12 01:22:40 +09:00
Tatsuhiro Tsujikawa
471fd688b9
Update mruby
2015-09-12 00:29:13 +09:00
Tatsuhiro Tsujikawa
02adaac368
nghttpx: Write h1 header into downstream buffer directly
2015-09-11 23:49:47 +09:00
Tatsuhiro Tsujikawa
1bbef4be74
Avoid usage of typeof and replace __builtin_offsetof with offsetof
2015-09-10 21:27:14 +09:00
Tatsuhiro Tsujikawa
918f8cca36
Honor stream->weight even if stream->last_writelen is 0
2015-09-09 21:20:59 +09:00
Tatsuhiro Tsujikawa
22b39f0337
Revert "last_write_len must not be 0, which makes weight useless"
...
This reverts commit e260006182
.
2015-09-09 21:16:53 +09:00
Tatsuhiro Tsujikawa
e282462e1f
Set have_mruby=no so that we can show it in summary
2015-09-09 21:16:11 +09:00
Tatsuhiro Tsujikawa
e4843201b0
Compile third-party libraries if hpack-tools is enabled
2015-09-09 21:11:42 +09:00
Tatsuhiro Tsujikawa
753f6d4a3e
src: Fix compiler warning
2015-09-09 21:01:13 +09:00
Tatsuhiro Tsujikawa
aba2dbddc2
nghttpx: Don't allow partial PROXY protocol line
2015-09-09 00:21:54 +09:00
Tatsuhiro Tsujikawa
510dff4c39
Add mruby requirements
2015-09-08 02:37:51 +09:00
Tatsuhiro Tsujikawa
e260006182
last_write_len must not be 0, which makes weight useless
2015-09-08 02:27:59 +09:00
Tatsuhiro Tsujikawa
7d481db248
Merge branch 'nghttpx-proxyprotocol'
2015-09-07 23:52:39 +09:00
Tatsuhiro Tsujikawa
4f52f60b3c
src: Inline some single character categorization functions
2015-09-07 23:28:31 +09:00
Tatsuhiro Tsujikawa
5afc25623e
Pass CFLAGS, CXXFLAGS and LDFLAGS to mruby build
2015-09-07 23:28:31 +09:00
Tatsuhiro Tsujikawa
3ce1c1d39f
nghttpx: Add date header field to error_reply and send_reply
2015-09-07 23:11:23 +09:00
Tatsuhiro Tsujikawa
21a3edfc60
nghttpx: Use 's' for param of Response::return
2015-09-07 23:00:01 +09:00
Tatsuhiro Tsujikawa
026ab797eb
src: util::numeric_host: Use inet_pton instead of getaddrinfo
2015-09-07 22:40:37 +09:00
Tatsuhiro Tsujikawa
79945c0c45
nghttpx: Robust PROXY protocol implementation
2015-09-07 22:37:25 +09:00
Tatsuhiro Tsujikawa
f8c1da7f3c
nghttpx: Add --accept-proxy-protocol usage to help message
2015-09-06 23:27:07 +09:00
Tatsuhiro Tsujikawa
a1bb48770c
nghttpx: Add tests for PROXY protocol handling
2015-09-06 23:11:07 +09:00
Tatsuhiro Tsujikawa
d05b77b36c
nghttpx: More logging for PROXY protocol handling
2015-09-06 21:44:45 +09:00
Tatsuhiro Tsujikawa
ce53bd239e
nghttpx: Implement PROXY protocol version 1
...
Use --accept-proxy-protocol to enable PROXY protocol handling
2015-09-06 21:30:19 +09:00
Tatsuhiro Tsujikawa
39287314d3
nghttpx: Fix missing `break`
2015-09-06 18:34:10 +09:00
Tatsuhiro Tsujikawa
231db4a3e6
Update man pages
2015-09-06 17:41:37 +09:00
Tatsuhiro Tsujikawa
c30d252f94
nghttpx: Show warning if certain feature is not compiled in
2015-09-06 16:59:57 +09:00
Tatsuhiro Tsujikawa
6d46249b7b
Merge branch 'nghttpx-mruby'
2015-09-06 16:39:21 +09:00
Tatsuhiro Tsujikawa
1b63e6d478
nghttpx: Call request phase hook for pushed resource as well
2015-09-06 15:21:36 +09:00
Tatsuhiro Tsujikawa
28defbfb4a
nghttpx: Allow link header server push for HTTP/2 backend as well
2015-09-06 15:12:20 +09:00
Tatsuhiro Tsujikawa
75b98662be
Don't use `git submodule update --init` in Makefile
...
This is because when we make tar ball, we are no longer under git
control. git submodule does not work there. We instead bundle mruby
source tree in archive. git submodule command is only required when
building from git repository.
2015-09-06 01:23:11 +09:00
Tatsuhiro Tsujikawa
1df682140c
nghttpx: Don't do mruby push with --no-server-push option
2015-09-06 00:06:48 +09:00