spdylay/src
Tatsuhiro Tsujikawa 734d7bced8 shrpx: Handle downstream response_state == MSG_RESET case in SPDY upstream 2013-02-09 23:20:29 +09:00
..
http-parser Updated http-parser 2012-12-23 01:13:02 +09:00
.gitignore shrpx: Add --subcert option to add additional certificate/private key 2013-02-06 23:41:28 +09:00
EventPoll.h Move spdycat, spdyd and shrpx from examples to src 2012-09-10 21:39:51 +09:00
EventPollEvent.h Move spdycat, spdyd and shrpx from examples to src 2012-09-10 21:39:51 +09:00
EventPoll_epoll.cc Removed trailing spaces 2012-10-01 21:51:24 +09:00
EventPoll_epoll.h Move spdycat, spdyd and shrpx from examples to src 2012-09-10 21:39:51 +09:00
EventPoll_kqueue.cc Move spdycat, spdyd and shrpx from examples to src 2012-09-10 21:39:51 +09:00
EventPoll_kqueue.h Move spdycat, spdyd and shrpx from examples to src 2012-09-10 21:39:51 +09:00
HtmlParser.cc Remove uri.{cc,h} and use http_parser_parse_url() instead 2013-01-09 00:42:06 +09:00
HtmlParser.h Move spdycat, spdyd and shrpx from examples to src 2012-09-10 21:39:51 +09:00
Makefile.am shrpx: Add --subcert option to add additional certificate/private key 2013-02-06 23:41:28 +09:00
SpdyServer.cc spdyd: Initialize Config::on_request_recv_callback 2013-01-25 21:37:43 +09:00
SpdyServer.h spdycat, spdyd: Support SPDY without SSL/TLS 2012-11-25 21:58:44 +09:00
base64.h shprx: Add --backend-http-proxy-uri option 2013-02-09 16:55:39 +09:00
http-parser.patch Add patch for http-parser to handle tunneling connection transparently 2012-12-20 01:05:51 +09:00
shrpx-unittest.cc shrpx: Add --subcert option to add additional certificate/private key 2013-02-06 23:41:28 +09:00
shrpx.cc shrpx: Update --backend-http-proxy-uri usage 2013-02-09 19:08:02 +09:00
shrpx.h Move spdycat, spdyd and shrpx from examples to src 2012-09-10 21:39:51 +09:00
shrpx_accesslog.cc shrpx: Remove upstream_spdy_stream and upstream_spdy_stream_close 2012-12-09 23:30:11 +09:00
shrpx_accesslog.h shrpx: Remove upstream_spdy_stream and upstream_spdy_stream_close 2012-12-09 23:30:11 +09:00
shrpx_client_handler.cc shrpx: Explicitly hold server SSL_CTX and client SSL_CTX 2013-02-07 21:13:36 +09:00
shrpx_client_handler.h shrpx: Explicitly hold server SSL_CTX and client SSL_CTX 2013-02-07 21:13:36 +09:00
shrpx_config.cc shprx: Add --backend-http-proxy-uri option 2013-02-09 16:55:39 +09:00
shrpx_config.h shprx: Add --backend-http-proxy-uri option 2013-02-09 16:55:39 +09:00
shrpx_downstream.cc shrpx: Add --spdy-bridge option 2013-02-08 21:46:58 +09:00
shrpx_downstream.h shrpx: Add --spdy-bridge option 2013-02-08 21:46:58 +09:00
shrpx_downstream_connection.cc shrpx: Share SPDY session among multiple frontend connections per thread 2012-11-21 01:29:39 +09:00
shrpx_downstream_connection.h shrpx: Add --spdy-bridge option 2013-02-08 21:46:58 +09:00
shrpx_downstream_queue.cc Move spdycat, spdyd and shrpx from examples to src 2012-09-10 21:39:51 +09:00
shrpx_downstream_queue.h Move spdycat, spdyd and shrpx from examples to src 2012-09-10 21:39:51 +09:00
shrpx_error.h Move spdycat, spdyd and shrpx from examples to src 2012-09-10 21:39:51 +09:00
shrpx_http.cc shprx: Add --backend-http-proxy-uri option 2013-02-09 16:55:39 +09:00
shrpx_http.h shprx: Add --backend-http-proxy-uri option 2013-02-09 16:55:39 +09:00
shrpx_http_downstream_connection.cc shrpx: Add --spdy-bridge option 2013-02-08 21:46:58 +09:00
shrpx_http_downstream_connection.h shrpx: Add --spdy-bridge option 2013-02-08 21:46:58 +09:00
shrpx_https_upstream.cc shrpx: Check return value of HttpsUpstream::resume_read() 2013-02-09 17:03:03 +09:00
shrpx_https_upstream.h shrpx: Add --spdy-bridge option 2013-02-08 21:46:58 +09:00
shrpx_io_control.cc Move spdycat, spdyd and shrpx from examples to src 2012-09-10 21:39:51 +09:00
shrpx_io_control.h Move spdycat, spdyd and shrpx from examples to src 2012-09-10 21:39:51 +09:00
shrpx_listen_handler.cc shrpx: Explicitly hold server SSL_CTX and client SSL_CTX 2013-02-07 21:13:36 +09:00
shrpx_listen_handler.h shrpx: Explicitly hold server SSL_CTX and client SSL_CTX 2013-02-07 21:13:36 +09:00
shrpx_log.cc shrpx: Don't run expensive INFO log code 2013-01-21 22:48:08 +09:00
shrpx_log.h shrpx: Don't run expensive INFO log code 2013-01-21 22:48:08 +09:00
shrpx_spdy_downstream_connection.cc shrpx: Log stream ID when submitting RST_STREAM to downstream 2013-02-09 17:56:44 +09:00
shrpx_spdy_downstream_connection.h shrpx: Add --spdy-bridge option 2013-02-08 21:46:58 +09:00
shrpx_spdy_session.cc shprx: Add --backend-http-proxy-uri option 2013-02-09 16:55:39 +09:00
shrpx_spdy_session.h shprx: Add --backend-http-proxy-uri option 2013-02-09 16:55:39 +09:00
shrpx_spdy_upstream.cc shrpx: Handle downstream response_state == MSG_RESET case in SPDY upstream 2013-02-09 23:20:29 +09:00
shrpx_spdy_upstream.h shrpx: Add --spdy-bridge option 2013-02-08 21:46:58 +09:00
shrpx_ssl.cc shrpx: Explicitly hold server SSL_CTX and client SSL_CTX 2013-02-07 21:13:36 +09:00
shrpx_ssl.h shrpx: Explicitly hold server SSL_CTX and client SSL_CTX 2013-02-07 21:13:36 +09:00
shrpx_ssl_test.cc shrpx: Add --subcert option to add additional certificate/private key 2013-02-06 23:41:28 +09:00
shrpx_ssl_test.h shrpx: Add --subcert option to add additional certificate/private key 2013-02-06 23:41:28 +09:00
shrpx_thread_event_receiver.cc shrpx: Explicitly hold server SSL_CTX and client SSL_CTX 2013-02-07 21:13:36 +09:00
shrpx_thread_event_receiver.h shrpx: Share SPDY session among multiple frontend connections per thread 2012-11-21 01:29:39 +09:00
shrpx_upstream.h shrpx: Add --spdy-bridge option 2013-02-08 21:46:58 +09:00
shrpx_worker.cc shrpx: Explicitly hold server SSL_CTX and client SSL_CTX 2013-02-07 21:13:36 +09:00
shrpx_worker.h shrpx: Explicitly hold server SSL_CTX and client SSL_CTX 2013-02-07 21:13:36 +09:00
spdycat.cc spdycat: Output error messages to std::cerr 2013-01-30 21:50:36 +09:00
spdyd.cc spdycat, spdyd: Color verbose output 2013-01-27 16:27:17 +09:00
spdylay_config.h Move spdycat, spdyd and shrpx from examples to src 2012-09-10 21:39:51 +09:00
spdylay_ssl.cc spdycat: Send "accept-encoding: gzip, deflate" header field 2013-02-01 00:17:28 +09:00
spdylay_ssl.h src: Use clock_gettime instead of gettimeofday if available 2013-01-27 17:16:13 +09:00
util.cc shrpx: Add --subcert option to add additional certificate/private key 2013-02-06 23:41:28 +09:00
util.h shrpx: Add --subcert option to add additional certificate/private key 2013-02-06 23:41:28 +09:00