libwebsockets/lib
Andy Green 5738c0e838 remove all support for pre v13 protocols
Since v13 was defined as the released ietf version the older versions
are deprecated.  This patch strips out everything to do with the older
versions and gets rid of the option to send stuff unmasked.

The in-tree md5 implementation is then also deleted as nothing needs
it any more, 1280 loc are shed in all

Signed-off-by: Andy Green <andy.green@linaro.org>
2013-01-21 09:53:35 +08:00
..
.gitignore Ignoring linux build files 2013-01-09 15:46:11 +08:00
base64-decode.c introduce logging api and convert all library output to use it 2013-01-10 22:16:37 +08:00
client-handshake.c remove all support for pre v13 protocols 2013-01-21 09:53:35 +08:00
client-parser.c remove all support for pre v13 protocols 2013-01-21 09:53:35 +08:00
client.c remove all support for pre v13 protocols 2013-01-21 09:53:35 +08:00
daemonize.c make use of lock file 2013-01-19 14:39:24 +08:00
extension-deflate-frame.c solve flowcontrol problems 2013-01-17 17:18:55 +08:00
extension-deflate-frame.h Separate compression levels for server and client, 2013-01-10 12:45:54 +08:00
extension-deflate-stream.c introduce logging api and convert all library output to use it 2013-01-10 22:16:37 +08:00
extension-deflate-stream.h Fixed deflate-stream extension. 2013-01-09 18:17:42 +08:00
extension.c deprecate x google mux 2013-01-17 19:53:16 +08:00
getifaddrs.c introduce getifaddrs for toolchains without it 2013-01-12 20:39:47 +08:00
getifaddrs.h introduce getifaddrs for toolchains without it 2013-01-12 20:39:47 +08:00
handshake.c remove all support for pre v13 protocols 2013-01-21 09:53:35 +08:00
libwebsockets.c remove all support for pre v13 protocols 2013-01-21 09:53:35 +08:00
libwebsockets.h remove all support for pre v13 protocols 2013-01-21 09:53:35 +08:00
Makefile.am remove all support for pre v13 protocols 2013-01-21 09:53:35 +08:00
minilex.c add lexical parser for headers 2013-01-18 01:55:48 +08:00
output.c remove all support for pre v13 protocols 2013-01-21 09:53:35 +08:00
parsers.c remove all support for pre v13 protocols 2013-01-21 09:53:35 +08:00
private-libwebsockets.h remove all support for pre v13 protocols 2013-01-21 09:53:35 +08:00
server-handshake.c remove all support for pre v13 protocols 2013-01-21 09:53:35 +08:00
server.c disable private broadcast sockets if enable no fork config option 2013-01-21 09:09:52 +08:00
sha-1.c Static variable is now const. 2013-01-09 15:14:31 +08:00