nghttp2/src
Tatsuhiro Tsujikawa 2b7627f70c h2load: Use raw-string literal for help output 2014-03-14 01:06:47 +09:00
..
.gitignore Update src/.gitignore 2014-03-04 01:16:42 +09:00
HtmlParser.cc src: Use static_cast instead of reinterpret_cast if possible 2014-01-19 21:18:37 +09:00
HtmlParser.h Refactor configure options 2014-01-10 23:19:36 +09:00
HttpServer.cc src: Use std::numeric_limits<>::max() instead of INT64_MAX 2014-03-14 00:54:10 +09:00
HttpServer.h nghttpd: Add -e option to toggle gzipped error response 2014-03-04 23:29:30 +09:00
Makefile.am src: Use jemalloc if available 2014-03-05 21:38:33 +09:00
app_helper.cc Rework outbound frame buffers 2014-03-13 22:11:02 +09:00
app_helper.h nghttpx: Add --frontend-frame-debug option to debug HTTP/2 frame in upstream 2014-02-09 18:47:26 +09:00
base64.h lib, src, hdtest: Ensure that config.h is included 2014-01-08 23:30:02 +09:00
comp_helper.c HPACK post -05 updates 2014-02-13 23:22:52 +09:00
comp_helper.h HPACK post -05 updates 2014-02-13 23:22:52 +09:00
deflatehd.c Rework outbound frame buffers 2014-03-13 22:11:02 +09:00
h2load.cc h2load: Use raw-string literal for help output 2014-03-14 01:06:47 +09:00
h2load.h h2load: Support parellel native threads execution with -t option 2014-03-04 01:12:11 +09:00
h2load_http2_session.cc src: Add EvbufferBuffer class to simplify the code base 2014-03-05 00:23:33 +09:00
h2load_http2_session.h h2load: Fix compiler warning 2014-03-03 00:53:31 +09:00
h2load_session.h src: Add h2load, benchmarking tool for HTTP/2 and SPDY 2014-03-02 23:45:47 +09:00
h2load_spdy_session.cc src: Add EvbufferBuffer class to simplify the code base 2014-03-05 00:23:33 +09:00
h2load_spdy_session.h src: Add EvbufferBuffer class to simplify the code base 2014-03-05 00:23:33 +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 Add nghttp2_check_header_name and nghttp2_check_header_value APIs 2014-02-01 19:31:50 +09:00
http2.h Add nghttp2_check_header_name and nghttp2_check_header_value APIs 2014-02-01 19:31:50 +09:00
http2_test.cc src: Zero clear http_parser_url struct 2014-02-27 22:11:31 +09:00
http2_test.h Add nghttp2_check_header_name and nghttp2_check_header_value APIs 2014-02-01 19:31:50 +09:00
inflatehd.c src, python: Only produce header_table_size when it is changed 2014-02-25 23:55:06 +09:00
nghttp.cc src: Add EvbufferBuffer class to simplify the code base 2014-03-05 00:23:33 +09:00
nghttp2_config.h Replace steady_clock with monotonic_clock if steady_clock is not available 2013-09-17 22:48:30 +09:00
nghttpd.cc nghttpd: Add -e option to toggle gzipped error response 2014-03-04 23:29:30 +09:00
shrpx-unittest.cc Add nghttp2_check_header_name and nghttp2_check_header_value APIs 2014-02-01 19:31:50 +09:00
shrpx.cc nghttpx: Add rate limit per worker thread 2014-03-09 14:53:28 +09:00
shrpx.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_accesslog.cc nghttpx: Fix missing extension HTTP status code in response 2013-10-02 23:29:44 +09:00
shrpx_accesslog.h nghttpx: Fix missing extension HTTP status code in response 2013-10-02 23:29:44 +09:00
shrpx_client_handler.cc nghttpx: Add rate limit per worker thread 2014-03-09 14:53:28 +09:00
shrpx_client_handler.h nghttpx: Add rate limit per worker thread 2014-03-09 14:53:28 +09:00
shrpx_config.cc nghttpx: Add rate limit per worker thread 2014-03-09 14:53:28 +09:00
shrpx_config.h nghttpx: Add rate limit per worker thread 2014-03-09 14:53:28 +09:00
shrpx_config_test.cc src: Add test for shrpx_config 2014-01-06 16:06:02 +09:00
shrpx_config_test.h src: Add test for shrpx_config 2014-01-06 16:06:02 +09:00
shrpx_downstream.cc src: Zero clear http_parser_url struct 2014-02-27 22:11:31 +09:00
shrpx_downstream.h nghttpx: Fix typo 2014-02-19 22:53:33 +09:00
shrpx_downstream_connection.cc nghttpx: Code cleanup 2013-11-26 22:57:29 +09:00
shrpx_downstream_connection.h nghttpx: Propagate upstream priority change to downstream 2014-01-18 16:12:03 +09:00
shrpx_downstream_queue.cc nghttpx: Code cleanup 2013-11-26 22:57:29 +09:00
shrpx_downstream_queue.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_downstream_test.cc nghttpx: Remove downstream_port from location rewrite code 2013-12-21 18:35:53 +09:00
shrpx_downstream_test.h nghttpx: Rewrite location header field 2013-12-21 17:49:31 +09:00
shrpx_error.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_http.cc src: Add at most N bytes as padding if --padding option is used 2014-02-15 16:40:32 +09:00
shrpx_http.h nghttpx: Add --padding option for debugging purpose 2014-02-11 17:23:22 +09:00
shrpx_http2_downstream_connection.cc nghttpx: Fix typo 2014-02-19 22:53:33 +09:00
shrpx_http2_downstream_connection.h nghttpx: Propagate upstream priority change to downstream 2014-01-18 16:12:03 +09:00
shrpx_http2_session.cc src: Add EvbufferBuffer class to simplify the code base 2014-03-05 00:23:33 +09:00
shrpx_http2_session.h nghttpx: Fix priority bits 2014-02-19 22:52:00 +09:00
shrpx_http2_upstream.cc src: Add EvbufferBuffer class to simplify the code base 2014-03-05 00:23:33 +09:00
shrpx_http2_upstream.h Rename nghttp2_session_fail_session as nghttp2_session_terminate_session 2013-12-26 00:23:07 +09:00
shrpx_http_downstream_connection.cc nghttpx: Initialize response_htp_ with 0 2014-02-20 21:30:25 +09:00
shrpx_http_downstream_connection.h nghttpx: Propagate upstream priority change to downstream 2014-01-18 16:12:03 +09:00
shrpx_https_upstream.cc nghttpx: Limit the maximum header block size (again) 2014-01-28 01:17:54 +09:00
shrpx_https_upstream.h nghttpx: Fix missing extension HTTP status code in response 2013-10-02 23:29:44 +09:00
shrpx_io_control.cc Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_io_control.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_listen_handler.cc nghttpx: Add rate limit per worker thread 2014-03-09 14:53:28 +09:00
shrpx_listen_handler.h nghttpx: Add rate limit per worker thread 2014-03-09 14:53:28 +09:00
shrpx_log.cc Adjust struct/class alignment 2013-12-06 23:17:38 +09:00
shrpx_log.h Adjust struct/class alignment 2013-12-06 23:17:38 +09:00
shrpx_spdy_upstream.cc src: Add EvbufferBuffer class to simplify the code base 2014-03-05 00:23:33 +09:00
shrpx_spdy_upstream.h src: Add EvbufferBuffer class to simplify the code base 2014-03-05 00:23:33 +09:00
shrpx_ssl.cc nghttpx: Add rate limit per worker thread 2014-03-09 14:53:28 +09:00
shrpx_ssl.h nghttpx: Add rate limit per worker thread 2014-03-09 14:53:28 +09:00
shrpx_ssl_test.cc src: Use SSLv23_method for tests 2014-01-06 16:07:18 +09:00
shrpx_ssl_test.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_thread_event_receiver.cc nghttpx: Add rate limit per worker thread 2014-03-09 14:53:28 +09:00
shrpx_thread_event_receiver.h nghttpx: Add rate limit per worker thread 2014-03-09 14:53:28 +09:00
shrpx_upstream.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_worker.cc nghttpx: Add rate limit per worker thread 2014-03-09 14:53:28 +09:00
shrpx_worker.h Adjust struct/class alignment 2013-12-06 23:17:38 +09:00
ssl.cc h2load: Fix crash with multi threading 2014-03-04 21:32:57 +09:00
ssl.h h2load: Fix crash with multi threading 2014-03-04 21:32:57 +09:00
timegm.c Rebranding nghttp2 2013-07-13 00:43:06 +09:00
timegm.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
util.cc src: Add EvbufferBuffer class to simplify the code base 2014-03-05 00:23:33 +09:00
util.h src: Add EvbufferBuffer class to simplify the code base 2014-03-05 00:23:33 +09:00
util_test.cc Emit header name/value pair using callback functions 2014-01-17 01:49:43 +09:00
util_test.h Emit header name/value pair using callback functions 2014-01-17 01:49:43 +09:00