spdylay/examples
Tatsuhiro Tsujikawa 06ed17ff26 shrpx: fixed timeout change is not triggered when tunneling.
For upstream timeout, it seems OpenSSL backed bufferevent does not
remove timeout. Set large timeout as a workaround.
2012-07-14 21:47:28 +09:00
..
htparse htparse: enhancements and bug fixes 2012-07-11 16:02:08 +09:00
http-parser Use http_parser for tunneling connection transparently 2012-07-11 18:46:00 +09:00
.gitignore Initial commit of shrpx: SPDY/HTTPS to HTTP reverse proxy 2012-06-04 23:48:31 +09:00
EventPoll.h Added kqueue support in spdyd. 2012-02-10 02:06:46 +09:00
EventPollEvent.h Abstract event polling function in EventPoll. 2012-02-10 00:45:33 +09:00
EventPoll_epoll.cc Abstract event polling function in EventPoll. 2012-02-10 00:45:33 +09:00
EventPoll_epoll.h Abstract event polling function in EventPoll. 2012-02-10 00:45:33 +09:00
EventPoll_kqueue.cc Added kqueue support in spdyd. 2012-02-10 02:06:46 +09:00
EventPoll_kqueue.h Added kqueue support in spdyd. 2012-02-10 02:06:46 +09:00
HtmlParser.cc Added missing examples/HtmlParser.{cc,h} 2012-05-19 22:10:07 +09:00
HtmlParser.h Guard include of config.h with HAVE_CONFIG_H 2012-05-19 22:11:51 +09:00
Makefile.am Use http-parser instead of htparse 2012-07-11 18:32:04 +09:00
SpdyServer.cc gcc-4.7 fix 2012-06-08 21:40:03 +09:00
SpdyServer.h Added client certificates options (--cert and --key) to spdycat. 2012-04-22 23:04:55 +09:00
shrpx.cc Added --add-x-forwarded-for option. 2012-07-12 23:39:11 +09:00
shrpx.h Rewrite connection pooling 2012-06-09 23:14:00 +09:00
shrpx_client_handler.cc Added SPDY proxy mode. 2012-07-11 16:20:16 +09:00
shrpx_client_handler.h Added SPDY proxy mode. 2012-07-11 16:20:16 +09:00
shrpx_config.cc Added --add-x-forwarded-for option. 2012-07-12 23:39:11 +09:00
shrpx_config.h Added --add-x-forwarded-for option. 2012-07-12 23:39:11 +09:00
shrpx_downstream.cc shrpx: fixed timeout change is not triggered when tunneling. 2012-07-14 21:47:28 +09:00
shrpx_downstream.h Use http-parser instead of htparse 2012-07-11 18:32:04 +09:00
shrpx_downstream_connection.cc shrpx: fixed timeout change is not triggered when tunneling. 2012-07-14 21:47:28 +09:00
shrpx_downstream_connection.h shrpx: fixed timeout change is not triggered when tunneling. 2012-07-14 21:47:28 +09:00
shrpx_downstream_queue.cc Rewrite connection pooling 2012-06-09 23:14:00 +09:00
shrpx_downstream_queue.h Rewrite connection pooling 2012-06-09 23:14:00 +09:00
shrpx_error.h Handle error when fd runs out 2012-06-06 02:23:07 +09:00
shrpx_http.cc Modify Location header field if redirect URI refers to downstream 2012-06-13 00:08:28 +09:00
shrpx_http.h Modify Location header field if redirect URI refers to downstream 2012-06-13 00:08:28 +09:00
shrpx_https_upstream.cc Use http-parser instead of htparse 2012-07-11 18:32:04 +09:00
shrpx_https_upstream.h Use http-parser instead of htparse 2012-07-11 18:32:04 +09:00
shrpx_io_control.cc Rewrite connection pooling 2012-06-09 23:14:00 +09:00
shrpx_io_control.h Use bitmask instead of std::vector 2012-06-08 22:52:08 +09:00
shrpx_listen_handler.cc gcc-4.7 fix 2012-06-08 21:40:03 +09:00
shrpx_listen_handler.h Added multi thread support 2012-06-06 01:26:04 +09:00
shrpx_log.cc Added command-line options 2012-06-07 01:43:02 +09:00
shrpx_log.h Added command-line options 2012-06-07 01:43:02 +09:00
shrpx_spdy_upstream.cc shrpx: Create absoluteURI only when path starts with '/' 2012-07-14 17:36:55 +09:00
shrpx_spdy_upstream.h Added SPDY/3 flow control 2012-06-10 01:36:30 +09:00
shrpx_ssl.cc Added SPDY proxy mode. 2012-07-11 16:20:16 +09:00
shrpx_ssl.h Set OpenSSL locking_function. 2012-06-08 22:41:24 +09:00
shrpx_thread_event_receiver.cc gcc-4.7 fix 2012-06-08 21:40:03 +09:00
shrpx_thread_event_receiver.h Added multi thread support 2012-06-06 01:26:04 +09:00
shrpx_upstream.h Avoid too large buffering in upstream output. 2012-06-05 03:11:43 +09:00
shrpx_worker.cc Added multi thread support 2012-06-06 01:26:04 +09:00
shrpx_worker.h Added multi thread support 2012-06-06 01:26:04 +09:00
spdy.h Aded included <functional> from spdy.h 2012-05-25 21:55:15 +09:00
spdycat.cc spdycat: Use TLSv1_client_method 2012-07-13 23:05:24 +09:00
spdycli.c Print error message using spdylay_strerror in spdycli 2012-05-11 21:43:37 +09:00
spdyd.cc Updated usage output for example programs 2012-05-12 21:13:56 +09:00
spdylay_ssl.cc gcc-4.7 fix 2012-06-08 21:40:03 +09:00
spdylay_ssl.h Added -a, --get-asserts option to spdycat 2012-05-19 17:09:40 +09:00
spdynative.cc Added example of node.native style spdy server 2012-02-14 23:54:23 +09:00
uri.cc Fixed the bug that port number in URI is not parsed properly. 2012-02-07 02:06:51 +09:00
uri.h Rewritten spdycl as spdycat. 2012-01-30 00:34:10 +09:00
util.cc Initial commit of shrpx: SPDY/HTTPS to HTTP reverse proxy 2012-06-04 23:48:31 +09:00
util.h Initial commit of shrpx: SPDY/HTTPS to HTTP reverse proxy 2012-06-04 23:48:31 +09:00