nghttp2/src
Tatsuhiro Tsujikawa 9ac3e643d8 Revert "nghttpx: Add --curves option to specify supported elliptic curves"
This reverts commit e278893b64.

SSL_CONF_CTX functions are not working correctly with OpenSSL 1.0.2.
It requires 1.1.0 to make it work.
2016-01-21 19:50:38 +09:00
..
includes asio: Rename http2::get_io_services() as http2::io_services() 2015-12-25 21:06:25 +09:00
.gitignore
HtmlParser.cc
HtmlParser.h
HttpServer.cc nghttpd: Add --no-content-length option to omit content-length in response 2016-01-07 22:51:47 +09:00
HttpServer.h nghttpd: Add --no-content-length option to omit content-length in response 2016-01-07 22:51:47 +09:00
Makefile.am nghttpx: Don't quote Forwarded params if it is not required 2016-01-19 22:43:56 +09:00
app_helper.cc
app_helper.h
asio_client_request.cc
asio_client_request_impl.cc
asio_client_request_impl.h
asio_client_response.cc
asio_client_response_impl.cc
asio_client_response_impl.h
asio_client_session.cc asio: Add configurable connect/read timeout for client 2015-12-23 00:08:55 +09:00
asio_client_session_impl.cc asio: Add configurable connect/read timeout for client 2015-12-23 00:08:55 +09:00
asio_client_session_impl.h asio: Add configurable connect/read timeout for client 2015-12-23 00:08:55 +09:00
asio_client_session_tcp_impl.cc asio: Add configurable connect/read timeout for client 2015-12-23 00:08:55 +09:00
asio_client_session_tcp_impl.h
asio_client_session_tls_impl.cc asio: Add configurable connect/read timeout for client 2015-12-23 00:08:55 +09:00
asio_client_session_tls_impl.h
asio_client_stream.cc
asio_client_stream.h
asio_client_tls_context.cc asio: ALPN support 2015-11-07 22:53:25 +09:00
asio_client_tls_context.h
asio_common.cc Fix build when OpenSSL 1.0.2 is not available 2015-12-04 17:38:04 +08:00
asio_common.h util: Remove unused functions; rename regacy camel-case function names 2015-11-28 00:42:51 +09:00
asio_io_service_pool.cc asio: Rename http2::get_io_services() as http2::io_services() 2015-12-25 21:06:25 +09:00
asio_io_service_pool.h asio: Rename http2::get_io_services() as http2::io_services() 2015-12-25 21:06:25 +09:00
asio_server.cc asio: Stop acceptor on server::http2::stop 2016-01-21 19:15:32 +09:00
asio_server.h asio: Rename http2::get_io_services() as http2::io_services() 2015-12-25 21:06:25 +09:00
asio_server_connection.h asio: Add configurable tls handshake/read timeout to server 2015-12-23 00:08:16 +09:00
asio_server_http2.cc asio: Rename http2::get_io_services() as http2::io_services() 2015-12-25 21:06:25 +09:00
asio_server_http2_handler.cc clang-format 2015-12-20 12:48:39 +09:00
asio_server_http2_handler.h libnghttp2_asio: Optimized remote endpoint interface to const ref where possible 2015-12-19 14:08:15 +01:00
asio_server_http2_impl.cc asio: Rename http2::get_io_services() as http2::io_services() 2015-12-25 21:06:25 +09:00
asio_server_http2_impl.h asio: Rename http2::get_io_services() as http2::io_services() 2015-12-25 21:06:25 +09:00
asio_server_request.cc libnghttp2_asio: Optimized remote endpoint interface to const ref where possible 2015-12-19 14:08:15 +01:00
asio_server_request_handler.cc
asio_server_request_handler.h
asio_server_request_impl.cc asio: Use std::move for remote_endpoint assignment 2015-12-20 14:00:58 +09:00
asio_server_request_impl.h libnghttp2_asio: Optimized remote endpoint interface to const ref where possible 2015-12-19 14:08:15 +01:00
asio_server_response.cc
asio_server_response_impl.cc
asio_server_response_impl.h
asio_server_serve_mux.cc src: Rename startsWith as starts_with 2015-11-28 00:42:51 +09:00
asio_server_serve_mux.h
asio_server_stream.cc
asio_server_stream.h
asio_server_tls_context.cc asio: ALPN support 2015-11-07 22:53:25 +09:00
asio_server_tls_context.h
base64.h
buffer.h
buffer_test.cc
buffer_test.h
comp_helper.c Use -fvisibility=hidden for internal functions 2015-10-23 00:08:15 +09:00
comp_helper.h Use -fvisibility=hidden for internal functions 2015-10-23 00:08:15 +09:00
deflatehd.cc Use -fvisibility=hidden for internal functions 2015-10-23 00:08:15 +09:00
h2load.cc h2load: Support UNIX domain socket 2016-01-19 19:24:15 +09:00
h2load.h h2load: Support UNIX domain socket 2016-01-19 19:24:15 +09:00
h2load_http1_session.cc h2load: Perform sampling for request timings to reduce memory consumption 2016-01-06 00:04:14 +09:00
h2load_http1_session.h h2load: Perform sampling for request timings to reduce memory consumption 2016-01-06 00:04:14 +09:00
h2load_http2_session.cc h2load: Perform sampling for request timings to reduce memory consumption 2016-01-06 00:04:14 +09:00
h2load_http2_session.h h2load: Perform sampling for request timings to reduce memory consumption 2016-01-06 00:04:14 +09:00
h2load_session.h h2load: Perform sampling for request timings to reduce memory consumption 2016-01-06 00:04:14 +09:00
h2load_spdy_session.cc h2load: Perform sampling for request timings to reduce memory consumption 2016-01-06 00:04:14 +09:00
h2load_spdy_session.h h2load: Perform sampling for request timings to reduce memory consumption 2016-01-06 00:04:14 +09:00
http-parser.patch
http2.cc nghttpx: Add RFC 7239 Forwarded header field support 2016-01-16 11:32:14 +09:00
http2.h src: Rename our new string classes 2016-01-17 11:33:45 +09:00
http2_test.cc nghttpx: Use NGHTTP2_NV_FLAG_NO_COPY_NAME and NGHTTP2_NV_FLAG_NO_COPY_VALUE 2015-11-05 23:47:11 +09:00
http2_test.h
inflatehd.cc Use -fvisibility=hidden for internal functions 2015-10-23 00:08:15 +09:00
libevent_util.cc
libevent_util.h
libnghttp2_asio.pc.in
memchunk.h memchunk: Add noexcept 2016-01-17 17:16:20 +09:00
memchunk_test.cc Switch to clang-format-3.6 2015-11-13 00:53:29 +09:00
memchunk_test.h nghttpx: Rewrite TLS async handshake using memchunk buffers 2015-08-13 00:42:59 +09:00
nghttp.cc src: Make util::utos_with_unit and utos_with_funit names shorter 2016-01-11 18:12:31 +09:00
nghttp.h nghttp: Record request method to output it in har correctly 2015-11-07 16:13:06 +09:00
nghttp2_config.h
nghttp2_gzip.c
nghttp2_gzip.h
nghttp2_gzip_test.c More warning flags for --enable-werror 2015-09-23 16:49:45 +09:00
nghttp2_gzip_test.h
nghttpd.cc nghttpd: Add --no-content-length option to omit content-length in response 2016-01-07 22:51:47 +09:00
shrpx-unittest.cc nghttpx: Don't quote Forwarded params if it is not required 2016-01-19 22:43:56 +09:00
shrpx.cc Revert "nghttpx: Add --curves option to specify supported elliptic curves" 2016-01-21 19:50:38 +09:00
shrpx.h Check initgroups with AC_CHECK_DECLS for cygwin 2015-12-24 21:15:46 +09:00
shrpx_accept_handler.cc nghttpx: Fix bug that --listener-disable-timeout option is not used 2016-01-19 17:03:01 +09:00
shrpx_accept_handler.h
shrpx_client_handler.cc nghttpx: About implicit conversion from ImmutableString and std::string to StringRef 2016-01-21 17:12:40 +09:00
shrpx_client_handler.h nghttpx: Omit Forwarded for and by parameter if UNIX domain socket is used 2016-01-19 23:26:04 +09:00
shrpx_config.cc Revert "nghttpx: Add --curves option to specify supported elliptic curves" 2016-01-21 19:50:38 +09:00
shrpx_config.h Revert "nghttpx: Add --curves option to specify supported elliptic curves" 2016-01-21 19:50:38 +09:00
shrpx_config_test.cc ImmutableString: Less fields 2016-01-17 22:25:10 +09:00
shrpx_config_test.h Initial HTTP/1.1 capability. Add npn-list option to h2load. Make NPN/ALPN more runtime dependent 2015-09-17 14:49:27 +00:00
shrpx_connect_blocker.cc
shrpx_connect_blocker.h
shrpx_connection.cc nghttpx: Organize connection related configuration into struct 2016-01-19 16:56:12 +09:00
shrpx_connection.h nghttpx: Organize connection related configuration into struct 2016-01-19 16:56:12 +09:00
shrpx_connection_handler.cc nghttpx: Fix bug that --listener-disable-timeout option is not used 2016-01-19 17:03:01 +09:00
shrpx_connection_handler.h nghttpx: Fix bug that --listener-disable-timeout option is not used 2016-01-19 17:03:01 +09:00
shrpx_downstream.cc nghttpx: Omit Forwarded for and by parameter if UNIX domain socket is used 2016-01-19 23:26:04 +09:00
shrpx_downstream.h nghttpx: Optimize logging further 2016-01-17 15:04:09 +09:00
shrpx_downstream_connection.cc
shrpx_downstream_connection.h nghttpx: Remove backend priority handling code 2016-01-15 00:17:40 +09:00
shrpx_downstream_connection_pool.cc
shrpx_downstream_connection_pool.h
shrpx_downstream_queue.cc nghttpx: Extract request related fields to Request struct 2016-01-14 01:04:32 +09:00
shrpx_downstream_queue.h nghttpx: Support server push from HTTP/2 backend 2015-11-16 23:12:25 +09:00
shrpx_downstream_test.cc nghttpx: Refactor and simplify Downstream::rewrite_location_response_header 2016-01-16 12:49:18 +09:00
shrpx_downstream_test.h nghttpx: Extract response related fields to Response struct 2016-01-14 01:05:10 +09:00
shrpx_error.h
shrpx_http.cc nghttpx: Don't quote Forwarded params if it is not required 2016-01-19 22:43:56 +09:00
shrpx_http.h Update doc 2016-01-16 11:32:36 +09:00
shrpx_http2_downstream_connection.cc nghttpx: About implicit conversion from ImmutableString and std::string to StringRef 2016-01-21 17:12:40 +09:00
shrpx_http2_downstream_connection.h nghttpx: Remove backend priority handling code 2016-01-15 00:17:40 +09:00
shrpx_http2_session.cc nghttpx: Fix crash with http2 backend 2016-01-21 17:09:50 +09:00
shrpx_http2_session.h nghttpx: Remove backend priority handling code 2016-01-15 00:17:40 +09:00
shrpx_http2_upstream.cc nghttpx: Don't greedily read data from backend 2016-01-20 11:20:15 +09:00
shrpx_http2_upstream.h nghttpx: Support server push from HTTP/2 backend 2015-11-16 23:12:25 +09:00
shrpx_http_downstream_connection.cc nghttpx: Organize connection related configuration into struct 2016-01-19 16:56:12 +09:00
shrpx_http_downstream_connection.h nghttpx: Remove backend priority handling code 2016-01-15 00:17:40 +09:00
shrpx_http_test.cc Add missing files 2016-01-19 23:31:17 +09:00
shrpx_http_test.h Add missing files 2016-01-19 23:31:17 +09:00
shrpx_https_upstream.cc nghttpx: Don't greedily read data from backend 2016-01-20 11:20:15 +09:00
shrpx_https_upstream.h nghttpx: Support server push from HTTP/2 backend 2015-11-16 23:12:25 +09:00
shrpx_io_control.cc
shrpx_io_control.h
shrpx_log.cc nghttpx: About implicit conversion from ImmutableString and std::string to StringRef 2016-01-21 17:12:40 +09:00
shrpx_log.h nghttpx: Optimize logging further 2016-01-17 15:04:09 +09:00
shrpx_log_config.cc Switch to clang-format-3.6 2015-11-13 00:53:29 +09:00
shrpx_log_config.h nghttpx: Add date header field to error_reply and send_reply 2015-09-07 23:11:23 +09:00
shrpx_memcached_connection.cc nghttpx: Organize connection related configuration into struct 2016-01-19 16:56:12 +09:00
shrpx_memcached_connection.h
shrpx_memcached_dispatcher.cc
shrpx_memcached_dispatcher.h
shrpx_memcached_request.h
shrpx_memcached_result.h
shrpx_mruby.cc nghttpx: Extract response related fields to Response struct 2016-01-14 01:05:10 +09:00
shrpx_mruby.h nghttpx: Change mruby script handling 2015-10-08 23:32:15 +09:00
shrpx_mruby_module.cc nghttpx: Change mruby script handling 2015-10-08 23:32:15 +09:00
shrpx_mruby_module.h nghttpx: Change mruby script handling 2015-10-08 23:32:15 +09:00
shrpx_mruby_module_env.cc
shrpx_mruby_module_env.h
shrpx_mruby_module_request.cc nghttpx: Extract request related fields to Request struct 2016-01-14 01:04:32 +09:00
shrpx_mruby_module_request.h
shrpx_mruby_module_response.cc nghttpx: Extract response related fields to Response struct 2016-01-14 01:05:10 +09:00
shrpx_mruby_module_response.h
shrpx_process.h nghttpx: Fix improper signal handling 2015-09-24 23:43:24 +09:00
shrpx_rate_limit.cc
shrpx_rate_limit.h nghttpx: Rewrite TLS async handshake using memchunk buffers 2015-08-13 00:42:59 +09:00
shrpx_router.cc Fix gcc build 2015-09-27 00:51:32 +09:00
shrpx_router.h nghttpx: Trie based routing 2015-09-26 22:19:10 +09:00
shrpx_signal.cc nghttpx: Add error handling for strdup and sigaction 2015-10-16 22:33:48 +09:00
shrpx_signal.h nghttpx: Fix improper signal handling 2015-09-24 23:43:24 +09:00
shrpx_spdy_upstream.cc nghttpx: Don't greedily read data from backend 2016-01-20 11:20:15 +09:00
shrpx_spdy_upstream.h nghttpx: Remove backend priority handling code 2016-01-15 00:17:40 +09:00
shrpx_ssl.cc Revert "nghttpx: Add --curves option to specify supported elliptic curves" 2016-01-21 19:50:38 +09:00
shrpx_ssl.h nghttpx: Refactor TLS hostname match 2016-01-16 23:54:21 +09:00
shrpx_ssl_test.cc nghttpx: Refactor TLS hostname match 2016-01-16 23:54:21 +09:00
shrpx_ssl_test.h nghttpx: Refactor TLS hostname match 2016-01-16 23:54:21 +09:00
shrpx_upstream.h nghttpx: Support server push from HTTP/2 backend 2015-11-16 23:12:25 +09:00
shrpx_worker.cc nghttpx: Organize connection related configuration into struct 2016-01-19 16:56:12 +09:00
shrpx_worker.h nghttpx: Add RFC 7239 Forwarded header field support 2016-01-16 11:32:14 +09:00
shrpx_worker_process.cc nghttpx: Fix compile error with --with-neverbleed 2016-01-19 19:04:24 +09:00
shrpx_worker_process.h nghttpx: Split monolithic one process into control and worker processes 2015-09-18 23:28:26 +09:00
ssl.cc Compile with OpenSSL 1.1.0-pre1 2015-12-14 21:12:25 +09:00
ssl.h Compile with BoringSSL 2015-09-29 23:38:17 +09:00
template.h nghttpx: About implicit conversion from ImmutableString and std::string to StringRef 2016-01-21 17:12:40 +09:00
template_test.cc ImmutableString: Remove std::unique_ptr<char[]> ctor overload 2016-01-17 22:25:10 +09:00
template_test.h src: Add tests for ImmutableString and StringRef 2016-01-17 16:32:55 +09:00
timegm.c
timegm.h
util.cc h2load: Add req/s min, max, mean and sd for clients 2015-12-01 23:54:21 +09:00
util.h h2load: Support UNIX domain socket 2016-01-19 19:24:15 +09:00
util_test.cc h2load: Support UNIX domain socket 2016-01-19 19:24:15 +09:00
util_test.h src: Make util::utos_with_unit and utos_with_funit names shorter 2016-01-11 18:12:31 +09:00