1
0
mirror of https://github.com/moparisthebest/spdylay synced 2024-08-13 17:03:54 -04:00
spdylay/src
Tatsuhiro Tsujikawa 026f4ca3a2 Add --client-mode option
With --client-mode option, shrpx now accepts unencrypted HTTP
connections and communicates with backend server in SPDY.  In short,
this is the "reversed" operation mode against normal mode.  This may
be useful for testing purpose because it can sit between HTTP client
and shrpx "normal" mode.
2012-11-18 21:46:07 +09:00
..
http-parser Add missing url_parser.c 2012-10-05 23:56:26 +09:00
.gitignore Add src/.gitignore and edit examples/.gitignore 2012-10-06 00:01:13 +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
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
HtmlParser.cc Move spdycat, spdyd and shrpx from examples to src 2012-09-10 21:39:51 +09:00
HtmlParser.h Move spdycat, spdyd and shrpx from examples to src 2012-09-10 21:39:51 +09:00
Makefile.am Add --client-mode option 2012-11-18 21:46:07 +09:00
shrpx_accesslog.cc shrpx: Log when SPDY stream is closed 2012-09-15 17:27:20 +09:00
shrpx_accesslog.h shrpx: Log when SPDY stream is closed 2012-09-15 17:27:20 +09:00
shrpx_client_handler.cc Add --client-mode option 2012-11-18 21:46:07 +09:00
shrpx_client_handler.h Add --client-mode option 2012-11-18 21:46:07 +09:00
shrpx_config.cc Add --client-mode option 2012-11-18 21:46:07 +09:00
shrpx_config.h Add --client-mode option 2012-11-18 21:46:07 +09:00
shrpx_downstream_connection.cc Add --client-mode option 2012-11-18 21:46:07 +09:00
shrpx_downstream_connection.h Add --client-mode option 2012-11-18 21:46:07 +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_downstream.cc Add --client-mode option 2012-11-18 21:46:07 +09:00
shrpx_downstream.h Add --client-mode option 2012-11-18 21:46:07 +09:00
shrpx_error.h Move spdycat, spdyd and shrpx from examples to src 2012-09-10 21:39:51 +09:00
shrpx_http_downstream_connection.cc Add --client-mode option 2012-11-18 21:46:07 +09:00
shrpx_http_downstream_connection.h Add --client-mode option 2012-11-18 21:46:07 +09:00
shrpx_http.cc Add --client-mode option 2012-11-18 21:46:07 +09:00
shrpx_http.h Add --client-mode option 2012-11-18 21:46:07 +09:00
shrpx_https_upstream.cc Add --client-mode option 2012-11-18 21:46:07 +09:00
shrpx_https_upstream.h Add --client-mode option 2012-11-18 21:46:07 +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 Add --client-mode option 2012-11-18 21:46:07 +09:00
shrpx_listen_handler.h Add --client-mode option 2012-11-18 21:46:07 +09:00
shrpx_log.cc Move spdycat, spdyd and shrpx from examples to src 2012-09-10 21:39:51 +09:00
shrpx_log.h Move spdycat, spdyd and shrpx from examples to src 2012-09-10 21:39:51 +09:00
shrpx_spdy_downstream_connection.cc Add --client-mode option 2012-11-18 21:46:07 +09:00
shrpx_spdy_downstream_connection.h Add --client-mode option 2012-11-18 21:46:07 +09:00
shrpx_spdy_upstream.cc Add --client-mode option 2012-11-18 21:46:07 +09:00
shrpx_spdy_upstream.h Add --client-mode option 2012-11-18 21:46:07 +09:00
shrpx_ssl.cc Add --client-mode option 2012-11-18 21:46:07 +09:00
shrpx_ssl.h Add --client-mode option 2012-11-18 21:46:07 +09:00
shrpx_thread_event_receiver.cc Move spdycat, spdyd and shrpx from examples to src 2012-09-10 21:39:51 +09:00
shrpx_thread_event_receiver.h Removed trailing spaces 2012-10-01 21:51:24 +09:00
shrpx_upstream.h Add --client-mode option 2012-11-18 21:46:07 +09:00
shrpx_worker.cc Removed trailing spaces 2012-10-01 21:51:24 +09:00
shrpx_worker.h Move spdycat, spdyd and shrpx from examples to src 2012-09-10 21:39:51 +09:00
shrpx.cc Add --client-mode option 2012-11-18 21:46:07 +09:00
shrpx.h Move spdycat, spdyd and shrpx from examples to src 2012-09-10 21:39:51 +09:00
spdycat.cc spdycat: Handle timeout in connect and SSL/TLS handshake 2012-10-14 23:39:41 +09:00
spdyd.cc Move spdycat, spdyd and shrpx from examples to src 2012-09-10 21:39:51 +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: Handle timeout in connect and SSL/TLS handshake 2012-10-14 23:39:41 +09:00
spdylay_ssl.h spdycat: Handle timeout in connect and SSL/TLS handshake 2012-10-14 23:39:41 +09:00
SpdyServer.cc Don't send response-body for 304 response 2012-11-18 21:22:08 +09:00
SpdyServer.h Move spdycat, spdyd and shrpx from examples to src 2012-09-10 21:39:51 +09:00
uri.cc Move spdycat, spdyd and shrpx from examples to src 2012-09-10 21:39:51 +09:00
uri.h Move spdycat, spdyd and shrpx from examples to src 2012-09-10 21:39:51 +09:00
util.cc Add --client-mode option 2012-11-18 21:46:07 +09:00
util.h Add --client-mode option 2012-11-18 21:46:07 +09:00