spdylay/examples
Tatsuhiro Tsujikawa a761d97bed Fixed compiler warning 2012-02-14 23:06:08 +09:00
..
.gitignore Ignore spdyd 2012-02-14 21:24:58 +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
Makefile.am Extracted core server code to SpdyServer.{h,cc} for reuse. 2012-02-14 21:49:22 +09:00
SpdyServer.cc Fixed compiler warning 2012-02-14 23:06:08 +09:00
SpdyServer.h Extracted core server code to SpdyServer.{h,cc} for reuse. 2012-02-14 21:49:22 +09:00
spdycat.cc Set TCP_NODELAY in spdycat 2012-02-08 01:54:44 +09:00
spdyd.cc Extracted core server code to SpdyServer.{h,cc} for reuse. 2012-02-14 21:49:22 +09:00
spdylay_ssl.cc Listen both IPv4 and IPv6 sockets. 2012-02-10 02:27:56 +09:00
spdylay_ssl.h Listen both IPv4 and IPv6 sockets. 2012-02-10 02:27:56 +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