nghttp2/src
Tatsuhiro Tsujikawa 3e4f257b91 asio: Support client side SNI 2018-05-03 20:29:16 +09:00
..
includes Support specifying stream priority via session::submit() 2017-04-12 10:07:16 -04:00
.gitignore Refactor .gitignore files 2015-03-29 18:40:37 +09:00
CMakeLists.txt Refactoring include directories for build as CMake subdirectory (add_subdirectory(nghttp2)) 2017-08-16 21:28:12 +03:00
HtmlParser.cc clang-format 2017-02-04 11:29:10 +09:00
HtmlParser.h nghttp: Remove --dep-idle option 2015-04-17 22:24:06 +09:00
HttpServer.cc Add comment on #endif 2018-04-03 21:39:44 +09:00
HttpServer.h nghttpd: Add --encoder-header-table-size option 2016-09-17 22:38:05 +09:00
Makefile.am Remove SPDY 2017-12-17 13:28:44 +09:00
allocator.h clang-format-5.0 2017-11-23 14:19:12 +09:00
app_helper.cc clang-format-5.0 2017-11-23 14:19:12 +09:00
app_helper.h src: Use nghttp2_error_callback2 2017-11-19 16:51:52 +09:00
asio_client_request.cc asio: Add client::request::write_trailer() 2015-03-07 23:04:31 +09:00
asio_client_request_impl.cc asio: client: Limit incoming response header field buffer size 2016-02-11 23:20:31 +09:00
asio_client_request_impl.h asio: client: Limit incoming response header field buffer size 2016-02-11 23:20:31 +09:00
asio_client_response.cc asio: Make impl() const 2015-03-05 02:12:31 +09:00
asio_client_response_impl.cc asio: client: Limit incoming response header field buffer size 2016-02-11 23:20:31 +09:00
asio_client_response_impl.h asio: client: Limit incoming response header field buffer size 2016-02-11 23:20:31 +09:00
asio_client_session.cc clang-format-5.0 2017-11-23 14:19:12 +09:00
asio_client_session_impl.cc clang-format-5.0 2017-11-23 14:19:12 +09:00
asio_client_session_impl.h Support specifying stream priority via session::submit() 2017-04-12 10:07:16 -04:00
asio_client_session_tcp_impl.cc Holding more shared_ptrs instead of raw ptrs to make sure called objects don't get deleted. 2017-02-09 21:00:11 +09:00
asio_client_session_tcp_impl.h clang-format-3.9 2016-10-15 18:36:04 +09:00
asio_client_session_tls_impl.cc asio: Support client side SNI 2018-05-03 20:29:16 +09:00
asio_client_session_tls_impl.h clang-format-3.9 2016-10-15 18:36:04 +09:00
asio_client_stream.cc asio: Fix compile error with gcc 2015-03-06 02:05:01 +09:00
asio_client_stream.h asio: Fix compile error with gcc 2015-03-06 02:05:01 +09:00
asio_client_tls_context.cc Fix compile error with -Wunused-function 2018-04-03 21:33:09 +09:00
asio_client_tls_context.h asio: Separate client API to asio_http2_client.h 2015-03-05 02:12:31 +09:00
asio_common.cc Add comment on #endif 2018-04-03 21:39:44 +09: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 More graceful stop of nghttp2::asio_http2::server::http2 2017-02-09 23:34:19 -05:00
asio_io_service_pool.h More graceful stop of nghttp2::asio_http2::server::http2 2017-02-09 23:34:19 -05:00
asio_server.cc clang-format 2017-02-11 13:08:08 +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: Fix bug that server event loop breaks with exception 2016-03-04 22:43:36 +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 close_stream erases from streams_ while it's being iterated over. 2017-02-03 01:36:18 -06:00
asio_server_http2_handler.h clang-format-5.0 2017-11-23 14:19:12 +09:00
asio_server_http2_impl.cc src: Rename ssl.{h,cc} as tls.{h,cc} 2017-04-01 15:12:28 +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 src: Add missing mandatory SP after status code 2016-11-04 02:19:37 +09:00
asio_server_request_handler.h asio: Make redirect_handler and status_handler part of public API 2015-03-05 23:32:21 +09:00
asio_server_request_impl.cc asio: server: Limit incoming request header field buffer size 2016-02-11 23:20:31 +09:00
asio_server_request_impl.h asio: server: Limit incoming request header field buffer size 2016-02-11 23:20:31 +09:00
asio_server_response.cc asio: Add server::response::write_trailer() 2015-03-07 19:26:42 +09:00
asio_server_response_impl.cc Enable ConstructorInitializerAllOnOneLineOrOnePerLine for better diff 2016-01-27 21:14:07 +09:00
asio_server_response_impl.h Fix compile error "chosen constructor is explicit in copy-initialization" 2015-03-14 15:54:55 +09:00
asio_server_serve_mux.cc src: Refactor using StringRef, simplify function parameters 2016-03-04 00:26:59 +09:00
asio_server_serve_mux.h asio: Add serve_mux class to route incoming requet by path 2015-03-05 02:12:32 +09:00
asio_server_stream.cc asio: Fix compile error with gcc 2015-03-06 02:05:01 +09:00
asio_server_stream.h asio: Fix compile error with gcc 2015-03-06 02:05:01 +09:00
asio_server_tls_context.cc Fix compile error with -Wunused-function 2018-04-03 21:33:09 +09:00
asio_server_tls_context.h asio: Clean up server API to explicitly set error code 2015-03-07 01:10:49 +09:00
base64.h base64: Assert that input is multiple of 4 2016-10-03 22:09:45 +09:00
base64_test.cc nghtpx: Add BlockAllocator version of base64 2016-10-02 22:28:43 +09:00
base64_test.h src: Faster base64 2016-01-27 15:31:09 +09:00
buffer.h nghttpx: Add shared session cache using memcached 2015-07-26 23:33:06 +09:00
buffer_test.cc
buffer_test.h Check more headers and funcs 2015-05-13 23:29:20 +09:00
ca-config.json nghttpx: Rewrite CertLookupTree using Router 2016-06-25 22:52:01 +09:00
ca.nghttp2.org-key.pem nghttpx: Rewrite CertLookupTree using Router 2016-06-25 22:52:01 +09:00
ca.nghttp2.org.csr nghttpx: Rewrite CertLookupTree using Router 2016-06-25 22:52:01 +09:00
ca.nghttp2.org.csr.json nghttpx: Rewrite CertLookupTree using Router 2016-06-25 22:52:01 +09:00
ca.nghttp2.org.pem nghttpx: Rewrite CertLookupTree using Router 2016-06-25 22:52:01 +09:00
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 src: Add constexpr to long_options 2017-01-09 19:28:00 +09:00
h2load.cc h2load: -r and --duration are mutually exclusive 2018-04-28 00:30:43 +09:00
h2load.h Remove SPDY 2017-12-17 13:28:44 +09:00
h2load_http1_session.cc h2load: Explicitly count the number of requests left and inflight 2017-01-26 00:16:12 +09:00
h2load_http1_session.h h2load: Implement HTTP/1 upload 2016-06-12 17:42:12 +09:00
h2load_http2_session.cc h2load: Print out h2 header fields with --verbose option 2017-09-22 18:12:20 +09:00
h2load_http2_session.h h2load: Implement HTTP/1 upload 2016-06-12 17:42:12 +09:00
h2load_session.h h2load: Implement HTTP/1 upload 2016-06-12 17:42:12 +09:00
http-parser.patch
http2.cc src: Define 103 status code 2017-12-20 19:30:55 +09:00
http2.h Fix typos 2017-10-28 22:25:42 +09:00
http2_test.cc nghttpx: Forward multiple via, xff, and xfp header fields 2017-04-26 21:23:13 +09:00
http2_test.h nghttpx: Parse te header field a bit more properly 2016-11-07 22:47:48 +09:00
inflatehd.cc clang-format-5.0 2017-11-23 14:19:12 +09:00
libevent_util.cc Enable ConstructorInitializerAllOnOneLineOrOnePerLine for better diff 2016-01-27 21:14:07 +09:00
libevent_util.h
libnghttp2_asio.pc.in
memchunk.h Amend some macro comments 2017-10-14 11:50:16 +09:00
memchunk_test.cc src: memchunks: Don't use std::unique_ptr to avoid potential SO 2017-05-25 00:23:51 +09:00
memchunk_test.h nghttpx: Rewrite TLS async handshake using memchunk buffers 2015-08-13 00:42:59 +09:00
network.h Amend some macro comments 2017-10-14 11:50:16 +09:00
nghttp.cc libressl 2.7 has X509_VERIFY_PARAM_* 2018-04-14 18:31:57 +09:00
nghttp.h nghttp: Add -y, --no-verify-peer option to suppress peer verify warn 2017-04-28 09:53:37 +09:00
nghttp2_config.h Remove monotonic_clock replacement macro for gcc-4.6 2015-07-29 21:19:33 +09:00
nghttp2_gzip.c nghttp2_gzip: fix this statement may fall through [-Werror=implicit-fallthrough=] found by gcc7 2017-02-27 21:38:55 +01:00
nghttp2_gzip.h
nghttp2_gzip_test.c Compile with --disable-assert 2017-05-18 23:10:44 +09:00
nghttp2_gzip_test.h Check more headers and funcs 2015-05-13 23:29:20 +09:00
nghttpd.cc clang-format-5.0 2017-11-23 14:19:12 +09:00
shrpx-unittest.cc src: Add tests 2017-11-01 22:18:03 +09:00
shrpx.cc nghttpx: Close listening socket on graceful shutdown 2018-02-26 22:40:24 +09:00
shrpx.h nghttpx: Fix bug that old config is used during reloading config 2017-02-16 22:46:22 +09:00
shrpx_accept_handler.cc nghttpx: Remove duplicated util::make_socket_nodelay 2017-11-04 13:00:17 +09:00
shrpx_accept_handler.h Rename FrontendAddr as UpstreamAddr 2016-02-07 17:51:53 +09:00
shrpx_api_downstream_connection.cc nghttpx: Write API request body in temporary file 2017-12-03 16:19:57 +09:00
shrpx_api_downstream_connection.h nghttpx: Write API request body in temporary file 2017-12-03 16:19:57 +09:00
shrpx_client_handler.cc Add comment on #endif 2018-04-03 21:39:44 +09:00
shrpx_client_handler.h nghttpx: Cookie based session affinity 2017-11-01 22:18:03 +09:00
shrpx_config.cc Define LIBRESSL_LEGACY_API and LIBRESSL_2_7_API 2018-04-14 18:09:47 +09:00
shrpx_config.h nghttpx: Add an option to accept expired client certificate 2018-02-08 16:51:23 +09:00
shrpx_config_test.cc Compile with --disable-assert 2017-05-18 23:10:44 +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 nghttpx: Fix bug that old config is used during reloading config 2017-02-16 22:46:22 +09:00
shrpx_connect_blocker.h clang-format-5.0 2017-11-23 14:19:12 +09:00
shrpx_connection.cc Compile with libressl 2.7.2 2018-04-14 18:09:47 +09:00
shrpx_connection.h nghttpx: Enable signed_certificate_timestamp extension for TLSv1.3 2017-04-09 14:11:49 +09:00
shrpx_connection_handler.cc nghttpx: Close listening socket on graceful shutdown 2018-02-26 22:40:24 +09:00
shrpx_connection_handler.h nghttpx: Close listening socket on graceful shutdown 2018-02-26 22:40:24 +09:00
shrpx_dns_resolver.cc Compile with --disable-assert 2017-05-18 23:10:44 +09:00
shrpx_dns_resolver.h nghttpx: Lookup backend host name dynamically 2016-12-10 21:09:50 +09:00
shrpx_dns_tracker.cc Compile with --disable-assert 2017-05-18 23:10:44 +09:00
shrpx_dns_tracker.h nghttpx: Periodically remove expired DNS cache entries 2016-12-11 10:42:54 +09:00
shrpx_downstream.cc Merge pull request #1036 from nghttp2/nghttpx-affinity-cookie 2017-11-01 22:45:38 +09:00
shrpx_downstream.h nghttpx: Remember which resource is pushed 2018-01-04 22:35:22 +09:00
shrpx_downstream_connection.cc nghttpx: Fix bug that old config is used during reloading config 2017-02-16 22:46:22 +09:00
shrpx_downstream_connection.h nghttpx: Fix bug that old config is used during reloading config 2017-02-16 22:46:22 +09:00
shrpx_downstream_connection_pool.cc nghttpx: Close and disallow h1 backend connection on backend replacement 2016-06-04 12:16:31 +09:00
shrpx_downstream_connection_pool.h nghttpx: Close and disallow h1 backend connection on backend replacement 2016-06-04 12:16:31 +09:00
shrpx_downstream_queue.cc Compile with --disable-assert 2017-05-18 23:10:44 +09:00
shrpx_downstream_queue.h nghttpx: Avoid extra allocation on look up host key 2016-10-18 22:19:53 +09:00
shrpx_downstream_test.cc src: Add tests 2017-11-01 22:18:03 +09:00
shrpx_downstream_test.h src: Add tests 2017-11-01 22:18:03 +09:00
shrpx_dual_dns_resolver.cc nghttpx: Just return DNS_STATUS_ERROR 2016-12-11 10:39:19 +09:00
shrpx_dual_dns_resolver.h nghttpx: Lookup backend host name dynamically 2016-12-10 21:09:50 +09:00
shrpx_error.h nghttpx: Redirect to HTTPS URI with redirect-if-not-tls param 2017-02-18 22:32:27 +09:00
shrpx_exec.cc src: Add static to constexpr char[] 2017-09-20 23:54:10 +09:00
shrpx_exec.h nghttpx: Refactor ocsp command execution 2016-10-08 15:22:11 +09:00
shrpx_health_monitor_downstream_connection.cc nghttpx: Fix bug that old config is used during reloading config 2017-02-16 22:46:22 +09:00
shrpx_health_monitor_downstream_connection.h nghttpx: Add access log variable for backend host and port 2016-08-05 00:04:47 +09:00
shrpx_http.cc nghttpx: Add affinity-cookie-secure parameter to backend option 2017-11-21 22:29:22 +09:00
shrpx_http.h nghttpx: Add affinity-cookie-secure parameter to backend option 2017-11-21 22:29:22 +09:00
shrpx_http2_downstream_connection.cc nghttpx: Add upgrade-scheme parameter to backend option 2018-01-08 18:08:01 +09:00
shrpx_http2_downstream_connection.h nghttpx: Add access log variable for backend host and port 2016-08-05 00:04:47 +09:00
shrpx_http2_session.cc Add comment on #endif 2018-04-03 21:39:44 +09:00
shrpx_http2_session.h nghttpx: Fix bug that old config is used during reloading config 2017-02-16 22:46:22 +09:00
shrpx_http2_upstream.cc nghttpx: Remember which resource is pushed 2018-01-04 22:35:22 +09:00
shrpx_http2_upstream.h nghttpx: Add --frontend-max-requests option 2017-02-20 23:36:50 +09:00
shrpx_http_downstream_connection.cc nghttpx: Fix bug that h1 backend idle timeout expires sooner 2018-02-02 21:09:04 +09:00
shrpx_http_downstream_connection.h nghttpx: Make initial_addr_idx_ unsigned 2017-11-04 17:30:56 +09:00
shrpx_http_test.cc src: Add tests 2017-11-01 22:18:03 +09:00
shrpx_http_test.h src: Add tests 2017-11-01 22:18:03 +09:00
shrpx_https_upstream.cc nghttpx: Add affinity-cookie-secure parameter to backend option 2017-11-21 22:29:22 +09:00
shrpx_https_upstream.h nghttpx: Add --frontend-max-requests option 2017-02-20 23:36:50 +09:00
shrpx_io_control.cc
shrpx_io_control.h nghttpx: Fix travis gcc compile error 2017-02-17 00:42:25 +09:00
shrpx_live_check.cc Add comment on #endif 2018-04-03 21:39:44 +09:00
shrpx_live_check.h nghttpx: Lookup backend host name dynamically 2016-12-10 21:09:50 +09:00
shrpx_log.cc clang-format-5.0 2017-11-23 14:19:12 +09:00
shrpx_log.h clang-format-5.0 2017-11-23 14:19:12 +09:00
shrpx_log_config.cc nghttpx: Use std::chrono::duration_cast 2017-02-17 00:33:26 +09:00
shrpx_log_config.h nghttpx: Update log time stamp in millisecond interval 2017-02-17 00:18:07 +09:00
shrpx_memcached_connection.cc Use clang-format-4.0 2017-04-30 15:45:53 +09:00
shrpx_memcached_connection.h nghttpx: Rename shrpx_ssl.{h,cc} as shrpx_tls.{h,cc} 2017-04-01 15:12:28 +09:00
shrpx_memcached_dispatcher.cc nghttpx: Fix bug that old config is used during reloading config 2017-02-16 22:46:22 +09:00
shrpx_memcached_dispatcher.h nghttpx: Fix bug that old config is used during reloading config 2017-02-16 22:46:22 +09:00
shrpx_memcached_request.h nghttpx: Add shared session cache using memcached 2015-07-26 23:33:06 +09:00
shrpx_memcached_result.h nghttpx: Add TLS ticket key sharing among nghttpx instances using memcached 2015-07-28 00:54:44 +09:00
shrpx_mruby.cc nghttpx: Fix bug that old config is used during reloading config 2017-02-16 22:46:22 +09:00
shrpx_mruby.h nghttpx: Fix bug that old config is used during reloading config 2017-02-16 22:46:22 +09:00
shrpx_mruby_module.cc nghttpx: Add custom memory allocator mainly for header related objects 2016-03-09 21:16:28 +09:00
shrpx_mruby_module.h nghttpx: Add custom memory allocator mainly for header related objects 2016-03-09 21:16:28 +09:00
shrpx_mruby_module_env.cc nghttpx: Add mruby tls_client_not_before, and tls_client_not_after 2018-02-08 16:25:31 +09:00
shrpx_mruby_module_env.h nghttpx: Fix bug that old config is used during reloading config 2017-02-16 22:46:22 +09:00
shrpx_mruby_module_request.cc Fix #1119: Stop overwrite of first header on mruby call to env.req.set_header(..) 2018-01-26 18:49:08 -08:00
shrpx_mruby_module_request.h nghttpx: Fix bug that old config is used during reloading config 2017-02-16 22:46:22 +09:00
shrpx_mruby_module_response.cc mruby: Fix bug that response header is unexpectedly overwritten 2018-01-28 19:41:45 +09:00
shrpx_mruby_module_response.h nghttpx: Fix bug that old config is used during reloading config 2017-02-16 22:46:22 +09:00
shrpx_process.h nghttpx: Fix improper signal handling 2015-09-24 23:43:24 +09:00
shrpx_rate_limit.cc nghttpx: Fix bug that old config is used during reloading config 2017-02-16 22:46:22 +09:00
shrpx_rate_limit.h nghttpx: Rewrite TLS async handshake using memchunk buffers 2015-08-13 00:42:59 +09:00
shrpx_router.cc nghttpx: Wildcard path matching 2017-05-11 22:15:28 +09:00
shrpx_router.h nghttpx: Wildcard path matching 2017-05-11 22:15:28 +09:00
shrpx_router_test.cc clang-format-5.0 2017-11-23 14:19:12 +09:00
shrpx_router_test.h nghttpx: Wildcard path matching 2017-05-11 22:15:28 +09:00
shrpx_signal.cc nghttpx: Don't call functions which are not async-signal-safe 2017-03-01 22:42:30 +09:00
shrpx_signal.h nghttpx: Don't call functions which are not async-signal-safe 2017-03-01 22:42:30 +09:00
shrpx_tls.cc Use LIBRESSL_IN_USE instead of defined(LIBRESSL_VERSION_NUMBER) 2018-04-14 18:31:57 +09:00
shrpx_tls.h nghttpx: Add mruby tls_client_not_before, and tls_client_not_after 2018-02-08 16:25:31 +09:00
shrpx_tls_test.cc src: Add static to constexpr char[] 2017-09-20 23:54:10 +09:00
shrpx_tls_test.h nghttpx: Rename shrpx_ssl.{h,cc} as shrpx_tls.{h,cc} 2017-04-01 15:12:28 +09:00
shrpx_upstream.h nghttpx: Redirect to HTTPS URI with redirect-if-not-tls param 2017-02-18 22:32:27 +09:00
shrpx_worker.cc nghttpx: Add upgrade-scheme parameter to backend option 2018-01-08 18:08:01 +09:00
shrpx_worker.h nghttpx: Add upgrade-scheme parameter to backend option 2018-01-08 18:08:01 +09:00
shrpx_worker_process.cc nghttpx: Close listening socket on graceful shutdown 2018-02-26 22:40:24 +09:00
shrpx_worker_process.h nghttpx: Fix bug that old config is used during reloading config 2017-02-16 22:46:22 +09:00
shrpx_worker_test.cc nghttpx: Fix path matching bug 2017-04-18 21:03:50 +09:00
shrpx_worker_test.h src: Fix tests 2016-02-29 00:05:32 +09:00
ssl_compat.h Compile with libressl 2.7.2 2018-04-14 18:09:47 +09:00
template.h Add constexpr to StringRef(const CharT *, size_t) 2017-01-09 21:15:53 +09:00
template_test.cc Make ImmutableString(const char*) explicit 2016-08-26 22:40:59 +09:00
template_test.h src: Add tests for ImmutableString and StringRef 2016-01-17 16:32:55 +09:00
test.example.com-key.pem nghttpx: Rewrite CertLookupTree using Router 2016-06-25 22:52:01 +09:00
test.example.com.csr nghttpx: Rewrite CertLookupTree using Router 2016-06-25 22:52:01 +09:00
test.example.com.csr.json nghttpx: Rewrite CertLookupTree using Router 2016-06-25 22:52:01 +09:00
test.example.com.pem nghttpx: Rewrite CertLookupTree using Router 2016-06-25 22:52:01 +09:00
test.nghttp2.org-key.pem nghttpx: Rewrite CertLookupTree using Router 2016-06-25 22:52:01 +09:00
test.nghttp2.org.csr nghttpx: Rewrite CertLookupTree using Router 2016-06-25 22:52:01 +09:00
test.nghttp2.org.csr.json nghttpx: Rewrite CertLookupTree using Router 2016-06-25 22:52:01 +09:00
test.nghttp2.org.pem nghttpx: Rewrite CertLookupTree using Router 2016-06-25 22:52:01 +09:00
timegm.c Fix build error with Android NDK 2015-07-30 22:57:25 +09:00
timegm.h src: Don't use struct tm.tm_yday from strptime 2015-07-19 17:14:25 +09:00
tls.cc src: Rename ssl.{h,cc} as tls.{h,cc} 2017-04-01 15:12:28 +09:00
tls.h clang-format-5.0 2017-11-23 14:19:12 +09:00
util.cc src: Define nghttp2_inet_pton wrapper to avoid inet_pton macro 2018-02-12 16:22:47 +09:00
util.h nghttpx: Add mruby tls_client_not_before, and tls_client_not_after 2018-02-08 16:25:31 +09:00
util_test.cc src: Fix memory leak in unit test 2017-10-24 21:40:30 +09:00
util_test.h nghttpx: Redirect to HTTPS URI with redirect-if-not-tls param 2017-02-18 22:32:27 +09:00
xsi_strerror.c src: Add XSI-compliant version strerror_r 2016-10-16 22:47:56 +09:00
xsi_strerror.h xsi_strerror: Use stddef.h so that we can use size_t 2016-10-19 23:50:28 +09:00