1
0
mirror of https://github.com/moparisthebest/spdylay synced 2024-08-13 17:03:54 -04:00
spdylay/examples
Tatsuhiro Tsujikawa 8251fa1315 Made OpenSSL not mandatory. Don't build examples if OpenSSL is not found.
Spdylay library itself does not depend on OpenSSL. The example programs
in examples directory do. Spdylay library should be built without
OpenSSL.
2012-03-29 02:13:33 +09:00
..
.gitignore Added example of node.native style spdy server 2012-02-14 23:54:23 +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
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
Makefile.am Made OpenSSL not mandatory. Don't build examples if OpenSSL is not found. 2012-03-29 02:13:33 +09:00
spdy.h Added stream_id argument to spdylay_data_source_read_callback 2012-02-19 23:48:39 +09:00
spdycat.cc spdycat: Don't include port in host header field if port == 443. 2012-03-09 02:36:55 +09:00
spdyd.cc Added experimental spdy/3 support to spdyd, spdynative and spdycat 2012-02-26 01:31:45 +09:00
spdylay_ssl.cc spdycat: Don't include port in host header field if port == 443. 2012-03-09 02:36:55 +09:00
spdylay_ssl.h Translate received SPDY/2 name/value pairs into SPDY/3 style. 2012-03-07 00:42:47 +09:00
spdynative.cc Added example of node.native style spdy server 2012-02-14 23:54:23 +09:00
SpdyServer.cc Renamed SPDYLAY_CONCURRENT_STREAMS_MAX as 2012-03-10 18:49:25 +09:00
SpdyServer.h Added experimental spdy/3 support to spdyd, spdynative and spdycat 2012-02-26 01:31:45 +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 Added non-blocking SPDY server spdyd. It only handles static contents. 2012-02-08 01:54:13 +09:00
util.h Added non-blocking SPDY server spdyd. It only handles static contents. 2012-02-08 01:54:13 +09:00