tizen 2.4 release accepted/tizen_2.4_mobile tizen tizen_2.4 accepted/tizen/2.4/mobile/20151029.035616 submit/tizen_2.4/20151028.063249 tizen_2.4_mobile_release
authorjk7744.park <jk7744.park@samsung.com>
Sat, 24 Oct 2015 07:12:39 +0000 (16:12 +0900)
committerjk7744.park <jk7744.park@samsung.com>
Sat, 24 Oct 2015 07:12:39 +0000 (16:12 +0900)
commit8d795f8a2667a872a1d1f6109141ea036723ef11
tree6b953b62f1057ea2928a9aae473c79a8be108372
parenta31f2211bdbce5a0e3feaa77328a0ba2ccbdc3c5
tizen 2.4 release
338 files changed:
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
Dockerfile.android [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
README.rst [new file with mode: 0644]
android-config [new file with mode: 0755]
android-make [new file with mode: 0755]
configure.ac [new file with mode: 0644]
contrib/.gitignore [new file with mode: 0644]
contrib/Makefile.am [new file with mode: 0644]
contrib/nghttpx-init.in [new file with mode: 0644]
contrib/nghttpx-logrotate [new file with mode: 0644]
doc/.gitignore [new file with mode: 0644]
doc/Makefile.am [new file with mode: 0644]
doc/README.rst [new file with mode: 0644]
doc/_themes/sphinx_rtd_theme/__init__.py [new file with mode: 0644]
doc/_themes/sphinx_rtd_theme/breadcrumbs.html [new file with mode: 0644]
doc/_themes/sphinx_rtd_theme/footer.html [new file with mode: 0644]
doc/_themes/sphinx_rtd_theme/layout.html [new file with mode: 0644]
doc/_themes/sphinx_rtd_theme/layout_old.html [new file with mode: 0644]
doc/_themes/sphinx_rtd_theme/search.html [new file with mode: 0644]
doc/_themes/sphinx_rtd_theme/searchbox.html [new file with mode: 0644]
doc/_themes/sphinx_rtd_theme/static/css/badge_only.css [new file with mode: 0644]
doc/_themes/sphinx_rtd_theme/static/css/theme.css [new file with mode: 0644]
doc/_themes/sphinx_rtd_theme/static/fonts/FontAwesome.otf [new file with mode: 0644]
doc/_themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.eot [new file with mode: 0644]
doc/_themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.svg [new file with mode: 0644]
doc/_themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.ttf [new file with mode: 0644]
doc/_themes/sphinx_rtd_theme/static/fonts/fontawesome-webfont.woff [new file with mode: 0644]
doc/_themes/sphinx_rtd_theme/static/js/theme.js [new file with mode: 0644]
doc/_themes/sphinx_rtd_theme/theme.conf [new file with mode: 0644]
doc/_themes/sphinx_rtd_theme/versions.html [new file with mode: 0644]
doc/apiref-header.rst [new file with mode: 0644]
doc/asio_http2.h.rst.in [new file with mode: 0644]
doc/building-android-binary.rst.in [new file with mode: 0644]
doc/conf.py.in [new file with mode: 0644]
doc/contribute.rst.in [new file with mode: 0644]
doc/h2load-howto.rst.in [new file with mode: 0644]
doc/h2load.1 [new file with mode: 0644]
doc/h2load.1.rst [new file with mode: 0644]
doc/h2load.h2r [new file with mode: 0644]
doc/index.rst.in [new file with mode: 0644]
doc/libnghttp2_asio.rst.in [new file with mode: 0644]
doc/make.bat [new file with mode: 0644]
doc/mkapiref.py [new file with mode: 0755]
doc/nghttp.1 [new file with mode: 0644]
doc/nghttp.1.rst [new file with mode: 0644]
doc/nghttp.h2r [new file with mode: 0644]
doc/nghttp2.h.rst.in [new file with mode: 0644]
doc/nghttp2ver.h.rst.in [new file with mode: 0644]
doc/nghttpd.1 [new file with mode: 0644]
doc/nghttpd.1.rst [new file with mode: 0644]
doc/nghttpd.h2r [new file with mode: 0644]
doc/nghttpx-howto.rst.in [new file with mode: 0644]
doc/nghttpx.1 [new file with mode: 0644]
doc/nghttpx.1.rst [new file with mode: 0644]
doc/nghttpx.h2r [new file with mode: 0644]
doc/package_README.rst.in [new file with mode: 0644]
doc/python-apiref.rst.in [new file with mode: 0644]
doc/sources/building-android-binary.rst [new file with mode: 0644]
doc/sources/contribute.rst [new file with mode: 0644]
doc/sources/h2load-howto.rst [new file with mode: 0644]
doc/sources/index.rst [new file with mode: 0644]
doc/sources/libnghttp2_asio.rst [new file with mode: 0644]
doc/sources/nghttpx-howto.rst [new file with mode: 0644]
doc/sources/python-apiref.rst [new file with mode: 0644]
doc/sources/tutorial-client.rst [new file with mode: 0644]
doc/sources/tutorial-hpack.rst [new file with mode: 0644]
doc/sources/tutorial-server.rst [new file with mode: 0644]
doc/tutorial-client.rst.in [new file with mode: 0644]
doc/tutorial-hpack.rst.in [new file with mode: 0644]
doc/tutorial-server.rst.in [new file with mode: 0644]
examples/.gitignore [new file with mode: 0644]
examples/Makefile.am [new file with mode: 0644]
examples/asio-sv.cc [new file with mode: 0644]
examples/asio-sv2.cc [new file with mode: 0644]
examples/asio-sv3.cc [new file with mode: 0644]
examples/client.c [new file with mode: 0644]
examples/deflate.c [new file with mode: 0644]
examples/libevent-client.c [new file with mode: 0644]
examples/libevent-server.c [new file with mode: 0644]
examples/tiny-nghttpd.c [new file with mode: 0644]
fedora/spdylay.spec [new file with mode: 0644]
gendowncasetbl.py [new file with mode: 0755]
genheaderfunc.py [new file with mode: 0755]
gennmchartbl.py [new file with mode: 0755]
genvchartbl.py [new file with mode: 0755]
git-clang-format [new file with mode: 0755]
help2rst.py [new file with mode: 0755]
integration-tests/Makefile.am [new file with mode: 0644]
integration-tests/alt-server.crt [new file with mode: 0644]
integration-tests/alt-server.key [new file with mode: 0644]
integration-tests/config.go.in [new file with mode: 0644]
integration-tests/nghttpx_http1_test.go [new file with mode: 0644]
integration-tests/nghttpx_http2_test.go [new file with mode: 0644]
integration-tests/nghttpx_spdy_test.go [new file with mode: 0644]
integration-tests/server.crt [new file with mode: 0644]
integration-tests/server.key [new file with mode: 0644]
integration-tests/server_tester.go [new file with mode: 0644]
integration-tests/setenv.in [new file with mode: 0644]
lib/Makefile.am [new file with mode: 0644]
lib/Makefile.msvc [new file with mode: 0644]
lib/includes/Makefile.am [new file with mode: 0644]
lib/includes/nghttp2/nghttp2.h [new file with mode: 0644]
lib/includes/nghttp2/nghttp2ver.h.in [new file with mode: 0644]
lib/libnghttp2.pc.in [new file with mode: 0644]
lib/nghttp2_buf.c [new file with mode: 0644]
lib/nghttp2_buf.h [new file with mode: 0644]
lib/nghttp2_callbacks.c [new file with mode: 0644]
lib/nghttp2_callbacks.h [new file with mode: 0644]
lib/nghttp2_frame.c [new file with mode: 0644]
lib/nghttp2_frame.h [new file with mode: 0644]
lib/nghttp2_hd.c [new file with mode: 0644]
lib/nghttp2_hd.h [new file with mode: 0644]
lib/nghttp2_hd_huffman.c [new file with mode: 0644]
lib/nghttp2_hd_huffman.h [new file with mode: 0644]
lib/nghttp2_hd_huffman_data.c [new file with mode: 0644]
lib/nghttp2_helper.c [new file with mode: 0644]
lib/nghttp2_helper.h [new file with mode: 0644]
lib/nghttp2_int.h [new file with mode: 0644]
lib/nghttp2_map.c [new file with mode: 0644]
lib/nghttp2_map.h [new file with mode: 0644]
lib/nghttp2_mem.c [new file with mode: 0644]
lib/nghttp2_mem.h [new file with mode: 0644]
lib/nghttp2_net.h [new file with mode: 0644]
lib/nghttp2_npn.c [new file with mode: 0644]
lib/nghttp2_npn.h [new file with mode: 0644]
lib/nghttp2_option.c [new file with mode: 0644]
lib/nghttp2_option.h [new file with mode: 0644]
lib/nghttp2_outbound_item.c [new file with mode: 0644]
lib/nghttp2_outbound_item.h [new file with mode: 0644]
lib/nghttp2_pq.c [new file with mode: 0644]
lib/nghttp2_pq.h [new file with mode: 0644]
lib/nghttp2_priority_spec.c [new file with mode: 0644]
lib/nghttp2_priority_spec.h [new file with mode: 0644]
lib/nghttp2_queue.c [new file with mode: 0644]
lib/nghttp2_queue.h [new file with mode: 0644]
lib/nghttp2_session.c [new file with mode: 0644]
lib/nghttp2_session.h [new file with mode: 0644]
lib/nghttp2_stream.c [new file with mode: 0644]
lib/nghttp2_stream.h [new file with mode: 0644]
lib/nghttp2_submit.c [new file with mode: 0644]
lib/nghttp2_submit.h [new file with mode: 0644]
lib/nghttp2_version.c [new file with mode: 0644]
m4/ax_boost_asio.m4 [new file with mode: 0644]
m4/ax_boost_base.m4 [new file with mode: 0644]
m4/ax_boost_system.m4 [new file with mode: 0644]
m4/ax_boost_thread.m4 [new file with mode: 0644]
m4/ax_check_compile_flag.m4 [new file with mode: 0644]
m4/ax_cxx_compile_stdcxx_11.m4 [new file with mode: 0644]
m4/ax_have_epoll.m4 [new file with mode: 0644]
m4/ax_python_devel.m4 [new file with mode: 0644]
makemanpages [new file with mode: 0755]
makerelease.sh [new file with mode: 0755]
mkcipherlist.py [new file with mode: 0755]
mkhufftbl.py [new file with mode: 0755]
mkstatichdtbl.py [new file with mode: 0755]
nghttpx.conf.sample [new file with mode: 0644]
packaging/nghttp2.spec [new file with mode: 0644]
pre-commit [new file with mode: 0755]
proxy.pac.sample [new file with mode: 0644]
python/Makefile.am [new file with mode: 0644]
python/calcratio.py [new file with mode: 0755]
python/cnghttp2.pxd [new file with mode: 0644]
python/hpackcheck.py [new file with mode: 0755]
python/hpackmake.py [new file with mode: 0755]
python/nghttp2.pyx [new file with mode: 0644]
python/setup.py.in [new file with mode: 0644]
python/wsgi.py [new file with mode: 0644]
src/.gitignore [new file with mode: 0644]
src/HtmlParser.cc [new file with mode: 0644]
src/HtmlParser.h [new file with mode: 0644]
src/HttpServer.cc [new file with mode: 0644]
src/HttpServer.h [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/app_helper.cc [new file with mode: 0644]
src/app_helper.h [new file with mode: 0644]
src/asio_connection.h [new file with mode: 0644]
src/asio_http2_handler.cc [new file with mode: 0644]
src/asio_http2_handler.h [new file with mode: 0644]
src/asio_http2_impl.cc [new file with mode: 0644]
src/asio_http2_impl.h [new file with mode: 0644]
src/asio_io_service_pool.cc [new file with mode: 0644]
src/asio_io_service_pool.h [new file with mode: 0644]
src/asio_server.cc [new file with mode: 0644]
src/asio_server.h [new file with mode: 0644]
src/base64.h [new file with mode: 0644]
src/buffer.h [new file with mode: 0644]
src/buffer_test.cc [new file with mode: 0644]
src/buffer_test.h [new file with mode: 0644]
src/comp_helper.c [new file with mode: 0644]
src/comp_helper.h [new file with mode: 0644]
src/deflatehd.cc [new file with mode: 0644]
src/h2load.cc [new file with mode: 0644]
src/h2load.h [new file with mode: 0644]
src/h2load_http2_session.cc [new file with mode: 0644]
src/h2load_http2_session.h [new file with mode: 0644]
src/h2load_session.h [new file with mode: 0644]
src/h2load_spdy_session.cc [new file with mode: 0644]
src/h2load_spdy_session.h [new file with mode: 0644]
src/http-parser.patch [new file with mode: 0644]
src/http2.cc [new file with mode: 0644]
src/http2.h [new file with mode: 0644]
src/http2_test.cc [new file with mode: 0644]
src/http2_test.h [new file with mode: 0644]
src/includes/Makefile.am [new file with mode: 0644]
src/includes/nghttp2/asio_http2.h [new file with mode: 0644]
src/inflatehd.cc [new file with mode: 0644]
src/libevent_util.cc [new file with mode: 0644]
src/libevent_util.h [new file with mode: 0644]
src/libnghttp2_asio.pc.in [new file with mode: 0644]
src/memchunk.h [new file with mode: 0644]
src/memchunk_test.cc [new file with mode: 0644]
src/memchunk_test.h [new file with mode: 0644]
src/nghttp.cc [new file with mode: 0644]
src/nghttp.h [new file with mode: 0644]
src/nghttp2_config.h [new file with mode: 0644]
src/nghttp2_gzip.c [new file with mode: 0644]
src/nghttp2_gzip.h [new file with mode: 0644]
src/nghttp2_gzip_test.c [new file with mode: 0644]
src/nghttp2_gzip_test.h [new file with mode: 0644]
src/nghttpd.cc [new file with mode: 0644]
src/shrpx-unittest.cc [new file with mode: 0644]
src/shrpx.cc [new file with mode: 0644]
src/shrpx.h [new file with mode: 0644]
src/shrpx_accept_handler.cc [new file with mode: 0644]
src/shrpx_accept_handler.h [new file with mode: 0644]
src/shrpx_client_handler.cc [new file with mode: 0644]
src/shrpx_client_handler.h [new file with mode: 0644]
src/shrpx_config.cc [new file with mode: 0644]
src/shrpx_config.h [new file with mode: 0644]
src/shrpx_config_test.cc [new file with mode: 0644]
src/shrpx_config_test.h [new file with mode: 0644]
src/shrpx_connect_blocker.cc [new file with mode: 0644]
src/shrpx_connect_blocker.h [new file with mode: 0644]
src/shrpx_connection.cc [new file with mode: 0644]
src/shrpx_connection.h [new file with mode: 0644]
src/shrpx_connection_handler.cc [new file with mode: 0644]
src/shrpx_connection_handler.h [new file with mode: 0644]
src/shrpx_downstream.cc [new file with mode: 0644]
src/shrpx_downstream.h [new file with mode: 0644]
src/shrpx_downstream_connection.cc [new file with mode: 0644]
src/shrpx_downstream_connection.h [new file with mode: 0644]
src/shrpx_downstream_connection_pool.cc [new file with mode: 0644]
src/shrpx_downstream_connection_pool.h [new file with mode: 0644]
src/shrpx_downstream_queue.cc [new file with mode: 0644]
src/shrpx_downstream_queue.h [new file with mode: 0644]
src/shrpx_downstream_test.cc [new file with mode: 0644]
src/shrpx_downstream_test.h [new file with mode: 0644]
src/shrpx_error.h [new file with mode: 0644]
src/shrpx_http.cc [new file with mode: 0644]
src/shrpx_http.h [new file with mode: 0644]
src/shrpx_http2_downstream_connection.cc [new file with mode: 0644]
src/shrpx_http2_downstream_connection.h [new file with mode: 0644]
src/shrpx_http2_session.cc [new file with mode: 0644]
src/shrpx_http2_session.h [new file with mode: 0644]
src/shrpx_http2_upstream.cc [new file with mode: 0644]
src/shrpx_http2_upstream.h [new file with mode: 0644]
src/shrpx_http_downstream_connection.cc [new file with mode: 0644]
src/shrpx_http_downstream_connection.h [new file with mode: 0644]
src/shrpx_https_upstream.cc [new file with mode: 0644]
src/shrpx_https_upstream.h [new file with mode: 0644]
src/shrpx_io_control.cc [new file with mode: 0644]
src/shrpx_io_control.h [new file with mode: 0644]
src/shrpx_log.cc [new file with mode: 0644]
src/shrpx_log.h [new file with mode: 0644]
src/shrpx_rate_limit.cc [new file with mode: 0644]
src/shrpx_rate_limit.h [new file with mode: 0644]
src/shrpx_spdy_upstream.cc [new file with mode: 0644]
src/shrpx_spdy_upstream.h [new file with mode: 0644]
src/shrpx_ssl.cc [new file with mode: 0644]
src/shrpx_ssl.h [new file with mode: 0644]
src/shrpx_ssl_test.cc [new file with mode: 0644]
src/shrpx_ssl_test.h [new file with mode: 0644]
src/shrpx_upstream.h [new file with mode: 0644]
src/shrpx_worker.cc [new file with mode: 0644]
src/shrpx_worker.h [new file with mode: 0644]
src/shrpx_worker_config.cc [new file with mode: 0644]
src/shrpx_worker_config.h [new file with mode: 0644]
src/ssl.cc [new file with mode: 0644]
src/ssl.h [new file with mode: 0644]
src/template.h [new file with mode: 0644]
src/timegm.c [new file with mode: 0644]
src/timegm.h [new file with mode: 0644]
src/util.cc [new file with mode: 0644]
src/util.h [new file with mode: 0644]
src/util_test.cc [new file with mode: 0644]
src/util_test.h [new file with mode: 0644]
tests/.gitignore [new file with mode: 0644]
tests/Makefile.am [new file with mode: 0644]
tests/end_to_end.py [new file with mode: 0755]
tests/failmalloc.c [new file with mode: 0644]
tests/failmalloc_test.c [new file with mode: 0644]
tests/failmalloc_test.h [new file with mode: 0644]
tests/main.c [new file with mode: 0644]
tests/malloc_wrapper.c [new file with mode: 0644]
tests/malloc_wrapper.h [new file with mode: 0644]
tests/nghttp2_buf_test.c [new file with mode: 0644]
tests/nghttp2_buf_test.h [new file with mode: 0644]
tests/nghttp2_frame_test.c [new file with mode: 0644]
tests/nghttp2_frame_test.h [new file with mode: 0644]
tests/nghttp2_hd_test.c [new file with mode: 0644]
tests/nghttp2_hd_test.h [new file with mode: 0644]
tests/nghttp2_helper_test.c [new file with mode: 0644]
tests/nghttp2_helper_test.h [new file with mode: 0644]
tests/nghttp2_map_test.c [new file with mode: 0644]
tests/nghttp2_map_test.h [new file with mode: 0644]
tests/nghttp2_npn_test.c [new file with mode: 0644]
tests/nghttp2_npn_test.h [new file with mode: 0644]
tests/nghttp2_pq_test.c [new file with mode: 0644]
tests/nghttp2_pq_test.h [new file with mode: 0644]
tests/nghttp2_queue_test.c [new file with mode: 0644]
tests/nghttp2_queue_test.h [new file with mode: 0644]
tests/nghttp2_session_test.c [new file with mode: 0644]
tests/nghttp2_session_test.h [new file with mode: 0644]
tests/nghttp2_stream_test.c [new file with mode: 0644]
tests/nghttp2_stream_test.h [new file with mode: 0644]
tests/nghttp2_test_helper.c [new file with mode: 0644]
tests/nghttp2_test_helper.h [new file with mode: 0644]
tests/testdata/Makefile.am [new file with mode: 0644]
tests/testdata/cacert.pem [new file with mode: 0644]
tests/testdata/index.html [new file with mode: 0644]
tests/testdata/privkey.pem [new file with mode: 0644]
third-party/Makefile.am [new file with mode: 0644]
third-party/http-parser/AUTHORS [new file with mode: 0644]
third-party/http-parser/CONTRIBUTIONS [new file with mode: 0644]
third-party/http-parser/LICENSE-MIT [new file with mode: 0644]
third-party/http-parser/README.md [new file with mode: 0644]
third-party/http-parser/bench.c [new file with mode: 0644]
third-party/http-parser/contrib/parsertrace.c [new file with mode: 0644]
third-party/http-parser/contrib/url_parser.c [new file with mode: 0644]
third-party/http-parser/http_parser.c [new file with mode: 0644]
third-party/http-parser/http_parser.gyp [new file with mode: 0644]
third-party/http-parser/http_parser.h [new file with mode: 0644]
third-party/http-parser/test.c [new file with mode: 0644]