libwebsockets/lib
David Galeano 7ffbe1bfca Fixed to keep reading data until the SSL internal buffer is empty.
Before this fix only 2048 bytes were read,
the rest were buffered inside SSL until another message arrived!!!
2013-01-10 12:45:54 +08:00
..
.gitignore Ignoring linux build files 2013-01-09 15:46:11 +08:00
base64-decode.c style cleaning 2012-04-09 15:24:22 +08:00
client-handshake.c Added private macro AWAITING_TIMEOUT instead of harcoded value 5. 2013-01-09 18:17:42 +08:00
extension-deflate-frame.c Separate compression levels for server and client, 2013-01-10 12:45:54 +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 Fixed deflate-stream extension. 2013-01-09 18:17:42 +08:00
extension-deflate-stream.h Fixed deflate-stream extension. 2013-01-09 18:17:42 +08:00
extension-x-google-mux.c debug move most spew into debug macro 2011-11-07 19:53:23 +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
handshake.c Pass URI length to LWS_CALLBACK_HTTP. 2013-01-10 12:45:53 +08:00
libwebsockets.c Fixed to keep reading data until the SSL internal buffer is empty. 2013-01-10 12:45:54 +08:00
libwebsockets.h Added support for extensions that only manipulate application data. 2013-01-09 18:17:42 +08:00
Makefile.am Added extension "deflate-frame". 2013-01-09 18:21:33 +08:00
md5.c introduce-private-md5-sha1.patch 2011-01-23 17:47:08 +00:00
parsers.c Fixed crash when HTTP requests method is not GET. 2013-01-10 12:45:54 +08:00
private-libwebsockets.h Added private macro CIPHERS_LIST_STRING to define ciphers list string. 2013-01-10 12:45:53 +08:00
sha-1.c Static variable is now const. 2013-01-09 15:14:31 +08:00