nghttp2/src
Tatsuhiro Tsujikawa 389a96483a nghttpx: Fix improper signal handling 2015-09-24 23:43:24 +09:00
..
includes asio: Document asynchronous parameter for listen_and_serve 2015-04-22 22:25:16 +09:00
.gitignore Refactor .gitignore files 2015-03-29 18:40:37 +09:00
HtmlParser.cc nghttp: Remove --dep-idle option 2015-04-17 22:24:06 +09:00
HtmlParser.h nghttp: Remove --dep-idle option 2015-04-17 22:24:06 +09:00
HttpServer.cc nghttpd: Fix crash without SSL/TLS 2015-08-21 22:50:15 +09:00
HttpServer.h src: Use user-defined literals for k, m, and g. 2015-06-21 14:32:47 +09:00
Makefile.am nghttpx: Fix improper signal handling 2015-09-24 23:43:24 +09:00
app_helper.cc src: Use user-defined literals for k, m, and g. 2015-06-21 14:32:47 +09:00
app_helper.h Merge branch 'master' into v1.0.0 2015-05-15 23:24:19 +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: Add client::request::write_trailer() 2015-03-07 23:04:31 +09:00
asio_client_request_impl.h asio: Add client::request::write_trailer() 2015-03-07 23:04:31 +09:00
asio_client_response.cc asio: Make impl() const 2015-03-05 02:12:31 +09:00
asio_client_response_impl.cc Use header_map instead of wrapping it 2015-03-05 02:12:31 +09:00
asio_client_response_impl.h asio: Separate client API to asio_http2_client.h 2015-03-05 02:12:31 +09:00
asio_client_session.cc asio: Add noexcept for move constructor and move assignment operator 2015-03-07 01:10:49 +09:00
asio_client_session_impl.cc src: Use user-defined literals for k, m, and g. 2015-06-21 14:32:47 +09:00
asio_client_session_impl.h src: Use user-defined literals for k, m, and g. 2015-06-21 14:32:47 +09:00
asio_client_session_tcp_impl.cc asio: Pass connected address to connect_cb 2015-03-05 02:12:31 +09:00
asio_client_session_tcp_impl.h asio: Separate client API to asio_http2_client.h 2015-03-05 02:12:31 +09:00
asio_client_session_tls_impl.cc asio: Pass connected address to connect_cb 2015-03-05 02:12:31 +09:00
asio_client_session_tls_impl.h asio: Separate client API to asio_http2_client.h 2015-03-05 02:12:31 +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 asio: client::configure_tls_context takes error_code 2015-03-07 01:10:49 +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 asio: Add host_service_from_uri() to extract remote address from URI 2015-03-07 01:10:49 +09:00
asio_common.h asio: Rename *_reader as *_generator and read_cb as generator_cb 2015-03-06 01:47:55 +09:00
asio_io_service_pool.cc clang-format 2015-04-24 00:17:13 +09:00
asio_io_service_pool.h Graceful shutdown and joinable server 2015-04-22 17:51:28 +08:00
asio_server.cc clang-format 2015-04-24 00:17:13 +09:00
asio_server.h Graceful shutdown and joinable server 2015-04-22 17:51:28 +08:00
asio_server_connection.h src: Use user-defined literals for k, m, and g. 2015-06-21 14:32:47 +09:00
asio_server_http2.cc clang-format 2015-04-24 00:17:13 +09:00
asio_server_http2_handler.cc Deal with 24 bytes client connection preface by default 2015-04-05 23:15:20 +09:00
asio_server_http2_handler.h asio: Add server::response::write_trailer() 2015-03-07 19:26:42 +09:00
asio_server_http2_impl.cc clang-format 2015-04-24 00:17:13 +09:00
asio_server_http2_impl.h clang-format 2015-04-24 00:17:13 +09:00
asio_server_request.cc asio: Add dtor to API classes 2015-03-05 21:51:44 +09:00
asio_server_request_handler.cc asio: Rewrite response body handling if response body is not expected 2015-03-06 21:36:40 +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: Move server classes to dedicated files 2015-03-05 21:42:48 +09:00
asio_server_request_impl.h asio: Move server classes to dedicated files 2015-03-05 21:42:48 +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 asio: Add server::response::write_trailer() 2015-03-07 19:26:42 +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 asio: Fix path matching in server 2015-03-07 01:10:49 +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 Guard ecdh use with !OPENSSL_NO_EC @asio_server_tls_context.cc 2015-08-12 15:32:54 +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 Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
buffer.h nghttpx: Add shared session cache using memcached 2015-07-26 23:33:06 +09:00
buffer_test.cc src: Remove ringbuf.h, use buffer.h instead 2015-02-06 23:40:34 +09:00
buffer_test.h Check more headers and funcs 2015-05-13 23:29:20 +09:00
comp_helper.c More warning flags for --enable-werror 2015-09-23 16:49:45 +09:00
comp_helper.h Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
deflatehd.cc src: Use user-defined literals for k, m, and g. 2015-06-21 14:32:47 +09:00
h2load.cc h2load: Fix npn defualt list 2015-09-18 23:03:36 +09:00
h2load.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
h2load_http1_session.cc 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
h2load_http1_session.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
h2load_http2_session.cc h2load: Record TTFB on first byte of response body, rather than first socket read 2015-09-12 11:18:54 +09:00
h2load_http2_session.h h2load: Add request stats (time for request min, max, mean and sd) 2015-01-31 23:49:30 +09:00
h2load_session.h Include inttypes.h (or cintypes for C++) instead of stdint.h 2015-05-14 00:17:45 +09:00
h2load_spdy_session.cc h2load: Record TTFB on first byte of response body, rather than first socket read 2015-09-12 11:18:54 +09:00
h2load_spdy_session.h h2load: Add request stats (time for request min, max, mean and sd) 2015-01-31 23:49:30 +09:00
http-parser.patch Add patch for http-parser to handle tunneling connection transparently 2012-12-20 01:05:51 +09:00
http2.cc nghttpx: Write h1 header into downstream buffer directly 2015-09-11 23:49:47 +09:00
http2.h nghttpx: Write h1 header into downstream buffer directly 2015-09-11 23:49:47 +09:00
http2_test.cc nghttpx: Write h1 header into downstream buffer directly 2015-09-11 23:49:47 +09:00
http2_test.h nghttpx: Add Request#push in mruby scripting 2015-09-06 00:05:07 +09:00
inflatehd.cc inflatehd: Fix crash if 'wire' value is not string 2015-05-15 22:29:57 +09:00
libevent_util.cc Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
libevent_util.h Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
libnghttp2_asio.pc.in Add C++ library libnghttp2_asio on top of libnghttp2 2014-09-24 00:45:40 +09:00
memchunk.h src: Cleanup 2015-09-12 02:10:07 +09:00
memchunk_test.cc nghttpx: Rewrite TLS async handshake using memchunk buffers 2015-08-13 00:42:59 +09:00
memchunk_test.h nghttpx: Rewrite TLS async handshake using memchunk buffers 2015-08-13 00:42:59 +09:00
nghttp.cc nghttp: Check req is null, found by coverity 2015-09-16 22:18:09 +09:00
nghttp.h nghttp: Add --max-concurrent-streams option 2015-07-08 00:22:21 +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 Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_gzip.h Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_gzip_test.c More warning flags for --enable-werror 2015-09-23 16:49:45 +09:00
nghttp2_gzip_test.h Check more headers and funcs 2015-05-13 23:29:20 +09:00
nghttpd.cc src: Use C++11 value-initialization, instead of memset-ing 0 2015-07-19 17:55:37 +09:00
shrpx-unittest.cc 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.cc nghttpx: Fix improper signal handling 2015-09-24 23:43:24 +09:00
shrpx.h nghttpx: Remove unused 2015-05-29 22:20:46 +09:00
shrpx_accept_handler.cc Check more headers and funcs 2015-05-13 23:29:20 +09:00
shrpx_accept_handler.h nghttpx: Rename ListenHandler as ConnectionHandler 2015-01-08 21:48:39 +09:00
shrpx_client_handler.cc nghttpx: Handle SSL/TLS data following PROXY protocol line 2015-09-17 22:26:49 +09:00
shrpx_client_handler.h nghttpx: Robust PROXY protocol implementation 2015-09-07 22:37:25 +09:00
shrpx_config.cc 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_config.h nghttpx: Split monolithic one process into control and worker processes 2015-09-18 23:28:26 +09:00
shrpx_config_test.cc 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_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: Don't call ev_TYPE_set macro while watcher is active 2015-01-21 21:43:49 +09:00
shrpx_connect_blocker.h src: Use libev for rest of the applications 2015-01-03 00:19:41 +09:00
shrpx_connection.cc nghttpx: Fix assertion failure on TLS handshake 2015-09-15 23:24:30 +09:00
shrpx_connection.h nghttpx: Drop connection before TLS finish if h2 requirement is not fulfilled 2015-08-31 23:30:40 +09:00
shrpx_connection_handler.cc nghttpx: Fix improper signal handling 2015-09-24 23:43:24 +09:00
shrpx_connection_handler.h Merge branch 'master' into nghttpx-mruby 2015-09-04 22:22:06 +09:00
shrpx_downstream.cc nghttpx: Fix build failure without mruby 2015-09-05 01:32:26 +09:00
shrpx_downstream.h nghttpx: Create authority from host or authority-form for CONNECT request 2015-09-03 23:36:49 +09:00
shrpx_downstream_connection.cc Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
shrpx_downstream_connection.h Select backend based on request host and path by extending -b option 2015-07-11 00:15:52 +09:00
shrpx_downstream_connection_pool.cc Select backend based on request host and path by extending -b option 2015-07-11 00:15:52 +09:00
shrpx_downstream_connection_pool.h Select backend based on request host and path by extending -b option 2015-07-11 00:15:52 +09:00
shrpx_downstream_queue.cc nghttpx: Add doc 2015-07-16 00:03:34 +09:00
shrpx_downstream_queue.h src: Use using instead of typedef 2015-06-21 19:37:50 +09:00
shrpx_downstream_test.cc Pool Memchunk per worker 2015-04-08 00:10:48 +09:00
shrpx_downstream_test.h Check more headers and funcs 2015-05-13 23:29:20 +09:00
shrpx_error.h nghttpx: Add response mruby hook 2015-09-03 01:33:52 +09:00
shrpx_http.cc src: Add missing dquote in HTML 2015-03-05 23:34:42 +09:00
shrpx_http.h Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
shrpx_http2_downstream_connection.cc nghttpx: Store empty string to path for server-wide OPTIONS request 2015-09-04 00:14:09 +09:00
shrpx_http2_downstream_connection.h nghttpx: Enable host-path backend routing in HTTP/2 backend 2015-07-12 23:02:30 +09:00
shrpx_http2_session.cc nghttpx: Add response mruby hook 2015-09-03 01:33:52 +09:00
shrpx_http2_session.h nghttpx: Pin frontend to specific HTTP/2 session object per group 2015-07-13 21:31:37 +09:00
shrpx_http2_upstream.cc nghttpx: Add x-http2-push header field for pushed resource 2015-09-14 00:28:19 +09:00
shrpx_http2_upstream.h nghttpx: Add Request#push in mruby scripting 2015-09-06 00:05:07 +09:00
shrpx_http_downstream_connection.cc nghttpx: Write h1 header into downstream buffer directly 2015-09-11 23:49:47 +09:00
shrpx_http_downstream_connection.h Select backend based on request host and path by extending -b option 2015-07-11 00:15:52 +09:00
shrpx_https_upstream.cc nghttpx: Write h1 header into downstream buffer directly 2015-09-11 23:49:47 +09:00
shrpx_https_upstream.h nghttpx: Write h1 header into downstream buffer directly 2015-09-11 23:49:47 +09:00
shrpx_io_control.cc nghttpx: Remove unused IOControl::set_lim 2015-01-03 00:19:41 +09:00
shrpx_io_control.h nghttpx: Remove unused IOControl::set_lim 2015-01-03 00:19:41 +09:00
shrpx_log.cc nghttpx: better handle /dev/stderr and /dev/stdout 2015-08-12 20:16:57 +02:00
shrpx_log.h nghttpx: Add shared session cache using memcached 2015-07-26 23:33:06 +09:00
shrpx_log_config.cc nghttpx: Add date header field to error_reply and send_reply 2015-09-07 23:11:23 +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: Rewrite TLS async handshake using memchunk buffers 2015-08-13 00:42:59 +09:00
shrpx_memcached_connection.h nghttpx: Create struct Address which holds struct sockaddr_union and length 2015-07-27 01:41:10 +09:00
shrpx_memcached_dispatcher.cc nghttpx: Create struct Address which holds struct sockaddr_union and length 2015-07-27 01:41:10 +09:00
shrpx_memcached_dispatcher.h nghttpx: Create struct Address which holds struct sockaddr_union and length 2015-07-27 01:41:10 +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 crash with signal QUIT if mruby is not initialized 2015-09-12 02:40:55 +09:00
shrpx_mruby.h nghttpx: Check allowed operations per phase 2015-09-05 01:07:29 +09:00
shrpx_mruby_module.cc nghttpx: Use gc arena save/restore when creating headers hash 2015-09-05 01:14:17 +09:00
shrpx_mruby_module.h nghttpx: Rewrite API; introduce Env object 2015-09-05 00:53:42 +09:00
shrpx_mruby_module_env.cc nghttpx: Remove unused includes 2015-09-05 01:12:51 +09:00
shrpx_mruby_module_env.h nghttpx: Rewrite API; introduce Env object 2015-09-05 00:53:42 +09:00
shrpx_mruby_module_request.cc nghttpx: Add Request#push in mruby scripting 2015-09-06 00:05:07 +09:00
shrpx_mruby_module_request.h nghttpx: Split up request class definition to dedicated files 2015-09-02 22:38:57 +09:00
shrpx_mruby_module_response.cc nghttpx: Add date header field to error_reply and send_reply 2015-09-07 23:11:23 +09:00
shrpx_mruby_module_response.h nghttpx: Add Response mruby object 2015-09-03 00:40:14 +09:00
shrpx_process.h nghttpx: Fix improper signal handling 2015-09-24 23:43:24 +09:00
shrpx_rate_limit.cc nghttpx: Rewrite TLS async handshake using memchunk buffers 2015-08-13 00:42:59 +09:00
shrpx_rate_limit.h nghttpx: Rewrite TLS async handshake using memchunk buffers 2015-08-13 00:42:59 +09:00
shrpx_signal.cc nghttpx: Fix improper signal handling 2015-09-24 23:43:24 +09:00
shrpx_signal.h nghttpx: Fix improper signal handling 2015-09-24 23:43:24 +09:00
shrpx_spdy_upstream.cc Update doc 2015-09-12 18:33:07 +09:00
shrpx_spdy_upstream.h nghttpx: Add Request#push in mruby scripting 2015-09-06 00:05:07 +09:00
shrpx_ssl.cc Do not try to set TCP_NODELAY when frontend is an UNIX socket 2015-09-23 12:22:34 +02:00
shrpx_ssl.h nghttpx: Fix tls handshake bug 2015-08-09 18:33:49 +09:00
shrpx_ssl_test.cc src: Move array_size to nghttp2 namespace 2015-02-06 22:44:09 +09:00
shrpx_ssl_test.h Check more headers and funcs 2015-05-13 23:29:20 +09:00
shrpx_upstream.h nghttpx: Add Request#push in mruby scripting 2015-09-06 00:05:07 +09:00
shrpx_worker.cc nghttpx: Split monolithic one process into control and worker processes 2015-09-18 23:28:26 +09:00
shrpx_worker.h nghttpx: Detect mruby presence and guard mruby related code with ifdef 2015-09-04 00:54:41 +09:00
shrpx_worker_process.cc nghttpx: Fix improper signal handling 2015-09-24 23:43: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 nghttpx: Don't allow blacked listed cipher suites for HTTP/2 connection 2015-08-19 23:42:43 +09:00
ssl.h nghttpx: Don't allow blacked listed cipher suites for HTTP/2 connection 2015-08-19 23:42:43 +09:00
template.h src: Robust make_array implementation 2015-09-24 23:43:07 +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
util.cc 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
util.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
util_test.cc 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
util_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