spdylay/src
moparisthebest aa13b9b980 Drop priveleges only after listening on possibly priveleged port 2013-04-19 07:58:58 -04: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 cygwin build fix 2013-03-28 01:25:42 +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 Drop priveleges only after listening on possibly priveleged port 2013-04-19 07:58:58 -04: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: Support non-TLS SPDY in frontend connection 2013-03-24 21:03:39 +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 Add --honor-cipher-order option to mitigate BEAST attacks 2013-04-18 14:25:48 -04:00
shrpx_config.h Add --honor-cipher-order option to mitigate BEAST attacks 2013-04-18 14:25:48 -04:00
shrpx_downstream.cc shrpx: Fix blocking upstream RST_STREAM and propagate REFUSED_STREAM 2013-02-27 22:39:44 +09:00
shrpx_downstream.h shrpx: Fix blocking upstream RST_STREAM and propagate REFUSED_STREAM 2013-02-27 22:39:44 +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: More backend EOF handling 2013-02-11 17:20:52 +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: More backend EOF handling 2013-02-11 17:20:52 +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 Remove strerror(3) from code which may run in multi-thread 2013-02-25 22:43:44 +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: Check get_request_state() == MSG_COMPLETE when body is empty 2013-03-08 01:50:46 +09:00
shrpx_spdy_downstream_connection.h shrpx: Add --spdy-bridge option 2013-02-08 21:46:58 +09:00
shrpx_spdy_session.cc spdycat, shrpx: TLS SNI enhancements 2013-03-29 22:06:33 +09:00
shrpx_spdy_session.h shrpx: Add non-TLS SPDY backend connection support 2013-02-22 22:54:54 +09:00
shrpx_spdy_upstream.cc shrpx: Don't issue RST_STREAM on downstream tunnel connection EOF 2013-03-01 20:43:35 +09:00
shrpx_spdy_upstream.h shrpx: Add --spdy-bridge option 2013-02-08 21:46:58 +09:00
shrpx_ssl.cc Add --honor-cipher-order option to mitigate BEAST attacks 2013-04-18 14:25:48 -04:00
shrpx_ssl.h shrpx: Use patricia trie for cert lookup 2013-02-14 00:28:55 +09:00
shrpx_ssl_test.cc shrpx: Fix bug in building certificate lookup tree 2013-02-16 17:51:38 +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: Add non-TLS SPDY backend connection support 2013-02-22 22:54:54 +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, shrpx: TLS SNI enhancements 2013-03-29 22:06:33 +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, shrpx: TLS SNI enhancements 2013-03-29 22:06:33 +09:00
spdylay_ssl.h src: Use clock_gettime instead of gettimeofday if available 2013-01-27 17:16:13 +09:00
timegm.c Provide timegm replacement and android build fix 2013-03-07 21:17:55 +09:00
timegm.h Provide timegm replacement and android build fix 2013-03-07 21:17:55 +09:00
util.cc Provide timegm replacement and android build fix 2013-03-07 21:17:55 +09:00
util.h shrpx: Use patricia trie for cert lookup 2013-02-14 00:28:55 +09:00