spdylay/src
Tatsuhiro Tsujikawa 09154c61f6 spdycat, spdyd: Color verbose output 2013-01-27 16:27:17 +09:00
..
http-parser Updated http-parser 2012-12-23 01:13:02 +09:00
.gitignore Add src/.gitignore and edit examples/.gitignore 2012-10-06 00:01:13 +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 Remove uri.{cc,h} and use http_parser_parse_url() instead 2013-01-09 00:42:06 +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
http-parser.patch Add patch for http-parser to handle tunneling connection transparently 2012-12-20 01:05:51 +09:00
shrpx.cc shrpx: Don't run expensive INFO log code 2013-01-21 22:48:08 +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: Don't run expensive INFO log code 2013-01-21 22:48:08 +09:00
shrpx_client_handler.h shrpx: Share SPDY session among multiple frontend connections per thread 2012-11-21 01:29:39 +09:00
shrpx_config.cc shrpx: Add --no-via option 2013-01-09 22:03:49 +09:00
shrpx_config.h shrpx: Add --no-via option 2013-01-09 22:03:49 +09:00
shrpx_downstream.cc shrpx: Don't run expensive INFO log code 2013-01-21 22:48:08 +09:00
shrpx_downstream.h shrpx: Implement downstream SPDY flow control 2012-11-21 23:47:48 +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: Implement downstream SPDY flow control 2012-11-21 23:47:48 +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 shrpx: Add content-length header field to SPDY upstream error page 2013-01-16 22:47:39 +09:00
shrpx_http.h shrpx: Remove unused function modify_location_header_value 2012-12-14 01:14:42 +09:00
shrpx_http_downstream_connection.cc shrpx: Don't run expensive INFO log code 2013-01-21 22:48:08 +09:00
shrpx_http_downstream_connection.h shrpx: Implement downstream SPDY flow control 2012-11-21 23:47:48 +09:00
shrpx_https_upstream.cc shrpx: Check return value of library functions 2013-01-25 22:58:07 +09:00
shrpx_https_upstream.h Remove useless extern "C" 2013-01-05 23:20:18 +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: Check return value of library functions 2013-01-25 22:58:07 +09:00
shrpx_listen_handler.h shrpx: Share SPDY session among multiple frontend connections per thread 2012-11-21 01:29:39 +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: Don't run expensive INFO log code 2013-01-21 22:48:08 +09:00
shrpx_spdy_downstream_connection.h shrpx: Implement downstream SPDY flow control 2012-11-21 23:47:48 +09:00
shrpx_spdy_session.cc shrpx: Don't return chunked response for pre-HTTP/1.1 request 2013-01-27 16:20:14 +09:00
shrpx_spdy_session.h shrpx: Verify backend server's certificate in client mode 2012-11-22 21:46:15 +09:00
shrpx_spdy_upstream.cc shrpx: Check return value of library functions 2013-01-25 22:58:07 +09:00
shrpx_spdy_upstream.h shrpx: Share SPDY session among multiple frontend connections per thread 2012-11-21 01:29:39 +09:00
shrpx_ssl.cc shrpx: Replace strncpy + putting null with memcpy in ssl_pem_passwd_cb 2012-12-07 23:42:58 +09:00
shrpx_ssl.h shrpx: Use SNI TLS extension in client mode 2012-11-22 21:51:11 +09:00
shrpx_thread_event_receiver.cc shrpx: Check return value of library functions 2013-01-25 22:58:07 +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: Share SPDY session among multiple frontend connections per thread 2012-11-21 01:29:39 +09:00
shrpx_worker.cc shrpx: Share SPDY session among multiple frontend connections per thread 2012-11-21 01:29:39 +09:00
shrpx_worker.h Move spdycat, spdyd and shrpx from examples to src 2012-09-10 21:39:51 +09:00
spdycat.cc spdycat, spdyd: Color verbose output 2013-01-27 16:27:17 +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, spdyd: Color verbose output 2013-01-27 16:27:17 +09:00
spdylay_ssl.h spdycat, spdyd: Color verbose output 2013-01-27 16:27:17 +09:00
util.cc src: Rewrite util::stripIter 2012-11-23 21:14:39 +09:00
util.h shrpx: Add content-length header field to SPDY upstream error page 2013-01-16 22:47:39 +09:00