nghttp2/src
Tatsuhiro Tsujikawa 4fb1811d18 nghttpx: Include status code only in :status header field in HTTP2 response 2013-08-25 23:28:34 +09:00
..
http-parser Use unmodified http-parser 2013-07-31 21:48:37 +09:00
.gitignore Update .gitignore 2013-08-15 10:41:22 +09:00
HtmlParser.cc Rebranding nghttp2 2013-07-13 00:43:06 +09:00
HtmlParser.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
HttpServer.cc Remove NGHTTP2_FLAG_END_FLOW_CONTROL 2013-08-23 03:33:05 +09:00
HttpServer.h Remove NGHTTP2_FLAG_END_FLOW_CONTROL 2013-08-23 03:33:05 +09:00
Makefile.am src: Reorder AM_CPPFLAGS and AM_LDFLAGS 2013-08-06 21:24:34 +09:00
app_helper.cc Remove NGHTTP2_FLAG_END_FLOW_CONTROL 2013-08-23 03:33:05 +09:00
app_helper.h Rename nghttp2_ssl as app_helper 2013-07-22 22:12:54 +09:00
base64.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
http-parser.patch Add patch for http-parser to handle tunneling connection transparently 2012-12-20 01:05:51 +09:00
nghttp.cc src: Code cleanup 2013-08-23 03:33:05 +09:00
nghttp2_config.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
nghttpd.cc src: Code cleanup 2013-08-23 03:33:05 +09:00
shrpx-unittest.cc Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx.cc src: Code cleanup 2013-08-23 03:33:05 +09:00
shrpx.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_accesslog.cc Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_accesslog.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_client_handler.cc nghttpx: Fix bug writecb is nullptr for HTTP/1 connection 2013-08-23 03:32:26 +09:00
shrpx_client_handler.h nghttpx: Limit read rate on upstream-end 2013-08-21 01:00:55 +09:00
shrpx_config.cc nghttpx: Rename spdy_{upstream,downstream}_no_tls as {upstream,downstream}_no_tls 2013-08-03 19:01:57 +09:00
shrpx_config.h nghttpx: Rename spdy_{upstream,downstream}_no_tls as {upstream,downstream}_no_tls 2013-08-03 19:01:57 +09:00
shrpx_downstream.cc nghttpx: Return -1 if dconn_ is nullptr on push_upload_data_chunk 2013-08-03 23:45:28 +09:00
shrpx_downstream.h nghttp, nghttpx: Add HTTP Upgrade from HTTP/1.1 to HTTP/2.0 2013-08-03 18:51:01 +09:00
shrpx_downstream_connection.cc Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_downstream_connection.h nghttp, nghttpx: Add HTTP Upgrade from HTTP/1.1 to HTTP/2.0 2013-08-03 18:51:01 +09:00
shrpx_downstream_queue.cc Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_downstream_queue.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_error.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_http.cc nghttpx: Replace \r\n in the header field to SPC in http downstream 2013-08-24 23:27:45 +09:00
shrpx_http.h nghttpx: Replace \r\n in the header field to SPC in http downstream 2013-08-24 23:27:45 +09:00
shrpx_http2_upstream.cc nghttpx: Include status code only in :status header field in HTTP2 response 2013-08-25 23:28:34 +09:00
shrpx_http2_upstream.h nghttp, nghttpx: Add HTTP Upgrade from HTTP/1.1 to HTTP/2.0 2013-08-03 18:51:01 +09:00
shrpx_http_downstream_connection.cc nghttpx: Replace \r\n in the header field to SPC in http downstream 2013-08-24 23:27:45 +09:00
shrpx_http_downstream_connection.h nghttp, nghttpx: Add HTTP Upgrade from HTTP/1.1 to HTTP/2.0 2013-08-03 18:51:01 +09:00
shrpx_https_upstream.cc nghttp, nghttpx: Add HTTP Upgrade from HTTP/1.1 to HTTP/2.0 2013-08-03 18:51:01 +09:00
shrpx_https_upstream.h nghttp, nghttpx: Add HTTP Upgrade from HTTP/1.1 to HTTP/2.0 2013-08-03 18:51:01 +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 src: Code cleanup 2013-08-23 03:33:05 +09:00
shrpx_listen_handler.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_log.cc Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_log.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_spdy_downstream_connection.cc nghttpx: Fix stream hang when http2 downstream CONNECT failed 2013-08-24 01:43:05 +09:00
shrpx_spdy_downstream_connection.h nghttp, nghttpx: Add HTTP Upgrade from HTTP/1.1 to HTTP/2.0 2013-08-03 18:51:01 +09:00
shrpx_spdy_session.cc nghttpx: Fix stream hang when http2 downstream CONNECT failed 2013-08-24 01:43:05 +09:00
shrpx_spdy_session.h Port shrpx to nghttp2 use 2013-07-26 19:33:25 +09:00
shrpx_spdy_upstream.cc nghttpx: Fix bug CONNECT does not work 2013-08-22 21:28:27 +09:00
shrpx_spdy_upstream.h shrpx: SPDY support in upstream connection 2013-07-26 20:12:55 +09:00
shrpx_ssl.cc shrpx: SPDY support in upstream connection 2013-07-26 20:12:55 +09:00
shrpx_ssl.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_ssl_test.cc Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_ssl_test.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_thread_event_receiver.cc Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_thread_event_receiver.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_upstream.h Rebranding nghttp2 2013-07-13 00:43:06 +09:00
shrpx_worker.cc src: Code cleanup 2013-08-23 03:33:05 +09:00
shrpx_worker.h src: Use std::thread 2013-08-23 03:33:05 +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 nghttpx: HttpUpstream: Check required request headers strictly 2013-08-11 00:08:44 +09:00
util.h nghttpx: HttpUpstream: Check required request headers strictly 2013-08-11 00:08:44 +09:00