libwebsockets/lib
Andy Green 7a8d86e048 handle client protocol lists properly
We fail to deal with lists of protocols sent by the client
by picking one from the list properly.  This fixes that and
adds protocol lists to the test client for regression testing.

Signed-off-by: Andy Green <andy.green@linaro.org>
2014-07-19 06:52:39 +08:00
..
.gitignore Ignoring linux build files 2013-01-09 15:46:11 +08:00
base64-decode.c remove bae64 decode and selftest 2013-09-18 20:57:59 +08:00
client-handshake.c dont free externally allocated user_space when closing connection 2014-07-06 09:36:43 +08:00
client-parser.c refactor out most NO_EXTENSIONS 2014-04-02 19:45:42 +08:00
client.c Added optional per-header length limits: 2014-07-06 09:33:40 +08:00
context.c Added optional per-header length limits: 2014-07-06 09:33:40 +08:00
daemonize.c Hide private library symbols 2013-03-30 09:52:21 +08:00
extension-deflate-frame.c client allow user callback to close on nonzero return 2014-03-15 09:32:40 +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 style cleanup 2013-02-11 17:13:32 +08:00
extension-deflate-stream.h remove fixed rx buffer allow definition per protocol 2013-02-08 13:16:07 +08:00
extension.c partial send handling 2014-07-06 09:36:44 +08:00
getifaddrs.c style cleanup 2013-02-11 17:13:32 +08:00
getifaddrs.h make header protection unique remove __prefix 2013-10-26 20:23:00 +08:00
handshake.c Don't need 'content_remain' in libwebsocket_read 2014-07-14 20:33:07 +08:00
lextable.h Added HTTP OPTIONS support: 2014-07-06 09:36:43 +08:00
libev.c refactor move ssl server service to ssl.c 2014-04-12 10:07:02 +08:00
libwebsockets.c HTTP Version, Keep-alive support, No-copy POST 2014-07-14 20:19:43 +08:00
libwebsockets.h add runtime context flag to enforce defeat of OS CA CERTS even if build option selected 2014-07-06 09:36:44 +08:00
lws-plat-unix.c fix build on OpenBSD 2014-07-06 09:36:43 +08:00
lws-plat-win.c Windows: Fix implementation of lws_plat_inet_ntop() 2014-04-15 18:45:48 +02:00
minilex.c Added HTTP OPTIONS support: 2014-07-06 09:36:43 +08:00
output.c fixes for close flush 2014-04-10 17:06:59 +08:00
parsers.c HTTP Version, Keep-alive support, No-copy POST 2014-07-14 20:19:43 +08:00
pollfd.c refactor libev eliminate all code ifdefs 2014-04-11 13:14:37 +08:00
private-libwebsockets.h HTTP Version, Keep-alive support, No-copy POST 2014-07-14 20:19:43 +08:00
server-handshake.c fixup no extentsion around last clean 2014-04-10 15:15:13 +08:00
server.c handle client protocol lists properly 2014-07-19 06:52:39 +08:00
service.c Trac 75: fix uxexpected ssl connection close 2014-07-06 09:36:44 +08:00
sha-1.c refactor out WIN32 tests from code 2014-04-02 14:25:10 +08:00
ssl-http2.c http2 add initial alpn support 2014-04-03 14:33:48 +08:00
ssl.c add runtime context flag to enforce defeat of OS CA CERTS even if build option selected 2014-07-06 09:36:44 +08:00