1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib
Andy Green f7248f8dfa update ping test client and stop exposing payload to extensions
Ping and Pong payload in control messages need to be
above the fray of extension payload munging

Signed-off-by: Andy Green <andy.green@linaro.org>
2013-01-16 15:12:33 +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 deal with SSL_ERROR_WANT_ in client connect action 2013-01-15 15:43:31 +08:00
client-parser.c update ping test client and stop exposing payload to extensions 2013-01-16 15:12:33 +08:00
client.c roubustness only return 0 from fd service if handled 2013-01-16 13:40:43 +08:00
extension-deflate-frame.c logging ensure everyone has a newline 2013-01-15 15:41:15 +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-x-google-mux.c audit and make all malloc check for OOM 2013-01-12 13:21:08 +08:00
extension-x-google-mux.h Use __inline for Win32 builds. 2013-01-10 10:07:16 +08:00
extension.c Added extension "deflate-frame". 2013-01-09 18:21:33 +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 update ping test client and stop exposing payload to extensions 2013-01-16 15:12:33 +08:00
libwebsockets.c update ping test client and stop exposing payload to extensions 2013-01-16 15:12:33 +08:00
libwebsockets.h http service break into outer loop states 2013-01-15 16:00:36 +08:00
Makefile.am configure without client 2013-01-16 12:35:46 +08:00
md5.c introduce-private-md5-sha1.patch 2011-01-23 17:47:08 +00:00
output.c update ping test client and stop exposing payload to extensions 2013-01-16 15:12:33 +08:00
parsers.c update ping test client and stop exposing payload to extensions 2013-01-16 15:12:33 +08:00
private-libwebsockets.h export lswl_hexdump 2013-01-16 14:35:27 +08:00
sha-1.c Static variable is now const. 2013-01-09 15:14:31 +08:00