Imported Upstream version 1.40.0 21/225721/1 upstream/1.40.0
authorSeonah Moon <seonah1.moon@samsung.com>
Mon, 24 Feb 2020 06:50:50 +0000 (15:50 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Mon, 24 Feb 2020 06:51:10 +0000 (15:51 +0900)
commit76a06e358ff661bfd4d874bee7ef582a8602a3f7
treeeaa90140acebd8f70424c77949c731e06797baa8
parent26ca08570bb17f1cea4326d0005cf969be4564f2
Imported Upstream version 1.40.0

Change-Id: I9c0c152accecc19b480784589682be44a61e4ce4
388 files changed:
AUTHORS
CMakeLists.txt
CMakeOptions.txt
ChangeLog
Makefile.in
README.rst
aclocal.m4
cmake/FindLibevent.cmake
config.h.in
configure
configure.ac
contrib/Makefile.in
doc/Makefile.am
doc/Makefile.in
doc/bash_completion/h2load
doc/h2load.1
doc/h2load.1.rst
doc/nghttp.1
doc/nghttp2_check_authority.rst [new file with mode: 0644]
doc/nghttp2_option_set_max_outbound_ack.rst [new file with mode: 0644]
doc/nghttpd.1
doc/nghttpx.1
doc/nghttpx.1.rst
doc/sources/contribute.rst
doc/sources/nghttpx-howto.rst
examples/CMakeLists.txt
examples/Makefile.am
examples/Makefile.in
examples/libevent-client.c
integration-tests/Makefile.am
integration-tests/Makefile.in
integration-tests/nghttpx_http1_test.go
integration-tests/server_tester.go
lib/CMakeLists.txt
lib/Makefile.in
lib/includes/Makefile.in
lib/includes/nghttp2/nghttp2.h
lib/includes/nghttp2/nghttp2ver.h
lib/nghttp2_hd.c
lib/nghttp2_hd.h
lib/nghttp2_hd_huffman.c
lib/nghttp2_hd_huffman.h
lib/nghttp2_hd_huffman_data.c
lib/nghttp2_helper.c
lib/nghttp2_http.c
lib/nghttp2_option.c
lib/nghttp2_option.h
lib/nghttp2_session.c
lib/nghttp2_session.h
lib/nghttp2_stream.c
lib/nghttp2_stream.h
ltmain.sh
m4/ax_cxx_compile_stdcxx.m4 [new file with mode: 0644]
m4/ax_cxx_compile_stdcxx_11.m4 [deleted file]
m4/libtool.m4
python/Makefile.in
script/Makefile.in
src/CMakeLists.txt
src/HttpServer.cc
src/Makefile.am
src/Makefile.in
src/allocator.h
src/asio_client_request.cc
src/asio_client_response.cc
src/asio_client_session.cc
src/asio_client_session_impl.cc
src/asio_server.cc
src/asio_server.h
src/asio_server_connection.h
src/asio_server_http2.cc
src/asio_server_http2_handler.cc
src/asio_server_http2_impl.cc
src/asio_server_http2_impl.h
src/asio_server_request.cc
src/asio_server_response.cc
src/h2load.cc
src/h2load.h
src/h2load_http1_session.cc
src/h2load_http1_session.h
src/http2.cc
src/http2.h
src/http2_test.cc
src/includes/Makefile.in
src/includes/nghttp2/asio_http2_client.h
src/includes/nghttp2/asio_http2_server.h
src/memchunk.h
src/memchunk_test.cc
src/nghttp.cc
src/nghttp.h
src/nghttpd.cc
src/shrpx.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.cc
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_resolver.h
src/shrpx_dns_tracker.cc
src/shrpx_dns_tracker.h
src/shrpx_downstream.cc
src/shrpx_downstream.h
src/shrpx_downstream_queue.cc
src/shrpx_downstream_queue.h
src/shrpx_dual_dns_resolver.cc
src/shrpx_dual_dns_resolver.h
src/shrpx_http.cc
src/shrpx_http.h
src/shrpx_http2_downstream_connection.cc
src/shrpx_http2_session.cc
src/shrpx_http2_session.h
src/shrpx_http2_upstream.cc
src/shrpx_http_downstream_connection.cc
src/shrpx_http_downstream_connection.h
src/shrpx_https_upstream.cc
src/shrpx_https_upstream.h
src/shrpx_live_check.cc
src/shrpx_log.cc
src/shrpx_log.h
src/shrpx_log_config.cc
src/shrpx_memcached_connection.cc
src/shrpx_memcached_connection.h
src/shrpx_memcached_dispatcher.cc
src/shrpx_memcached_request.h
src/shrpx_memcached_result.h
src/shrpx_mruby.cc
src/shrpx_mruby_module_response.cc
src/shrpx_router.cc
src/shrpx_router_test.cc
src/shrpx_signal.cc
src/shrpx_tls.cc
src/shrpx_tls_test.cc
src/shrpx_worker.cc
src/shrpx_worker.h
src/shrpx_worker_process.cc
src/template.h
src/util.cc
src/util.h
tests/Makefile.in
tests/main.c
tests/nghttp2_hd_test.c
tests/nghttp2_hd_test.h
tests/nghttp2_session_test.c
tests/nghttp2_session_test.h
tests/testdata/Makefile.in
third-party/CMakeLists.txt
third-party/Makefile.am
third-party/Makefile.in
third-party/http-parser/http_parser.c [deleted file]
third-party/http-parser/http_parser.h [deleted file]
third-party/llhttp/include/llhttp.h [new file with mode: 0644]
third-party/llhttp/src/api.c [new file with mode: 0644]
third-party/llhttp/src/http.c [new file with mode: 0644]
third-party/llhttp/src/llhttp.c [new file with mode: 0644]
third-party/mruby/AUTHORS
third-party/mruby/LEGAL
third-party/mruby/LICENSE [moved from third-party/mruby/MITL with 96% similarity]
third-party/mruby/README.md
third-party/mruby/Rakefile
third-party/mruby/TODO
third-party/mruby/appveyor.yml
third-party/mruby/benchmark/bm_app_lc_fizzbuzz.rb
third-party/mruby/bin/.gitkeep [deleted file]
third-party/mruby/build_config.rb
third-party/mruby/doc/guides/debugger.md
third-party/mruby/doc/guides/mrbgems.md
third-party/mruby/doc/limitations.md
third-party/mruby/doc/opcode.md [new file with mode: 0644]
third-party/mruby/examples/targets/build_config_android_arm64-v8a.rb
third-party/mruby/examples/targets/build_config_android_armeabi.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/hash.h
third-party/mruby/include/mruby/irep.h
third-party/mruby/include/mruby/object.h
third-party/mruby/include/mruby/opcode.h
third-party/mruby/include/mruby/ops.h [new file with mode: 0644]
third-party/mruby/include/mruby/proc.h
third-party/mruby/include/mruby/range.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/lib/mruby-core-ext.rb
third-party/mruby/lib/mruby/build.rb
third-party/mruby/lib/mruby/build/command.rb
third-party/mruby/lib/mruby/gem.rb
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-config/mrbgem.rake [new file with mode: 0644]
third-party/mruby/mrbgems/mruby-bin-config/mruby-config [moved from third-party/mruby/mrbgems/mruby-bin-mruby-config/mruby-config with 100% similarity]
third-party/mruby/mrbgems/mruby-bin-config/mruby-config.bat [moved from third-party/mruby/mrbgems/mruby-bin-mruby-config/mruby-config.bat with 100% similarity]
third-party/mruby/mrbgems/mruby-bin-debugger/bintest/print.rb
third-party/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/apibreak.c
third-party/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/apilist.c
third-party/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/apiprint.c
third-party/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/apiprint.h
third-party/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/cmdbreak.c
third-party/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/cmdmisc.c
third-party/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/cmdprint.c
third-party/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/cmdrun.c
third-party/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/mrdb.c
third-party/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/mrdb.h
third-party/mruby/mrbgems/mruby-bin-mirb/bintest/mirb.rb
third-party/mruby/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c
third-party/mruby/mrbgems/mruby-bin-mrbc/mrbgem.rake
third-party/mruby/mrbgems/mruby-bin-mrbc/tools/mrbc/mrbc.c
third-party/mruby/mrbgems/mruby-bin-mruby-config/mrbgem.rake [deleted file]
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/bintest/mruby-strip.rb
third-party/mruby/mrbgems/mruby-bin-strip/tools/mruby-strip/mruby-strip.c
third-party/mruby/mrbgems/mruby-class-ext/mrblib/module.rb [new file with mode: 0644]
third-party/mruby/mrbgems/mruby-class-ext/test/module.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-chain/mrbgem.rake [new file with mode: 0644]
third-party/mruby/mrbgems/mruby-enum-chain/mrblib/chain.rb [new file with mode: 0644]
third-party/mruby/mrbgems/mruby-enum-chain/test/enum_chain.rb [new file with mode: 0644]
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/mrblib/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-eval/src/eval.c
third-party/mruby/mrbgems/mruby-eval/test/eval.rb
third-party/mruby/mrbgems/mruby-fiber/src/fiber.c
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/test/inline.c
third-party/mruby/mrbgems/mruby-inline-struct/test/inline.rb
third-party/mruby/mrbgems/mruby-io/mrbgem.rake
third-party/mruby/mrbgems/mruby-io/src/file.c
third-party/mruby/mrbgems/mruby-io/src/io.c
third-party/mruby/mrbgems/mruby-io/test/file.rb
third-party/mruby/mrbgems/mruby-io/test/file_test.rb
third-party/mruby/mrbgems/mruby-io/test/gc_filedes.sh [deleted file]
third-party/mruby/mrbgems/mruby-io/test/io.rb
third-party/mruby/mrbgems/mruby-kernel-ext/mrblib/kernel.rb
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-math/test/math.rb
third-party/mruby/mrbgems/mruby-metaprog/mrbgem.rake [new file with mode: 0644]
third-party/mruby/mrbgems/mruby-metaprog/src/metaprog.c [new file with mode: 0644]
third-party/mruby/mrbgems/mruby-metaprog/test/metaprog.rb [new file with mode: 0644]
third-party/mruby/mrbgems/mruby-method/mrblib/kernel.rb
third-party/mruby/mrbgems/mruby-method/mrblib/method.rb
third-party/mruby/mrbgems/mruby-method/src/method.c
third-party/mruby/mrbgems/mruby-method/test/method.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/test/nil.rb
third-party/mruby/mrbgems/mruby-objectspace/src/mruby_objectspace.c
third-party/mruby/mrbgems/mruby-objectspace/test/objectspace.rb
third-party/mruby/mrbgems/mruby-pack/src/pack.c
third-party/mruby/mrbgems/mruby-pack/test/pack.rb
third-party/mruby/mrbgems/mruby-print/mrblib/print.rb
third-party/mruby/mrbgems/mruby-print/src/print.c
third-party/mruby/mrbgems/mruby-proc-ext/mrblib/proc.rb
third-party/mruby/mrbgems/mruby-proc-ext/src/proc.c
third-party/mruby/mrbgems/mruby-proc-ext/test/proc.rb
third-party/mruby/mrbgems/mruby-random/src/random.c
third-party/mruby/mrbgems/mruby-random/test/random.rb
third-party/mruby/mrbgems/mruby-range-ext/mrblib/range.rb
third-party/mruby/mrbgems/mruby-range-ext/src/range.c
third-party/mruby/mrbgems/mruby-sleep/.gitignore [new file with mode: 0644]
third-party/mruby/mrbgems/mruby-sleep/.travis.yml [new file with mode: 0644]
third-party/mruby/mrbgems/mruby-sleep/.travis_build_config.rb [new file with mode: 0644]
third-party/mruby/mrbgems/mruby-sleep/README.md [new file with mode: 0644]
third-party/mruby/mrbgems/mruby-sleep/Rakefile [new file with mode: 0644]
third-party/mruby/mrbgems/mruby-sleep/example/sleep.rb [new file with mode: 0644]
third-party/mruby/mrbgems/mruby-sleep/mrbgem.rake [new file with mode: 0644]
third-party/mruby/mrbgems/mruby-sleep/src/mrb_sleep.c [new file with mode: 0644]
third-party/mruby/mrbgems/mruby-sleep/test/sleep_test.rb [new file with mode: 0644]
third-party/mruby/mrbgems/mruby-socket/mrbgem.rake
third-party/mruby/mrbgems/mruby-socket/src/socket.c
third-party/mruby/mrbgems/mruby-socket/test/addrinfo.rb
third-party/mruby/mrbgems/mruby-socket/test/socket.rb
third-party/mruby/mrbgems/mruby-socket/test/sockettest.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/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/mrblib/symbol.rb
third-party/mruby/mrbgems/mruby-symbol-ext/src/symbol.c
third-party/mruby/mrbgems/mruby-symbol-ext/test/symbol.rb
third-party/mruby/mrbgems/mruby-test/driver.c
third-party/mruby/mrbgems/mruby-test/init_mrbtest.c [deleted file]
third-party/mruby/mrbgems/mruby-test/mrbgem.rake
third-party/mruby/mrbgems/mruby-time/include/mruby/time.h [new file with mode: 0644]
third-party/mruby/mrbgems/mruby-time/src/time.c
third-party/mruby/mrbgems/mruby-toplevel-ext/test/toplevel.rb
third-party/mruby/mrblib/array.rb
third-party/mruby/mrblib/enum.rb
third-party/mruby/mrblib/float.rb [deleted file]
third-party/mruby/mrblib/hash.rb
third-party/mruby/mrblib/kernel.rb
third-party/mruby/mrblib/mrblib.rake
third-party/mruby/mrblib/numeric.rb
third-party/mruby/mrblib/string.rb
third-party/mruby/mrblib/symbol.rb [new file with mode: 0644]
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/debug.c
third-party/mruby/src/dump.c
third-party/mruby/src/enum.c
third-party/mruby/src/error.c
third-party/mruby/src/etc.c
third-party/mruby/src/ext/.gitkeep [deleted file]
third-party/mruby/src/fmt_fp.c
third-party/mruby/src/gc.c
third-party/mruby/src/hash.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/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/variable.c
third-party/mruby/src/vm.c
third-party/mruby/tasks/libmruby.rake
third-party/mruby/tasks/mrbgems.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
third-party/mruby/tasks/toolchains/visualcpp.rake
third-party/mruby/test/assert.rb
third-party/mruby/test/bintest.rb
third-party/mruby/test/report.rb [deleted file]
third-party/mruby/test/t/array.rb
third-party/mruby/test/t/bs_block.rb
third-party/mruby/test/t/class.rb
third-party/mruby/test/t/codegen.rb
third-party/mruby/test/t/enumerable.rb
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/kernel.rb
third-party/mruby/test/t/literals.rb
third-party/mruby/test/t/module.rb
third-party/mruby/test/t/numeric.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/symbol.rb
third-party/mruby/test/t/syntax.rb
third-party/mruby/travis_config.rb
third-party/neverbleed/neverbleed.c
third-party/url-parser/url_parser.c [new file with mode: 0644]
third-party/url-parser/url_parser.h [new file with mode: 0644]