1
0
mirror of https://github.com/moparisthebest/spdylay synced 2024-08-13 17:03:54 -04:00
spdylay/src
Tatsuhiro Tsujikawa b18af854af shrpx: Add --subcert option to add additional certificate/private key
This option specifies additional certificate and private key
file. Shrpx will choose certificates based on the hostname indicated
by client using TLS SNI extension. This option can be used multiple
times.
2013-02-06 23:41:28 +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_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 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
http-parser.patch Add patch for http-parser to handle tunneling connection transparently 2012-12-20 01:05:51 +09:00
Makefile.am shrpx: Add --subcert option to add additional certificate/private key 2013-02-06 23:41:28 +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 --subcert option to add additional certificate/private key 2013-02-06 23:41:28 +09:00
shrpx_config.h shrpx: Add --subcert option to add additional certificate/private key 2013-02-06 23:41:28 +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_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_error.h Move spdycat, spdyd and shrpx from examples to src 2012-09-10 21:39:51 +09:00
shrpx_http_downstream_connection.cc shrpx: Lowercase x-forwarded-proto 2013-02-01 23:36:08 +09:00
shrpx_http_downstream_connection.h shrpx: Implement downstream SPDY flow control 2012-11-21 23:47:48 +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_https_upstream.cc shrpx: Relay Connection: upgrade header field for HTTP/1.1 connections 2013-02-01 23:30:12 +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: Add --subcert option to add additional certificate/private key 2013-02-06 23:41:28 +09:00
shrpx_listen_handler.h shrpx: Add --subcert option to add additional certificate/private key 2013-02-06 23:41:28 +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_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_ssl.cc shrpx: Add --subcert option to add additional certificate/private key 2013-02-06 23:41:28 +09:00
shrpx_ssl.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: 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
shrpx-unittest.cc shrpx: Add --subcert option to add additional certificate/private key 2013-02-06 23:41:28 +09:00
shrpx.cc shrpx: Add --subcert option to add additional certificate/private key 2013-02-06 23:41:28 +09:00
shrpx.h Move spdycat, spdyd and shrpx from examples to src 2012-09-10 21:39:51 +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
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
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