]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
merge of protocols + http2 relevant changes
authorStefan Eissing <icing@apache.org>
Mon, 7 Sep 2015 17:37:19 +0000 (17:37 +0000)
committerStefan Eissing <icing@apache.org>
Mon, 7 Sep 2015 17:37:19 +0000 (17:37 +0000)
commit0e132fa7f349cfa6bd745ae85b428e9f514464a1
treee6877f36997fd1c0b73ed5ddef632589dbdee6d7
parentc75f264a8542b27ddeada7f3ffaa470ed997fa6d
merge of protocols + http2 relevant changes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.17-protocols-http2@1701655 13f79535-47bb-0310-9956-ffa450edef68
93 files changed:
Apache-apr2.dsw
Apache.dsw
BuildBin.dsp
CHANGES
Makefile.win
build/NWGNUenvironment.inc
build/installwinconf.awk
docs/conf/extra/httpd-h2.conf.in [new file with mode: 0644]
docs/conf/httpd.conf.in
docs/manual/mod/allmodules.xml
docs/manual/mod/core.xml
docs/manual/mod/mod_h2.html [new file with mode: 0644]
docs/manual/mod/mod_h2.html.en [new file with mode: 0644]
docs/manual/mod/mod_h2.xml [new file with mode: 0644]
docs/manual/mod/mod_h2.xml.meta [new file with mode: 0644]
docs/manual/mod/mod_proxy.xml
docs/manual/mod/quickreference.html.en
include/ap_mmn.h
include/http_core.h
include/http_protocol.h
include/http_request.h
include/httpd.h
modules/NWGNUmakefile
modules/README
modules/http/http_protocol.c
modules/http/http_request.c
modules/http2/.gitignore [new file with mode: 0644]
modules/http2/Makefile.in [new file with mode: 0644]
modules/http2/NWGNUmakefile [new file with mode: 0644]
modules/http2/README.h2 [new file with mode: 0644]
modules/http2/config.m4 [new file with mode: 0644]
modules/http2/h2_alt_svc.c [new file with mode: 0644]
modules/http2/h2_alt_svc.h [new file with mode: 0644]
modules/http2/h2_config.c [new file with mode: 0644]
modules/http2/h2_config.h [new file with mode: 0644]
modules/http2/h2_conn.c [new file with mode: 0644]
modules/http2/h2_conn.h [new file with mode: 0644]
modules/http2/h2_conn_io.c [new file with mode: 0644]
modules/http2/h2_conn_io.h [new file with mode: 0644]
modules/http2/h2_ctx.c [new file with mode: 0644]
modules/http2/h2_ctx.h [new file with mode: 0644]
modules/http2/h2_from_h1.c [new file with mode: 0644]
modules/http2/h2_from_h1.h [new file with mode: 0644]
modules/http2/h2_h2.c [new file with mode: 0644]
modules/http2/h2_h2.h [new file with mode: 0644]
modules/http2/h2_io.c [new file with mode: 0644]
modules/http2/h2_io.h [new file with mode: 0644]
modules/http2/h2_io_set.c [new file with mode: 0644]
modules/http2/h2_io_set.h [new file with mode: 0644]
modules/http2/h2_mplx.c [new file with mode: 0644]
modules/http2/h2_mplx.h [new file with mode: 0644]
modules/http2/h2_private.h [new file with mode: 0644]
modules/http2/h2_request.c [new file with mode: 0644]
modules/http2/h2_request.h [new file with mode: 0644]
modules/http2/h2_response.c [new file with mode: 0644]
modules/http2/h2_response.h [new file with mode: 0644]
modules/http2/h2_session.c [new file with mode: 0644]
modules/http2/h2_session.h [new file with mode: 0644]
modules/http2/h2_stream.c [new file with mode: 0644]
modules/http2/h2_stream.h [new file with mode: 0644]
modules/http2/h2_stream_set.c [new file with mode: 0644]
modules/http2/h2_stream_set.h [new file with mode: 0644]
modules/http2/h2_switch.c [new file with mode: 0644]
modules/http2/h2_switch.h [new file with mode: 0644]
modules/http2/h2_task.c [new file with mode: 0644]
modules/http2/h2_task.h [new file with mode: 0644]
modules/http2/h2_task_input.c [new file with mode: 0644]
modules/http2/h2_task_input.h [new file with mode: 0644]
modules/http2/h2_task_output.c [new file with mode: 0644]
modules/http2/h2_task_output.h [new file with mode: 0644]
modules/http2/h2_task_queue.c [new file with mode: 0644]
modules/http2/h2_task_queue.h [new file with mode: 0644]
modules/http2/h2_to_h1.c [new file with mode: 0644]
modules/http2/h2_to_h1.h [new file with mode: 0644]
modules/http2/h2_util.c [new file with mode: 0644]
modules/http2/h2_util.h [new file with mode: 0644]
modules/http2/h2_version.h [new file with mode: 0644]
modules/http2/h2_worker.c [new file with mode: 0644]
modules/http2/h2_worker.h [new file with mode: 0644]
modules/http2/h2_workers.c [new file with mode: 0644]
modules/http2/h2_workers.h [new file with mode: 0644]
modules/http2/mod_h2.c [new file with mode: 0644]
modules/http2/mod_h2.dsp [new file with mode: 0644]
modules/http2/mod_h2.h [new file with mode: 0644]
modules/ssl/ssl_engine_init.c
modules/ssl/ssl_engine_io.c
modules/ssl/ssl_engine_kernel.c
modules/ssl/ssl_private.h
modules/ssl/ssl_util.c
os/win32/BaseAddr.ref
server/core.c
server/protocol.c
server/util.c