diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-10-23 19:10:37 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-10-23 19:10:37 +0000 |
commit | b382f19a831a050b2dcd49330fa7da840211ce73 (patch) | |
tree | 2a4d4a9d222eb1312007d52b34dc7065919f7783 /www/Makefile | |
parent | 3480e7a9a73f873b5d0b6084029da32b8949984d (diff) |
- Add spdylay 1.1.0
Spdylay - SPDY C Library
This is an experimental implementation of Google's SPDY protocol in C. This
library provides SPDY version 2 and 3 framing layer implementation. It does not
perform any I/O operations. When the library needs them, it calls the callback
functions provided by the application. It also does not include any event
polling mechanism, so the application can freely choose the way of handling
events. This library code does not depend on any particular SSL library (except
for example programs which depend on OpenSSL 1.0.1 or later).
This project also develops SPDY client, server and proxy on top of Spdylay
library.
WWW: http://spdylay.sourceforge.net/
Notes
Notes:
svn path=/head/; revision=331414
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index b482af25bad8..e9876c7ba61e 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1868,6 +1868,7 @@ SUBDIR += snarf SUBDIR += snownews SUBDIR += spawn-fcgi + SUBDIR += spdylay SUBDIR += speedtest-mini SUBDIR += spreadlogd SUBDIR += sqstat |