..
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_epoll.cc
Abstract event polling function in EventPoll.
2012-02-10 00:45:33 +09:00
EventPoll_epoll.h
Fix compile error on netbsd
2012-07-27 22:11:13 +09:00
EventPoll_kqueue.cc
Fix compile error on netbsd
2012-07-27 22:11:13 +09:00
EventPoll_kqueue.h
Fix compile error on netbsd
2012-07-27 22:11:13 +09:00
EventPoll.h
Fix compile error on netbsd
2012-07-27 22:11:13 +09:00
EventPollEvent.h
Fix compile error on netbsd
2012-07-27 22:11:13 +09:00
HtmlParser.cc
Added missing examples/HtmlParser.{cc,h}
2012-05-19 22:10:07 +09:00
HtmlParser.h
Fix compile error on netbsd
2012-07-27 22:11:13 +09:00
Makefile.am
Fix compile error on netbsd
2012-07-27 22:11:13 +09:00
shrpx_accesslog.cc
Added simple accesslog
2012-07-18 01:08:05 +09:00
shrpx_accesslog.h
Added simple accesslog
2012-07-18 01:08:05 +09:00
shrpx_client_handler.cc
Added simple accesslog
2012-07-18 01:08:05 +09:00
shrpx_client_handler.h
Enable SSL/TLS session caching. Share SSL_CTX access workers.
2012-07-14 23:24:03 +09:00
shrpx_config.cc
shrpx: Support configuration file
2012-08-02 00:06:41 +09:00
shrpx_config.h
shrpx: Support configuration file
2012-08-02 00:06:41 +09:00
shrpx_downstream_connection.cc
Added read/write timeout options for both upstream and downstream
2012-07-18 00:13:11 +09:00
shrpx_downstream_connection.h
Added read/write timeout options for both upstream and downstream
2012-07-18 00:13:11 +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_downstream.cc
shrpx: Log stream id for spdy connection
2012-07-18 00:16:52 +09:00
shrpx_downstream.h
Use http-parser instead of htparse
2012-07-11 18:32:04 +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
shrpx: Handle the case when evbuffer_add() returned -1
2012-07-17 00:12:31 +09:00
shrpx_https_upstream.h
shrpx: Added error handling when error_reply() failed
2012-07-16 23:29:48 +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
Enable SSL/TLS session caching. Share SSL_CTX access workers.
2012-07-14 23:24:03 +09:00
shrpx_listen_handler.h
Enable SSL/TLS session caching. Share SSL_CTX access workers.
2012-07-14 23:24:03 +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
Fix compile error on netbsd
2012-07-27 22:11:13 +09:00
shrpx_spdy_upstream.h
Added SPDY/3 flow control
2012-06-10 01:36:30 +09:00
shrpx_ssl.cc
shrpx: Load certificate chain from file
2012-07-16 18:31:52 +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
Enable SSL/TLS session caching. Share SSL_CTX access workers.
2012-07-14 23:24:03 +09:00
shrpx_worker.h
Enable SSL/TLS session caching. Share SSL_CTX access workers.
2012-07-14 23:24:03 +09:00
shrpx.cc
shrpx: Support configuration file
2012-08-02 00:06:41 +09:00
shrpx.h
Rewrite connection pooling
2012-06-09 23:14:00 +09:00
spdy.h
Fix compile error on netbsd
2012-07-27 22:11:13 +09:00
spdycat.cc
Fix compile error on netbsd
2012-07-27 22:11:13 +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_config.h
Fix compile error on netbsd
2012-07-27 22:11:13 +09:00
spdylay_ssl.cc
gcc-4.7 fix
2012-06-08 21:40:03 +09:00
spdylay_ssl.h
Fix compile error on netbsd
2012-07-27 22:11:13 +09:00
spdynative.cc
Added example of node.native style spdy server
2012-02-14 23:54:23 +09:00
SpdyServer.cc
spdyd: Use SSL_CTX_use_certificate_chain_file
2012-07-26 21:46:05 +09:00
SpdyServer.h
Fix compile error on netbsd
2012-07-27 22:11:13 +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
Fix compile error on netbsd
2012-07-27 22:11:13 +09:00
util.cc
Initial commit of shrpx: SPDY/HTTPS to HTTP reverse proxy
2012-06-04 23:48:31 +09:00
util.h
Fix compile error on netbsd
2012-07-27 22:11:13 +09:00