..
includes
libnghttp2_asio: Move common types and functions to nghttp2::asio_http2 ns
2014-09-28 16:54:00 +09:00
.gitignore
Update src/.gitignore
2014-03-04 01:16:42 +09:00
HtmlParser.cc
Replace HTTP/2.0 with HTTP/2
2014-03-30 19:26:37 +09:00
HtmlParser.h
Replace HTTP/2.0 with HTTP/2
2014-03-30 19:26:37 +09:00
HttpServer.cc
Fix bugs found by coverity scan
2014-10-10 22:50:35 +09:00
HttpServer.h
Fix bugs found by coverity scan
2014-10-10 22:50:35 +09:00
Makefile.am
nghttpx: Pool http downstream connection per thread
2014-10-13 21:09:00 +09:00
app_helper.cc
src: Add missing SETTINGS ID to debug output
2014-08-29 00:14:10 +09:00
app_helper.h
Remove nghttp2_on_unknown_frame_recv_callback
2014-08-25 21:24:04 +09:00
asio_connection.h
libnghttp2_asio: Add request::run_task to execute task in separate thread
2014-09-28 16:25:45 +09:00
asio_http2_handler.cc
libnghttp2_asio: Move common types and functions to nghttp2::asio_http2 ns
2014-09-28 16:54:00 +09:00
asio_http2_handler.h
libnghttp2_asio: Move common types and functions to nghttp2::asio_http2 ns
2014-09-28 16:54:00 +09:00
asio_http2_impl.cc
libnghttp2_asio: Move common types and functions to nghttp2::asio_http2 ns
2014-09-28 16:54:00 +09:00
asio_http2_impl.h
libnghttp2_asio: Add request::run_task to execute task in separate thread
2014-09-28 16:25:45 +09:00
asio_io_service_pool.cc
libnghttp2_asio: Add request::run_task to execute task in separate thread
2014-09-28 16:25:45 +09:00
asio_io_service_pool.h
libnghttp2_asio: Add request::run_task to execute task in separate thread
2014-09-28 16:25:45 +09:00
asio_server.cc
libnghttp2_asio: Add request::run_task to execute task in separate thread
2014-09-28 16:25:45 +09:00
asio_server.h
libnghttp2_asio: Add request::run_task to execute task in separate thread
2014-09-28 16:25:45 +09:00
base64.h
Replace HTTP/2.0 with HTTP/2
2014-03-30 19:26:37 +09:00
comp_helper.c
Remove HPACK reference set
2014-07-31 23:05:52 +09:00
comp_helper.h
src: Use C++ style comments for C++ source code
2014-05-14 23:22:23 +09:00
deflatehd.cc
Remove HPACK reference set
2014-07-31 23:05:52 +09:00
h2load.cc
src: Fix possible heap-use-after free for OpenSSL global locking
2014-10-14 21:47:07 +09:00
h2load.h
h2load: Fix failed stream count is added multiple times
2014-06-26 23:20:12 +09:00
h2load_http2_session.cc
src: Move libevent related helper functions to libevent_util
2014-09-24 00:45:40 +09:00
h2load_http2_session.h
Replace HTTP/2.0 with HTTP/2
2014-03-30 19:26:37 +09:00
h2load_session.h
Replace HTTP/2.0 with HTTP/2
2014-03-30 19:26:37 +09:00
h2load_spdy_session.cc
src: Add util::array_size
2014-08-28 00:45:12 +09:00
h2load_spdy_session.h
src: Move libevent related helper functions to libevent_util
2014-09-24 00:45:40 +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
src: Add util::array_size
2014-08-28 00:45:12 +09:00
http2.h
nghttp: Support non-final response and check pseudo headers
2014-08-08 23:03:12 +09:00
http2_test.cc
nghttp: Support non-final response and check pseudo headers
2014-08-08 23:03:12 +09:00
http2_test.h
nghttp: Support non-final response and check pseudo headers
2014-08-08 23:03:12 +09:00
inflatehd.cc
src: Use C++ style comments for C++ source code
2014-05-14 23:22:23 +09:00
libevent_util.cc
src: Move libevent related helper functions to libevent_util
2014-09-24 00:45:40 +09:00
libevent_util.h
src: Move libevent related helper functions to libevent_util
2014-09-24 00:45:40 +09:00
libnghttp2_asio.pc.in
Add C++ library libnghttp2_asio on top of libnghttp2
2014-09-24 00:45:40 +09:00
nghttp.cc
src: Move libevent related helper functions to libevent_util
2014-09-24 00:45:40 +09:00
nghttp2_config.h
Replace HTTP/2.0 with HTTP/2
2014-03-30 19:26:37 +09:00
nghttp2_gzip.c
Fix compile error with -Wshorten-64-to-32
2014-06-11 23:37:16 +09:00
nghttp2_gzip.h
Remove NGHTTP2_ERR_GZIP error code
2014-05-06 23:42:57 +09:00
nghttp2_gzip_test.c
Fix compile error with -Wshorten-64-to-32
2014-06-11 23:37:16 +09:00
nghttp2_gzip_test.h
Fix unittest build error
2014-05-06 23:42:32 +09:00
nghttpd.cc
src: Fix possible heap-use-after free for OpenSSL global locking
2014-10-14 21:47:07 +09:00
shrpx-unittest.cc
tests: Include config.h
2014-08-27 23:36:57 +09:00
shrpx.cc
src: Fix possible heap-use-after free for OpenSSL global locking
2014-10-14 21:47:07 +09:00
shrpx.h
Compile with android NDK r10b 32bit target
2014-09-14 21:32:53 +09:00
shrpx_client_handler.cc
nghttpx: Pool http downstream connection per thread
2014-10-13 21:09:00 +09:00
shrpx_client_handler.h
nghttpx: Pool http downstream connection per thread
2014-10-13 21:09:00 +09:00
shrpx_config.cc
nghttpx: Strict integer config validation
2014-08-27 23:36:36 +09:00
shrpx_config.h
nghttpx: Add --listener-disable-timeout option
2014-08-27 22:34:00 +09:00
shrpx_config_test.cc
nghttpx: Use std::vector for tls_proto_list and npn_list
2014-06-08 23:09:44 +09:00
shrpx_config_test.h
src: Use C++ style comments for C++ source code
2014-05-14 23:22:23 +09:00
shrpx_connect_blocker.cc
nghttpx: Implement connection blocker for HTTP/1 backend
2014-08-19 23:36:04 +09:00
shrpx_connect_blocker.h
nghttpx: Implement connection blocker for HTTP/1 backend
2014-08-19 23:36:04 +09:00
shrpx_downstream.cc
Use uint32_t for HTTP/2 error_code
2014-08-25 21:24:04 +09:00
shrpx_downstream.h
Use uint32_t for HTTP/2 error_code
2014-08-25 21:24:04 +09:00
shrpx_downstream_connection.cc
nghttpx: Pool http downstream connection per thread
2014-10-13 21:09:00 +09:00
shrpx_downstream_connection.h
nghttpx: Pool http downstream connection per thread
2014-10-13 21:09:00 +09:00
shrpx_downstream_connection_pool.cc
nghttpx: Pool http downstream connection per thread
2014-10-13 21:09:00 +09:00
shrpx_downstream_connection_pool.h
nghttpx: Pool http downstream connection per thread
2014-10-13 21:09:00 +09:00
shrpx_downstream_queue.cc
nghttpx: Fix request is sent to backend prematurely with http2 upstream
2014-10-07 00:31:35 +09:00
shrpx_downstream_queue.h
nghttpx: Fix request is sent to backend prematurely with http2 upstream
2014-10-07 00:31:35 +09:00
shrpx_downstream_test.cc
src: Sort header fields so that pseudo headers come first
2014-08-07 23:27:13 +09:00
shrpx_downstream_test.h
Replace HTTP/2.0 with HTTP/2
2014-03-30 19:26:37 +09:00
shrpx_error.h
Replace HTTP/2.0 with HTTP/2
2014-03-30 19:26:37 +09:00
shrpx_http.cc
nghttpx: Rewrite logging system
2014-07-05 18:43:24 +09:00
shrpx_http.h
Replace HTTP/2.0 with HTTP/2
2014-03-30 19:26:37 +09:00
shrpx_http2_downstream_connection.cc
nghttpx: Pool http downstream connection per thread
2014-10-13 21:09:00 +09:00
shrpx_http2_downstream_connection.h
nghttpx: Pool http downstream connection per thread
2014-10-13 21:09:00 +09:00
shrpx_http2_session.cc
src: Move libevent related helper functions to libevent_util
2014-09-24 00:45:40 +09:00
shrpx_http2_session.h
nghttpx: Reset timeouts when either read or write succeeds
2014-09-18 23:19:28 +09:00
shrpx_http2_upstream.cc
nghttpx: Fix request is sent to backend prematurely with http2 upstream
2014-10-07 00:31:35 +09:00
shrpx_http2_upstream.h
nghttpx: Reset both timeouts when either read or write succeeds
2014-09-18 23:03:36 +09:00
shrpx_http_downstream_connection.cc
nghttpx: Pool http downstream connection per thread
2014-10-13 21:09:00 +09:00
shrpx_http_downstream_connection.h
nghttpx: Pool http downstream connection per thread
2014-10-13 21:09:00 +09:00
shrpx_https_upstream.cc
nghttpx: Reset both timeouts when either read or write succeeds
2014-09-18 23:03:36 +09:00
shrpx_https_upstream.h
nghttpx: Reset both timeouts when either read or write succeeds
2014-09-18 23:03:36 +09:00
shrpx_io_control.cc
src: Move libevent related helper functions to libevent_util
2014-09-24 00:45:40 +09:00
shrpx_io_control.h
Replace HTTP/2.0 with HTTP/2
2014-03-30 19:26:37 +09:00
shrpx_listen_handler.cc
nghttpx: Pool http downstream connection per thread
2014-10-13 21:09:00 +09:00
shrpx_listen_handler.h
nghttpx: Pool http downstream connection per thread
2014-10-13 21:09:00 +09:00
shrpx_log.cc
src: Add util::array_size
2014-08-28 00:45:12 +09:00
shrpx_log.h
nghttpx: Use pointer for worker_config
2014-08-19 22:29:44 +09:00
shrpx_spdy_upstream.cc
nghttpx: Apply same fix from a225bb2
to spdy upstream
2014-10-13 21:13:45 +09:00
shrpx_spdy_upstream.h
src: Move libevent related helper functions to libevent_util
2014-09-24 00:45:40 +09:00
shrpx_ssl.cc
nghttpx: Pool http downstream connection per thread
2014-10-13 21:09:00 +09:00
shrpx_ssl.h
nghttpx: Pool http downstream connection per thread
2014-10-13 21:09:00 +09:00
shrpx_ssl_test.cc
src: Add util::array_size
2014-08-28 00:45:12 +09:00
shrpx_ssl_test.h
src: Use C++ style comments for C++ source code
2014-05-14 23:22:23 +09:00
shrpx_thread_event_receiver.cc
nghttpx: Pool http downstream connection per thread
2014-10-13 21:09:00 +09:00
shrpx_thread_event_receiver.h
nghttpx: Pool http downstream connection per thread
2014-10-13 21:09:00 +09:00
shrpx_upstream.h
nghttpx: Reset both timeouts when either read or write succeeds
2014-09-18 23:03:36 +09:00
shrpx_worker.cc
src: Move libevent related helper functions to libevent_util
2014-09-24 00:45:40 +09:00
shrpx_worker.h
nghttpx: Add hot deploy feature
2014-08-13 00:43:54 +09:00
shrpx_worker_config.cc
nghttpx: Use pointer for worker_config
2014-08-19 22:29:44 +09:00
shrpx_worker_config.h
nghttpx: Use pointer for worker_config
2014-08-19 22:29:44 +09:00
ssl.cc
nghttpd: Use cipher suites recommended by Mozilla
2014-06-28 15:28:19 +09:00
ssl.h
nghttpd: Use cipher suites recommended by Mozilla
2014-06-28 15:28:19 +09:00
timegm.c
Update android-config and fix build warning with android NDK
2014-07-06 23:32:08 +09:00
timegm.h
Fix GCC build with -Werror
2014-05-06 17:06:40 +02:00
util.cc
src: Use fcntl and FD_CLOEXEC if O_CLOEXEC is undefined
2014-10-08 23:44:38 +09:00
util.h
src: Add utility APIs to asio_http2.h; add asio-sv2 example to serve files
2014-09-24 23:05:13 +09:00
util_test.cc
src: Eliminate use of snprintf
2014-05-14 22:39:28 +09:00
util_test.h
src: Eliminate use of snprintf
2014-05-14 22:39:28 +09:00