Imported Upstream version 1.31.1 08/183508/1 upstream/1.31.1
authorSeonah Moon <seonah1.moon@samsung.com>
Fri, 6 Jul 2018 05:56:24 +0000 (14:56 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Fri, 6 Jul 2018 05:56:34 +0000 (14:56 +0900)
commit321662bde5e3fd200476f9570c1fd04ed3c5673b
tree702710fd934b57816af8f3f1d9a00950e31494a2
parent044296f092244b1de1d5abf3f263fa8d16d8b458
Imported Upstream version 1.31.1

Change-Id: I24bcfa3f9948d7c84ad23d3a1188ee5715df0733
426 files changed:
AUTHORS
CMakeLists.txt
ChangeLog
Dockerfile.android
INSTALL
Makefile.in
README.rst
aclocal.m4
cmakeconfig.h.in
config.guess
config.h.in
config.sub
configure
configure.ac
contrib/Makefile.in
depcomp
doc/CMakeLists.txt
doc/Makefile.am
doc/Makefile.in
doc/_exts/sphinxcontrib/rubydomain.py
doc/bash_completion/h2load
doc/bash_completion/nghttp
doc/bash_completion/nghttpx
doc/conf.py.in
doc/enums.rst
doc/h2load.1
doc/h2load.1.rst
doc/nghttp.1
doc/nghttp.1.rst
doc/nghttp2_hd_deflate_hd.rst
doc/nghttp2_hd_deflate_hd_vec.rst
doc/nghttp2_option_set_no_http_messaging.rst
doc/nghttp2_rcbuf_is_static.rst [new file with mode: 0644]
doc/nghttp2_session_callbacks_set_error_callback.rst
doc/nghttp2_session_callbacks_set_error_callback2.rst [new file with mode: 0644]
doc/nghttp2_session_set_user_data.rst [new file with mode: 0644]
doc/nghttp2_submit_trailer.rst
doc/nghttpd.1
doc/nghttpx.1
doc/nghttpx.1.rst
doc/programmers-guide.rst
doc/sources/building-android-binary.rst
doc/sources/contribute.rst
doc/sources/h2load-howto.rst
doc/sources/libnghttp2_asio.rst
doc/sources/nghttpx-howto.rst
doc/sources/tutorial-client.rst
doc/types.rst
examples/CMakeLists.txt
examples/Makefile.am
examples/Makefile.in
examples/client.c
examples/deflate.c
examples/libevent-client.c
examples/libevent-server.c
integration-tests/Makefile.am
integration-tests/Makefile.in
integration-tests/nghttpx_http1_test.go
integration-tests/nghttpx_http2_test.go
integration-tests/nghttpx_spdy_test.go [deleted file]
integration-tests/server_tester.go
lib/CMakeLists.txt
lib/Makefile.in
lib/Makefile.msvc
lib/includes/Makefile.in
lib/includes/nghttp2/nghttp2.h
lib/includes/nghttp2/nghttp2ver.h
lib/nghttp2_buf.h
lib/nghttp2_callbacks.c
lib/nghttp2_callbacks.h
lib/nghttp2_debug.c
lib/nghttp2_frame.c
lib/nghttp2_frame.h
lib/nghttp2_hd.c
lib/nghttp2_hd.h
lib/nghttp2_helper.c
lib/nghttp2_http.c
lib/nghttp2_mem.c
lib/nghttp2_outbound_item.h
lib/nghttp2_pq.h
lib/nghttp2_queue.h
lib/nghttp2_rcbuf.c
lib/nghttp2_session.c
lib/nghttp2_session.h
lib/nghttp2_stream.c
lib/nghttp2_submit.c
lib/version.rc.in
python/Makefile.in
script/Makefile.in
src/CMakeLists.txt
src/HttpServer.cc
src/Makefile.am
src/Makefile.in
src/allocator.h
src/app_helper.cc
src/app_helper.h
src/asio_client_session.cc
src/asio_client_session_impl.cc
src/asio_client_session_impl.h
src/asio_client_session_tls_impl.cc
src/asio_client_tls_context.cc
src/asio_common.cc
src/asio_server_http2_handler.h
src/asio_server_http2_impl.cc
src/asio_server_tls_context.cc
src/h2load.cc
src/h2load.h
src/h2load_http2_session.cc
src/h2load_spdy_session.cc [deleted file]
src/h2load_spdy_session.h [deleted file]
src/http2.cc
src/http2.h
src/http2_test.cc
src/includes/Makefile.in
src/includes/nghttp2/asio_http2_client.h
src/inflatehd.cc
src/memchunk.h
src/memchunk_test.cc
src/network.h
src/nghttp.cc
src/nghttp.h
src/nghttp2_gzip.c
src/nghttp2_gzip_test.c
src/nghttpd.cc
src/shrpx-unittest.cc
src/shrpx.cc
src/shrpx_accept_handler.cc
src/shrpx_api_downstream_connection.cc
src/shrpx_api_downstream_connection.h
src/shrpx_client_handler.cc
src/shrpx_client_handler.h
src/shrpx_config.cc
src/shrpx_config.h
src/shrpx_config_test.cc
src/shrpx_connect_blocker.h
src/shrpx_connection.cc
src/shrpx_connection.h
src/shrpx_connection_handler.cc
src/shrpx_connection_handler.h
src/shrpx_dns_resolver.cc
src/shrpx_dns_tracker.cc
src/shrpx_downstream.cc
src/shrpx_downstream.h
src/shrpx_downstream_queue.cc
src/shrpx_downstream_test.cc
src/shrpx_downstream_test.h
src/shrpx_exec.cc
src/shrpx_http.cc
src/shrpx_http.h
src/shrpx_http2_downstream_connection.cc
src/shrpx_http2_session.cc
src/shrpx_http2_upstream.cc
src/shrpx_http_downstream_connection.cc
src/shrpx_http_downstream_connection.h
src/shrpx_http_test.cc
src/shrpx_http_test.h
src/shrpx_https_upstream.cc
src/shrpx_live_check.cc
src/shrpx_log.cc
src/shrpx_log.h
src/shrpx_memcached_connection.cc
src/shrpx_memcached_connection.h
src/shrpx_mruby_module_env.cc
src/shrpx_mruby_module_request.cc
src/shrpx_mruby_module_response.cc
src/shrpx_router.cc
src/shrpx_router.h
src/shrpx_router_test.cc
src/shrpx_router_test.h
src/shrpx_signal.cc
src/shrpx_signal.h
src/shrpx_spdy_upstream.cc [deleted file]
src/shrpx_spdy_upstream.h [deleted file]
src/shrpx_tls.cc [moved from src/shrpx_ssl.cc with 77% similarity]
src/shrpx_tls.h [moved from src/shrpx_ssl.h with 84% similarity]
src/shrpx_tls_test.cc [moved from src/shrpx_ssl_test.cc with 86% similarity]
src/shrpx_tls_test.h [moved from src/shrpx_ssl_test.h with 84% similarity]
src/shrpx_worker.cc
src/shrpx_worker.h
src/shrpx_worker_process.cc
src/shrpx_worker_test.cc
src/ssl_compat.h
src/tls.cc [moved from src/ssl.cc with 88% similarity]
src/tls.h [moved from src/ssl.h with 79% similarity]
src/util.cc
src/util.h
src/util_test.cc
tests/Makefile.in
tests/failmalloc.c
tests/failmalloc_test.c
tests/main.c
tests/malloc_wrapper.c
tests/nghttp2_frame_test.c
tests/nghttp2_hd_test.c
tests/nghttp2_map_test.c
tests/nghttp2_pq_test.c
tests/nghttp2_session_test.c
tests/nghttp2_test_helper.c
tests/testdata/Makefile.in
third-party/Makefile.in
third-party/build_config.rb
third-party/mruby/AUTHORS
third-party/mruby/ChangeLog [deleted file]
third-party/mruby/MITL
third-party/mruby/README.md
third-party/mruby/Rakefile
third-party/mruby/appveyor.yml [new file with mode: 0644]
third-party/mruby/appveyor_config.rb [new file with mode: 0644]
third-party/mruby/build_config.rb
third-party/mruby/doc/guides/compile.md
third-party/mruby/doc/guides/debugger.md
third-party/mruby/doc/guides/gc-arena-howto.md
third-party/mruby/doc/guides/mrbconf.md
third-party/mruby/doc/guides/mrbgems.md
third-party/mruby/doc/limitations.md [new file with mode: 0644]
third-party/mruby/examples/mrbgems/ruby_extension_example/mrbgem.rake
third-party/mruby/examples/targets/build_config_ArduinoDue.rb
third-party/mruby/examples/targets/build_config_IntelEdison.rb [new file with mode: 0644]
third-party/mruby/examples/targets/build_config_RX630.rb [new file with mode: 0644]
third-party/mruby/examples/targets/build_config_android_arm64-v8a.rb [new file with mode: 0644]
third-party/mruby/examples/targets/build_config_android_armeabi.rb [new file with mode: 0644]
third-party/mruby/examples/targets/build_config_android_armeabi_v7a_neon_hard.rb [new file with mode: 0644]
third-party/mruby/examples/targets/build_config_chipKITMax32.rb
third-party/mruby/include/mrbconf.h
third-party/mruby/include/mruby.h
third-party/mruby/include/mruby/array.h
third-party/mruby/include/mruby/boxing_nan.h
third-party/mruby/include/mruby/boxing_word.h
third-party/mruby/include/mruby/class.h
third-party/mruby/include/mruby/common.h
third-party/mruby/include/mruby/compile.h
third-party/mruby/include/mruby/data.h
third-party/mruby/include/mruby/debug.h
third-party/mruby/include/mruby/dump.h
third-party/mruby/include/mruby/error.h
third-party/mruby/include/mruby/gc.h
third-party/mruby/include/mruby/hash.h
third-party/mruby/include/mruby/irep.h
third-party/mruby/include/mruby/istruct.h [new file with mode: 0644]
third-party/mruby/include/mruby/khash.h
third-party/mruby/include/mruby/numeric.h
third-party/mruby/include/mruby/object.h
third-party/mruby/include/mruby/opcode.h
third-party/mruby/include/mruby/proc.h
third-party/mruby/include/mruby/range.h
third-party/mruby/include/mruby/re.h
third-party/mruby/include/mruby/string.h
third-party/mruby/include/mruby/throw.h
third-party/mruby/include/mruby/value.h
third-party/mruby/include/mruby/variable.h
third-party/mruby/include/mruby/version.h
third-party/mruby/minirake
third-party/mruby/mrbgems/default.gembox
third-party/mruby/mrbgems/mruby-array-ext/mrblib/array.rb
third-party/mruby/mrbgems/mruby-array-ext/src/array.c
third-party/mruby/mrbgems/mruby-array-ext/test/array.rb
third-party/mruby/mrbgems/mruby-bin-debugger/bintest/mrdb.rb [changed mode: 0755->0644]
third-party/mruby/mrbgems/mruby-bin-debugger/bintest/print.rb [changed mode: 0755->0644]
third-party/mruby/mrbgems/mruby-bin-debugger/mrbgem.rake [changed mode: 0755->0644]
third-party/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/apibreak.c [changed mode: 0755->0644]
third-party/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/apibreak.h [changed mode: 0755->0644]
third-party/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/apilist.c [changed mode: 0755->0644]
third-party/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/apilist.h [changed mode: 0755->0644]
third-party/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/apiprint.c [changed mode: 0755->0644]
third-party/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/apiprint.h [changed mode: 0755->0644]
third-party/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/cmdbreak.c [changed mode: 0755->0644]
third-party/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/cmdmisc.c [changed mode: 0755->0644]
third-party/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/cmdprint.c [changed mode: 0755->0644]
third-party/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/cmdrun.c [changed mode: 0755->0644]
third-party/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/mrdb.c [changed mode: 0755->0644]
third-party/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/mrdb.h [changed mode: 0755->0644]
third-party/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/mrdbconf.h [changed mode: 0755->0644]
third-party/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/mrdberror.h [changed mode: 0755->0644]
third-party/mruby/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c
third-party/mruby/mrbgems/mruby-bin-mrbc/tools/mrbc/mrbc.c
third-party/mruby/mrbgems/mruby-bin-mruby-config/mrbgem.rake
third-party/mruby/mrbgems/mruby-bin-mruby-config/mruby-config
third-party/mruby/mrbgems/mruby-bin-mruby-config/mruby-config.bat
third-party/mruby/mrbgems/mruby-bin-mruby/bintest/mruby.rb
third-party/mruby/mrbgems/mruby-bin-mruby/mrbgem.rake
third-party/mruby/mrbgems/mruby-bin-mruby/tools/mruby/mruby.c
third-party/mruby/mrbgems/mruby-bin-strip/tools/mruby-strip/mruby-strip.c
third-party/mruby/mrbgems/mruby-class-ext/mrbgem.rake [new file with mode: 0644]
third-party/mruby/mrbgems/mruby-class-ext/src/class.c [new file with mode: 0644]
third-party/mruby/mrbgems/mruby-class-ext/test/module.rb [new file with mode: 0644]
third-party/mruby/mrbgems/mruby-compiler/bintest/mrbc.rb
third-party/mruby/mrbgems/mruby-compiler/core/codegen.c
third-party/mruby/mrbgems/mruby-compiler/core/node.h
third-party/mruby/mrbgems/mruby-compiler/core/parse.y
third-party/mruby/mrbgems/mruby-compiler/mrbgem.rake
third-party/mruby/mrbgems/mruby-enum-ext/mrblib/enum.rb
third-party/mruby/mrbgems/mruby-enum-ext/test/enum.rb
third-party/mruby/mrbgems/mruby-enum-lazy/mrbgem.rake
third-party/mruby/mrbgems/mruby-enum-lazy/mrblib/lazy.rb
third-party/mruby/mrbgems/mruby-enum-lazy/test/lazy.rb
third-party/mruby/mrbgems/mruby-enumerator/mrblib/enumerator.rb
third-party/mruby/mrbgems/mruby-enumerator/test/enumerator.rb
third-party/mruby/mrbgems/mruby-error/mrbgem.rake
third-party/mruby/mrbgems/mruby-error/src/exception.c
third-party/mruby/mrbgems/mruby-error/test/exception.c
third-party/mruby/mrbgems/mruby-error/test/exception.rb
third-party/mruby/mrbgems/mruby-eval/src/eval.c
third-party/mruby/mrbgems/mruby-eval/test/eval.rb
third-party/mruby/mrbgems/mruby-exit/src/mruby-exit.c
third-party/mruby/mrbgems/mruby-fiber/src/fiber.c
third-party/mruby/mrbgems/mruby-hash-ext/mrbgem.rake
third-party/mruby/mrbgems/mruby-hash-ext/mrblib/hash.rb
third-party/mruby/mrbgems/mruby-hash-ext/src/hash-ext.c
third-party/mruby/mrbgems/mruby-hash-ext/test/hash.rb
third-party/mruby/mrbgems/mruby-inline-struct/mrbgem.rake [new file with mode: 0644]
third-party/mruby/mrbgems/mruby-inline-struct/test/inline.c [new file with mode: 0644]
third-party/mruby/mrbgems/mruby-inline-struct/test/inline.rb [new file with mode: 0644]
third-party/mruby/mrbgems/mruby-kernel-ext/src/kernel.c
third-party/mruby/mrbgems/mruby-kernel-ext/test/kernel.rb
third-party/mruby/mrbgems/mruby-math/src/math.c
third-party/mruby/mrbgems/mruby-numeric-ext/mrblib/numeric_ext.rb
third-party/mruby/mrbgems/mruby-numeric-ext/src/numeric_ext.c
third-party/mruby/mrbgems/mruby-numeric-ext/test/numeric.rb
third-party/mruby/mrbgems/mruby-object-ext/src/object.c
third-party/mruby/mrbgems/mruby-object-ext/test/object.rb
third-party/mruby/mrbgems/mruby-objectspace/src/mruby_objectspace.c
third-party/mruby/mrbgems/mruby-print/src/print.c
third-party/mruby/mrbgems/mruby-proc-ext/src/proc.c
third-party/mruby/mrbgems/mruby-proc-ext/test/proc.c
third-party/mruby/mrbgems/mruby-proc-ext/test/proc.rb
third-party/mruby/mrbgems/mruby-random/src/mt19937ar.c
third-party/mruby/mrbgems/mruby-random/src/mt19937ar.h
third-party/mruby/mrbgems/mruby-random/src/random.c
third-party/mruby/mrbgems/mruby-random/src/random.h
third-party/mruby/mrbgems/mruby-random/test/random.rb
third-party/mruby/mrbgems/mruby-range-ext/mrblib/range.rb [new file with mode: 0644]
third-party/mruby/mrbgems/mruby-range-ext/src/range.c
third-party/mruby/mrbgems/mruby-range-ext/test/range.rb
third-party/mruby/mrbgems/mruby-sprintf/src/kernel.c
third-party/mruby/mrbgems/mruby-sprintf/src/sprintf.c
third-party/mruby/mrbgems/mruby-sprintf/test/sprintf.rb
third-party/mruby/mrbgems/mruby-string-ext/mrbgem.rake
third-party/mruby/mrbgems/mruby-string-ext/mrblib/string.rb
third-party/mruby/mrbgems/mruby-string-ext/src/string.c
third-party/mruby/mrbgems/mruby-string-ext/test/string.rb
third-party/mruby/mrbgems/mruby-struct/mrblib/struct.rb
third-party/mruby/mrbgems/mruby-struct/src/struct.c
third-party/mruby/mrbgems/mruby-struct/test/struct.rb
third-party/mruby/mrbgems/mruby-symbol-ext/src/symbol.c
third-party/mruby/mrbgems/mruby-test/driver.c
third-party/mruby/mrbgems/mruby-test/init_mrbtest.c
third-party/mruby/mrbgems/mruby-test/mrbgem.rake
third-party/mruby/mrbgems/mruby-time/src/time.c
third-party/mruby/mrbgems/mruby-time/test/time.rb
third-party/mruby/mrblib/00class.rb [new file with mode: 0644]
third-party/mruby/mrblib/10error.rb [moved from third-party/mruby/mrblib/error.rb with 89% similarity]
third-party/mruby/mrblib/array.rb
third-party/mruby/mrblib/class.rb [deleted file]
third-party/mruby/mrblib/enum.rb
third-party/mruby/mrblib/hash.rb
third-party/mruby/mrblib/init_mrblib.c
third-party/mruby/mrblib/numeric.rb
third-party/mruby/mrblib/range.rb
third-party/mruby/mrblib/string.rb
third-party/mruby/src/array.c
third-party/mruby/src/backtrace.c
third-party/mruby/src/class.c
third-party/mruby/src/codedump.c
third-party/mruby/src/compar.c
third-party/mruby/src/debug.c
third-party/mruby/src/dump.c
third-party/mruby/src/enum.c
third-party/mruby/src/error.c
third-party/mruby/src/error.h
third-party/mruby/src/etc.c
third-party/mruby/src/fmt_fp.c
third-party/mruby/src/gc.c
third-party/mruby/src/hash.c
third-party/mruby/src/init.c
third-party/mruby/src/kernel.c
third-party/mruby/src/load.c
third-party/mruby/src/mruby_core.rake
third-party/mruby/src/numeric.c
third-party/mruby/src/object.c
third-party/mruby/src/opcode.h
third-party/mruby/src/pool.c
third-party/mruby/src/print.c
third-party/mruby/src/proc.c
third-party/mruby/src/range.c
third-party/mruby/src/state.c
third-party/mruby/src/string.c
third-party/mruby/src/symbol.c
third-party/mruby/src/value_array.h
third-party/mruby/src/variable.c
third-party/mruby/src/version.c
third-party/mruby/src/vm.c
third-party/mruby/tasks/gitlab.rake [new file with mode: 0644]
third-party/mruby/tasks/libmruby.rake
third-party/mruby/tasks/mrbgem_spec.rake
third-party/mruby/tasks/mrbgems.rake
third-party/mruby/tasks/mruby_build.rake
third-party/mruby/tasks/mruby_build_commands.rake
third-party/mruby/tasks/mruby_build_gem.rake
third-party/mruby/tasks/toolchains/android.rake
third-party/mruby/tasks/toolchains/clang.rake
third-party/mruby/tasks/toolchains/gcc.rake
third-party/mruby/tasks/toolchains/openwrt.rake [new file with mode: 0644]
third-party/mruby/tasks/toolchains/visualcpp.rake
third-party/mruby/test/assert.rb
third-party/mruby/test/bintest.rb
third-party/mruby/test/t/array.rb
third-party/mruby/test/t/class.rb
third-party/mruby/test/t/codegen.rb [new file with mode: 0644]
third-party/mruby/test/t/exception.rb
third-party/mruby/test/t/float.rb
third-party/mruby/test/t/hash.rb
third-party/mruby/test/t/integer.rb
third-party/mruby/test/t/iterations.rb [new file with mode: 0644]
third-party/mruby/test/t/kernel.rb
third-party/mruby/test/t/lang.rb [new file with mode: 0755]
third-party/mruby/test/t/literals.rb
third-party/mruby/test/t/module.rb
third-party/mruby/test/t/nil.rb
third-party/mruby/test/t/proc.rb
third-party/mruby/test/t/range.rb
third-party/mruby/test/t/string.rb
third-party/mruby/test/t/superclass.rb
third-party/mruby/test/t/symbol.rb
third-party/mruby/test/t/syntax.rb
third-party/mruby/test/t/unicode.rb
third-party/neverbleed/neverbleed.c