]> granicus.if.org Git - apache/commit
reworked mod_h2 donation checkin into build system, added documentation
authorStefan Eissing <icing@apache.org>
Fri, 10 Jul 2015 11:45:46 +0000 (11:45 +0000)
committerStefan Eissing <icing@apache.org>
Fri, 10 Jul 2015 11:45:46 +0000 (11:45 +0000)
commit8c27a4cd1b17fdf0999856a7fcbbf2b459a94a0e
treeac542bcd2d88517d00c6b19c424808412674953c
parentd80e4641d59eddced1800606e5bf7ae5ac5206cd
reworked mod_h2 donation checkin into build system, added documentation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1690248 13f79535-47bb-0310-9956-ffa450edef68
360 files changed:
CHANGES
acinclude.m4
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/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/quickreference.html.en
modules/README
modules/http2/AUTHORS [deleted file]
modules/http2/ChangeLog [deleted file]
modules/http2/DISCUSS [deleted file]
modules/http2/INSTALL [deleted file]
modules/http2/LICENSE [deleted file]
modules/http2/Makefile.am [deleted file]
modules/http2/Makefile.in [moved from modules/http2/sandbox/httpd/mod_ssl-alpn/Makefile.in with 100% similarity]
modules/http2/NEWS [deleted file]
modules/http2/README [deleted file]
modules/http2/README.h2 [new file with mode: 0644]
modules/http2/README.md [deleted file]
modules/http2/config.m4 [moved from modules/http2/sandbox/httpd/mod_ssl-alpn/config.m4 with 59% similarity]
modules/http2/configure.ac [deleted file]
modules/http2/h2_alpn.c [moved from modules/http2/mod_h2/h2_alpn.c with 100% similarity]
modules/http2/h2_alpn.h [moved from modules/http2/mod_h2/h2_alpn.h with 100% similarity]
modules/http2/h2_alt_svc.c [moved from modules/http2/mod_h2/h2_alt_svc.c with 100% similarity]
modules/http2/h2_alt_svc.h [moved from modules/http2/mod_h2/h2_alt_svc.h with 100% similarity]
modules/http2/h2_config.c [moved from modules/http2/mod_h2/h2_config.c with 100% similarity]
modules/http2/h2_config.h [moved from modules/http2/mod_h2/h2_config.h with 99% similarity]
modules/http2/h2_conn.c [moved from modules/http2/mod_h2/h2_conn.c with 97% similarity]
modules/http2/h2_conn.h [moved from modules/http2/mod_h2/h2_conn.h with 100% similarity]
modules/http2/h2_conn_io.c [moved from modules/http2/mod_h2/h2_conn_io.c with 100% similarity]
modules/http2/h2_conn_io.h [moved from modules/http2/mod_h2/h2_conn_io.h with 100% similarity]
modules/http2/h2_ctx.c [moved from modules/http2/mod_h2/h2_ctx.c with 100% similarity]
modules/http2/h2_ctx.h [moved from modules/http2/mod_h2/h2_ctx.h with 100% similarity]
modules/http2/h2_from_h1.c [moved from modules/http2/mod_h2/h2_from_h1.c with 94% similarity]
modules/http2/h2_from_h1.h [moved from modules/http2/mod_h2/h2_from_h1.h with 100% similarity]
modules/http2/h2_h2.c [moved from modules/http2/mod_h2/h2_h2.c with 99% similarity]
modules/http2/h2_h2.h [moved from modules/http2/mod_h2/h2_h2.h with 100% similarity]
modules/http2/h2_io.c [moved from modules/http2/mod_h2/h2_io.c with 100% similarity]
modules/http2/h2_io.h [moved from modules/http2/mod_h2/h2_io.h with 100% similarity]
modules/http2/h2_io_set.c [moved from modules/http2/mod_h2/h2_io_set.c with 100% similarity]
modules/http2/h2_io_set.h [moved from modules/http2/mod_h2/h2_io_set.h with 100% similarity]
modules/http2/h2_mplx.c [moved from modules/http2/mod_h2/h2_mplx.c with 95% similarity]
modules/http2/h2_mplx.h [moved from modules/http2/mod_h2/h2_mplx.h with 99% similarity]
modules/http2/h2_private.h [moved from modules/http2/mod_h2/h2_private.h with 100% similarity]
modules/http2/h2_request.c [moved from modules/http2/mod_h2/h2_request.c with 100% similarity]
modules/http2/h2_request.h [moved from modules/http2/mod_h2/h2_request.h with 100% similarity]
modules/http2/h2_response.c [moved from modules/http2/mod_h2/h2_response.c with 100% similarity]
modules/http2/h2_response.h [moved from modules/http2/mod_h2/h2_response.h with 95% similarity]
modules/http2/h2_session.c [moved from modules/http2/mod_h2/h2_session.c with 100% similarity]
modules/http2/h2_session.h [moved from modules/http2/mod_h2/h2_session.h with 100% similarity]
modules/http2/h2_stream.c [moved from modules/http2/mod_h2/h2_stream.c with 87% similarity]
modules/http2/h2_stream.h [moved from modules/http2/mod_h2/h2_stream.h with 100% similarity]
modules/http2/h2_stream_set.c [moved from modules/http2/mod_h2/h2_stream_set.c with 100% similarity]
modules/http2/h2_stream_set.h [moved from modules/http2/mod_h2/h2_stream_set.h with 100% similarity]
modules/http2/h2_task.c [moved from modules/http2/mod_h2/h2_task.c with 98% similarity]
modules/http2/h2_task.h [moved from modules/http2/mod_h2/h2_task.h with 100% similarity]
modules/http2/h2_task_input.c [moved from modules/http2/mod_h2/h2_task_input.c with 100% similarity]
modules/http2/h2_task_input.h [moved from modules/http2/mod_h2/h2_task_input.h with 100% similarity]
modules/http2/h2_task_output.c [moved from modules/http2/mod_h2/h2_task_output.c with 100% similarity]
modules/http2/h2_task_output.h [moved from modules/http2/mod_h2/h2_task_output.h with 100% similarity]
modules/http2/h2_task_queue.c [moved from modules/http2/mod_h2/h2_task_queue.c with 100% similarity]
modules/http2/h2_task_queue.h [moved from modules/http2/mod_h2/h2_task_queue.h with 100% similarity]
modules/http2/h2_to_h1.c [moved from modules/http2/mod_h2/h2_to_h1.c with 100% similarity]
modules/http2/h2_to_h1.h [moved from modules/http2/mod_h2/h2_to_h1.h with 100% similarity]
modules/http2/h2_upgrade.c [moved from modules/http2/mod_h2/h2_upgrade.c with 100% similarity]
modules/http2/h2_upgrade.h [moved from modules/http2/mod_h2/h2_upgrade.h with 100% similarity]
modules/http2/h2_util.c [moved from modules/http2/mod_h2/h2_util.c with 100% similarity]
modules/http2/h2_util.h [moved from modules/http2/mod_h2/h2_util.h with 100% similarity]
modules/http2/h2_version.h [moved from modules/http2/mod_h2/h2_version.h.in with 91% similarity]
modules/http2/h2_worker.c [moved from modules/http2/mod_h2/h2_worker.c with 100% similarity]
modules/http2/h2_worker.h [moved from modules/http2/mod_h2/h2_worker.h with 100% similarity]
modules/http2/h2_workers.c [moved from modules/http2/mod_h2/h2_workers.c with 100% similarity]
modules/http2/h2_workers.h [moved from modules/http2/mod_h2/h2_workers.h with 100% similarity]
modules/http2/m4/ax_check_compile_flag.m4 [deleted file]
modules/http2/m4/h2.m4 [deleted file]
modules/http2/mod-h2.xcodeproj/project.pbxproj [deleted file]
modules/http2/mod-h2.xcodeproj/project.xcworkspace/contents.xcworkspacedata [deleted file]
modules/http2/mod-h2.xcodeproj/project.xcworkspace/xcshareddata/mod-h2.xccheckout [deleted file]
modules/http2/mod-h2.xcodeproj/xcuserdata/sei.xcuserdatad/xcschemes/mod_h2 make.xcscheme [deleted file]
modules/http2/mod-h2.xcodeproj/xcuserdata/sei.xcuserdatad/xcschemes/xcschememanagement.plist [deleted file]
modules/http2/mod_h2.c [moved from modules/http2/mod_h2/mod_h2.c with 100% similarity]
modules/http2/mod_h2.h [moved from modules/http2/mod_h2/mod_h2.h with 100% similarity]
modules/http2/mod_h2/.gitignore [deleted file]
modules/http2/mod_h2/Makefile.am [deleted file]
modules/http2/mod_h2/m4/h2.m4 [deleted file]
modules/http2/sandbox/.gitignore [deleted file]
modules/http2/sandbox/Makefile.am [deleted file]
modules/http2/sandbox/httpd/.gitignore [deleted file]
modules/http2/sandbox/httpd/Makefile [deleted file]
modules/http2/sandbox/httpd/get-openssl-latest.sh [deleted file]
modules/http2/sandbox/httpd/mod_ssl-alpn/Makefile [deleted file]
modules/http2/sandbox/httpd/mod_ssl-alpn/NWGNUmakefile [deleted file]
modules/http2/sandbox/httpd/mod_ssl-alpn/README [deleted file]
modules/http2/sandbox/httpd/mod_ssl-alpn/README.dsov.fig [deleted file]
modules/http2/sandbox/httpd/mod_ssl-alpn/README.dsov.ps [deleted file]
modules/http2/sandbox/httpd/mod_ssl-alpn/mod_ssl.c [deleted file]
modules/http2/sandbox/httpd/mod_ssl-alpn/mod_ssl.dsp [deleted file]
modules/http2/sandbox/httpd/mod_ssl-alpn/mod_ssl.h [deleted file]
modules/http2/sandbox/httpd/mod_ssl-alpn/modules.mk [deleted file]
modules/http2/sandbox/httpd/mod_ssl-alpn/ssl_engine_config.c [deleted file]
modules/http2/sandbox/httpd/mod_ssl-alpn/ssl_engine_init.c [deleted file]
modules/http2/sandbox/httpd/mod_ssl-alpn/ssl_engine_io.c [deleted file]
modules/http2/sandbox/httpd/mod_ssl-alpn/ssl_engine_kernel.c [deleted file]
modules/http2/sandbox/httpd/mod_ssl-alpn/ssl_engine_log.c [deleted file]
modules/http2/sandbox/httpd/mod_ssl-alpn/ssl_engine_mutex.c [deleted file]
modules/http2/sandbox/httpd/mod_ssl-alpn/ssl_engine_ocsp.c [deleted file]
modules/http2/sandbox/httpd/mod_ssl-alpn/ssl_engine_pphrase.c [deleted file]
modules/http2/sandbox/httpd/mod_ssl-alpn/ssl_engine_rand.c [deleted file]
modules/http2/sandbox/httpd/mod_ssl-alpn/ssl_engine_vars.c [deleted file]
modules/http2/sandbox/httpd/mod_ssl-alpn/ssl_private.h [deleted file]
modules/http2/sandbox/httpd/mod_ssl-alpn/ssl_scache.c [deleted file]
modules/http2/sandbox/httpd/mod_ssl-alpn/ssl_util.c [deleted file]
modules/http2/sandbox/httpd/mod_ssl-alpn/ssl_util_ocsp.c [deleted file]
modules/http2/sandbox/httpd/mod_ssl-alpn/ssl_util_ssl.c [deleted file]
modules/http2/sandbox/httpd/mod_ssl-alpn/ssl_util_ssl.h [deleted file]
modules/http2/sandbox/httpd/mod_ssl-alpn/ssl_util_stapling.c [deleted file]
modules/http2/sandbox/httpd/packages/pcre-8.36.tar.gz [deleted file]
modules/http2/sandbox/httpd/patches/httpd-2.4.12-alpn-v5.patch [deleted file]
modules/http2/sandbox/httpd/patches/httpd-2.4.x-alpn-v4.patch [deleted file]
modules/http2/sandbox/httpd/patches/httpd-alpn-v4-v5.patch [deleted file]
modules/http2/sandbox/httpd/patches/httpd-npn.unified.diff.patch [deleted file]
modules/http2/sandbox/httpd/patches/openssl-1.0.2-alpn.patch [deleted file]
modules/http2/sandbox/httpd/patches/sni_misdirect.patch [deleted file]
modules/http2/sandbox/nghttp2/Makefile [deleted file]
modules/http2/sandbox/test/Makefile [deleted file]
modules/http2/sandbox/test/bin/php-wrapper [deleted file]
modules/http2/sandbox/test/bin/testrun [deleted file]
modules/http2/sandbox/test/clients/Makefile [deleted file]
modules/http2/sandbox/test/conf/httpd.conf [deleted file]
modules/http2/sandbox/test/conf/mods-available/mpm_event.load [deleted file]
modules/http2/sandbox/test/conf/mods-available/mpm_prefork.load [deleted file]
modules/http2/sandbox/test/conf/mods-available/mpm_worker.load [deleted file]
modules/http2/sandbox/test/conf/modules.conf [deleted file]
modules/http2/sandbox/test/conf/sites/aaa-noh2.example.org.conf [deleted file]
modules/http2/sandbox/test/conf/sites/test-ser.example.org.conf [deleted file]
modules/http2/sandbox/test/conf/sites/test.example.org.conf [deleted file]
modules/http2/sandbox/test/conf/ssl/.gitignore [deleted file]
modules/http2/sandbox/test/conf/ssl/ca.pem [deleted file]
modules/http2/sandbox/test/conf/ssl/cacerts.pem [deleted file]
modules/http2/sandbox/test/conf/ssl/extensions.conf [deleted file]
modules/http2/sandbox/test/conf/ssl/mod-h2.greenbytes.de.pem [deleted file]
modules/http2/sandbox/test/conf/ssl/noh2.example.org.x509.input [deleted file]
modules/http2/sandbox/test/conf/ssl/test-ser.example.org.x509.input [deleted file]
modules/http2/sandbox/test/conf/ssl/test.example.org.x509.input [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/001.html [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/002.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/003.html [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/003/003_img.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004.html [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_002.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_003.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_004.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_005.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_006.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_007.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_008.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_009.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_010.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_011.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_012.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_013.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_014.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_015.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_016.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_017.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_018.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_019.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_020.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_021.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_022.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_023.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_024.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_025.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_026.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_027.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_028.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_029.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_030.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_031.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_032.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_033.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_034.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_035.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_036.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_037.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_038.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_039.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_040.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_041.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_042.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_043.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_044.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_045.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_046.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_047.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_048.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_049.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_050.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_051.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_052.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_053.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_054.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_055.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_056.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_057.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_058.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_059.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_060.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_061.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_062.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_063.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_064.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_065.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_066.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_067.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_068.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_069.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_070.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_071.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_072.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_073.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_074.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_075.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_076.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_077.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_078.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_079.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_080.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_081.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_082.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_083.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_084.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_085.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_086.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_087.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_088.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_089.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_090.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_091.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_092.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_093.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_094.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_095.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_096.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_097.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_098.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_099.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_100.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_101.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_102.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_103.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_104.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_105.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_106.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_107.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_108.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_109.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_110.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_111.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_112.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_113.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_114.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_115.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_116.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_117.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_118.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_119.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_120.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_121.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_122.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_123.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_124.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_125.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_126.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_127.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_128.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_129.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_130.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_131.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_132.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_133.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_134.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_135.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_136.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_137.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_138.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_139.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_140.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_141.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_142.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_143.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_144.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_145.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_146.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_147.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_148.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_149.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_150.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_151.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_152.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_153.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_154.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_155.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_156.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_157.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_158.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_159.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_160.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_161.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_162.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_163.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_164.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_165.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_166.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_167.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_168.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_169.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_170.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_171.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_172.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_173.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_174.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_175.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_176.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_177.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_178.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_179.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/004/gophertiles_180.jpg [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/005.txt [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/006.html [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/006/006.css [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/006/006.js [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/007.html [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/007/007.py [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/009.py [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/files/empty.txt [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/funky.png [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/hello.py [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/index.html [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/info.php [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/necho.py [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/sei.png [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/upload.py [deleted file]
modules/http2/sandbox/test/htdocs/test.example.org/xxx-1.0.2a.tar.gz [deleted file]
modules/http2/sandbox/test/load-urls-1.txt [deleted file]
modules/http2/sandbox/test/test_alt_host.sh [deleted file]
modules/http2/sandbox/test/test_common.sh [deleted file]
modules/http2/sandbox/test/test_curl_altsvc.sh [deleted file]
modules/http2/sandbox/test/test_curl_get.sh [deleted file]
modules/http2/sandbox/test/test_curl_post.sh [deleted file]
modules/http2/sandbox/test/test_nghttp_get.sh [deleted file]
modules/http2/sandbox/test/test_nghttp_post.sh [deleted file]
modules/http2/setup/Makefile.am [deleted file]
modules/http2/setup/h2.conf [deleted file]
modules/http2/setup/h2.load [deleted file]
modules/http2/setup/install-config.sh [deleted file]