..
includes
Add CMake-related files to EXTRA_DIST
2016-03-12 01:38:12 +01:00
.gitignore
Refactor .gitignore files
2015-03-29 18:40:37 +09:00
CMakeLists.txt
cmake: fix compatibility with cmake before 3.3
2016-03-13 12:30:41 +01: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: Limit request header buffer
2016-02-11 23:20:31 +09:00
HttpServer.h
nghttpd: Limit request header buffer
2016-02-11 23:20:31 +09:00
Makefile.am
Add CMake-related files to EXTRA_DIST
2016-03-12 01:38:12 +01: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: 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_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
asio: client: Fix connect timeout does not work, return from cb if session stopped
2016-02-06 11:05:13 +09:00
asio_client_session_impl.cc
asio: client: Limit incoming response header field buffer size
2016-02-11 23:20:31 +09:00
asio_client_session_impl.h
asio: client: Fix connect timeout does not work, return from cb if session stopped
2016-02-06 11:05:13 +09:00
asio_client_session_tcp_impl.cc
asio: client: Fix connect timeout does not work, return from cb if session stopped
2016-02-06 11:05:13 +09:00
asio_client_session_tcp_impl.h
asio: client: Fix connect timeout does not work, return from cb if session stopped
2016-02-06 11:05:13 +09:00
asio_client_session_tls_impl.cc
asio: client: Fix connect timeout does not work, return from cb if session stopped
2016-02-06 11:05:13 +09:00
asio_client_session_tls_impl.h
asio: client: Fix connect timeout does not work, return from cb if session stopped
2016-02-06 11:05:13 +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: 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
Enable ConstructorInitializerAllOnOneLineOrOnePerLine for better diff
2016-01-27 21:14:07 +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
asio: server: Limit incoming request header field buffer size
2016-02-11 23:20:31 +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
Enable ConstructorInitializerAllOnOneLineOrOnePerLine for better diff
2016-01-27 21:14:07 +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: Rewrite response body handling if response body is not expected
2015-03-06 21:36:40 +09:00
asio_server_request_handler.h
…
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: Rename startsWith as starts_with
2015-11-28 00:42:51 +09:00
asio_server_serve_mux.h
…
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
asio: ALPN support
2015-11-07 22:53:25 +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
src: Faster base64
2016-01-27 15:31:09 +09:00
base64_test.cc
src: Faster base64
2016-01-27 15:31:09 +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
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
Enable ConstructorInitializerAllOnOneLineOrOnePerLine for better diff
2016-01-27 21:14:07 +09:00
h2load.h
h2load: Support UNIX domain socket
2016-01-19 19:24:15 +09:00
h2load_http1_session.cc
Enable ConstructorInitializerAllOnOneLineOrOnePerLine for better diff
2016-01-27 21:14:07 +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: Change pushed stream's priority
2016-01-21 21:11:57 +09:00
http2.h
Enable ConstructorInitializerAllOnOneLineOrOnePerLine for better diff
2016-01-27 21:14:07 +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
nghttpx: Add Request#push in mruby scripting
2015-09-06 00:05:07 +09:00
inflatehd.cc
Use -fvisibility=hidden for internal functions
2015-10-23 00:08:15 +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
Enable ConstructorInitializerAllOnOneLineOrOnePerLine for better diff
2016-01-27 21:14:07 +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
nghttp: Limit incoming header field buffer
2016-02-11 23:20:31 +09:00
nghttp.h
nghttp: Limit incoming header field buffer
2016-02-11 23:20:31 +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.h
…
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
nghttpd: Add -w and -W options to change window size
2016-01-27 22:34:17 +09:00
shrpx-unittest.cc
nghttpx: More log output when resolving addresses for better debugging
2016-02-13 23:21:32 +09:00
shrpx.cc
nghttpx: More log output when resolving addresses for better debugging
2016-02-13 23:21:32 +09:00
shrpx.h
Check initgroups with AC_CHECK_DECLS for cygwin
2015-12-24 21:15:46 +09:00
shrpx_accept_handler.cc
Rename FrontendAddr as UpstreamAddr
2016-02-07 17:51:53 +09:00
shrpx_accept_handler.h
Rename FrontendAddr as UpstreamAddr
2016-02-07 17:51:53 +09:00
shrpx_client_handler.cc
src: Remove verbose const
2016-02-07 18:12:57 +09:00
shrpx_client_handler.h
Rename FrontendAddr as UpstreamAddr
2016-02-07 17:51:53 +09:00
shrpx_config.cc
nghttpx: Use Header to store custom request/response header fields
2016-02-13 22:19:05 +09:00
shrpx_config.h
nghttpx: Use Header to store custom request/response header fields
2016-02-13 22:19:05 +09:00
shrpx_config_test.cc
nghttpx: Use Header to store custom request/response header fields
2016-02-13 22:19:05 +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: Add --no-http2-cipher-black-list to allow black listed cipher suite
2016-02-06 17:05:14 +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: Add encryption support for TLS ticket key retrieval
2016-02-13 18:46:07 +09:00
shrpx_connection_handler.h
nghttpx: Add encryption support for TLS ticket key retrieval
2016-02-13 18:46:07 +09:00
shrpx_downstream.cc
Enable ConstructorInitializerAllOnOneLineOrOnePerLine for better diff
2016-01-27 21:14:07 +09:00
shrpx_downstream.h
Enable ConstructorInitializerAllOnOneLineOrOnePerLine for better diff
2016-01-27 21:14:07 +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
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: 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
nghttpx: Add response mruby hook
2015-09-03 01:33:52 +09:00
shrpx_http.cc
nghttpx: Don't quote Forwarded "by" parameter if it is special value "localhost"
2016-02-01 23:31:21 +09:00
shrpx_http.h
nghttpx: Support multiple frontend addresses
2016-02-01 23:10:29 +09:00
shrpx_http2_downstream_connection.cc
nghttpx: Use Header to store custom request/response header fields
2016-02-13 22:19:05 +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: Remove rb_ from HTTP/2 backend session
2016-02-07 19:20:17 +09:00
shrpx_http2_session.h
nghttpx: Remove rb_ from HTTP/2 backend session
2016-02-07 19:20:17 +09:00
shrpx_http2_upstream.cc
nghttpx: Interleave text/html pushed resources with associated resource
2016-02-14 00:28:08 +09:00
shrpx_http2_upstream.h
nghttpx: Use DefaultMemchunks as HTTP/2 and SPDY frontend response buffer
2016-01-27 15:28:01 +09:00
shrpx_http_downstream_connection.cc
nghttpx: Use Header to store custom request/response header fields
2016-02-13 22:19:05 +09:00
shrpx_http_downstream_connection.h
nghttpx: Store pointer to DownstreamAddr
2016-02-07 18:38:06 +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: Add headers given in add-response-headers for mruby response
2016-02-13 22:31:38 +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: Add TLS support for session cache memcached connection
2016-02-13 18:46:07 +09:00
shrpx_memcached_connection.h
nghttpx: Add TLS support for session cache memcached connection
2016-02-13 18:46:07 +09:00
shrpx_memcached_dispatcher.cc
nghttpx: Add TLS support for session cache memcached connection
2016-02-13 18:46:07 +09:00
shrpx_memcached_dispatcher.h
nghttpx: Add TLS support for session cache memcached connection
2016-02-13 18:46:07 +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: 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
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: Extract request related fields to Request struct
2016-01-14 01:04:32 +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: Extract response related fields to Response struct
2016-01-14 01:05:10 +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
Enable ConstructorInitializerAllOnOneLineOrOnePerLine for better diff
2016-01-27 21:14:07 +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
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: Add headers given in add-response-headers for mruby response
2016-02-13 22:31:38 +09:00
shrpx_spdy_upstream.h
nghttpx: Use DefaultMemchunks as HTTP/2 and SPDY frontend response buffer
2016-01-27 15:28:01 +09:00
shrpx_ssl.cc
nghttpx: Add client auth options for session cache memcached TLS connection
2016-02-13 18:46:07 +09:00
shrpx_ssl.h
nghttpx: Add client auth options for session cache memcached TLS connection
2016-02-13 18:46:07 +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: Add TLS support for session cache memcached connection
2016-02-13 18:46:07 +09:00
shrpx_worker.h
nghttpx: Add TLS support for session cache memcached connection
2016-02-13 18:46:07 +09:00
shrpx_worker_process.cc
nghttpx: Add encryption support for TLS ticket key retrieval
2016-02-13 18:46:07 +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
Update default cipher list
2016-02-14 00:44:50 +09:00
ssl.h
nghttpx: Add --no-http2-cipher-black-list to allow black listed cipher suite
2016-02-06 17:05:14 +09:00
template.h
src: Add constexpr to StringRef ctors
2016-02-13 19:15:14 +09:00
template_test.cc
nghttpx: Support multiple frontend addresses
2016-02-01 23:10:29 +09:00
template_test.h
src: Add tests for ImmutableString and StringRef
2016-01-17 16:32:55 +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
nghttpx: More log output when resolving addresses for better debugging
2016-02-13 23:21:32 +09:00
util.h
nghttpx: More log output when resolving addresses for better debugging
2016-02-13 23:21:32 +09:00
util_test.cc
nghttpx: More log output when resolving addresses for better debugging
2016-02-13 23:21:32 +09:00
util_test.h
nghttpx: More log output when resolving addresses for better debugging
2016-02-13 23:21:32 +09:00