libwebsockets/lib
David Galeano d58c6ab78d Fixed deflate-stream extension.
When the output buffer was exhausted the input buffer was discarded
without checking if zlib had actually consumed all the input,
now we copy the remaining input data for the next call.
2013-01-09 18:17:42 +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-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 x google mux handle illegal channel add indexes cleanup handle ch1 rx 2011-05-26 12:59:13 +01:00
extension.c introduce x google mux very draft indeed 2011-05-23 10:00:03 +01:00
handshake.c Fixed compiler warnings on Windows. 2013-01-09 15:29:00 +08:00
libwebsockets.c Added private macro AWAITING_TIMEOUT instead of harcoded value 5. 2013-01-09 18:17:42 +08:00
libwebsockets.h Added context creation parameter for CA certificates file. 2013-01-09 16:25:54 +08:00
Makefile.am lib/Makefile.am: whitespace fix 2012-10-19 18:27:01 +08:00
md5.c introduce-private-md5-sha1.patch 2011-01-23 17:47:08 +00:00
parsers.c Fixed spacing. 2013-01-09 18:17:42 +08:00
private-libwebsockets.h Added private macro AWAITING_TIMEOUT instead of harcoded value 5. 2013-01-09 18:17:42 +08:00
sha-1.c Static variable is now const. 2013-01-09 15:14:31 +08:00