]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
backport of mod_http2 v1.3.2 minus event conn-status fixup
authorStefan Eissing <icing@apache.org>
Wed, 2 Mar 2016 11:21:28 +0000 (11:21 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 2 Mar 2016 11:21:28 +0000 (11:21 +0000)
commiteffb660cb384e26e523699a3b795f50099588750
tree6c82a0bfa3f1654eff4ef4c68b77a3c7c7047de7
parent662ed06c42d9debe177b5d248179e8198db9e0af
backport of mod_http2 v1.3.2 minus event conn-status fixup

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1733259 13f79535-47bb-0310-9956-ffa450edef68
54 files changed:
CHANGES
CMakeLists.txt
modules/http2/NWGNUmakefile
modules/http2/NWGNUmod_http2 [new file with mode: 0644]
modules/http2/config2.m4 [moved from modules/http2/config.m4 with 94% similarity]
modules/http2/h2.h [new file with mode: 0644]
modules/http2/h2_config.c
modules/http2/h2_config.h
modules/http2/h2_conn.c
modules/http2/h2_conn.h
modules/http2/h2_conn_io.c
modules/http2/h2_conn_io.h
modules/http2/h2_ctx.c
modules/http2/h2_ctx.h
modules/http2/h2_filter.c
modules/http2/h2_filter.h
modules/http2/h2_from_h1.c
modules/http2/h2_from_h1.h
modules/http2/h2_h2.c
modules/http2/h2_h2.h
modules/http2/h2_int_queue.c [new file with mode: 0644]
modules/http2/h2_int_queue.h [new file with mode: 0644]
modules/http2/h2_io.c
modules/http2/h2_io.h
modules/http2/h2_io_set.c
modules/http2/h2_io_set.h
modules/http2/h2_mplx.c
modules/http2/h2_mplx.h
modules/http2/h2_private.h
modules/http2/h2_push.c
modules/http2/h2_push.h
modules/http2/h2_request.c
modules/http2/h2_request.h
modules/http2/h2_response.h
modules/http2/h2_session.c
modules/http2/h2_session.h
modules/http2/h2_stream.c
modules/http2/h2_stream.h
modules/http2/h2_task.c
modules/http2/h2_task.h
modules/http2/h2_task_input.c
modules/http2/h2_task_input.h
modules/http2/h2_task_output.c
modules/http2/h2_task_output.h
modules/http2/h2_util.c
modules/http2/h2_util.h
modules/http2/h2_version.h
modules/http2/h2_worker.c
modules/http2/h2_worker.h
modules/http2/h2_workers.c
modules/http2/h2_workers.h
modules/http2/mod_http2.c
modules/http2/mod_http2.dsp
modules/http2/mod_http2.h