1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/lib
2013-06-29 10:16:18 +08:00
..
.gitignore Ignoring linux build files 2013-01-09 15:46:11 +08:00
base64-decode.c Hide private library symbols 2013-03-30 09:52:21 +08:00
client-handshake.c Hide private library symbols 2013-03-30 09:52:21 +08:00
client-parser.c reflect send completeness in lws_write return 2013-02-23 10:50:10 +08:00
client.c cygwin compatibility 2013-04-25 09:16:30 +08:00
daemonize.c Hide private library symbols 2013-03-30 09:52:21 +08:00
extension-deflate-frame.c style cleanup 2013-02-11 17:13:32 +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 Hide private library symbols 2013-03-30 09:52:21 +08:00
getifaddrs.c style cleanup 2013-02-11 17:13:32 +08:00
getifaddrs.h style cleanup 2013-02-11 17:13:32 +08:00
handshake.c trac 28 - differentiate between http serving and accepted http connection 2013-05-19 14:04:10 +08:00
libwebsockets.c Added additional LWS_CALLBACK_CLOSED_HTTP callback to just_kill_connection branch of close_and_free_session 2013-06-29 10:16:18 +08:00
libwebsockets.h add LWS_CALLBACK_CLOSED_HTTP 2013-06-10 22:54:40 +08:00
minilex.c add lexical parser for headers 2013-01-18 01:55:48 +08:00
output.c Support empty ping and pong packets. 2013-06-23 14:47:26 +08:00
parsers.c Hide private library symbols 2013-03-30 09:52:21 +08:00
private-libwebsockets.h trac 28 - differentiate between http serving and accepted http connection 2013-05-19 14:04:10 +08:00
server-handshake.c reflect send completeness in lws_write return 2013-02-23 10:50:10 +08:00
server.c trac 28 - differentiate between http serving and accepted http connection 2013-05-19 14:04:10 +08:00
sha-1.c Declare "sha1_init" statically to avoid naming conflicts if linked statically with other libraries providing a method with the same name (e.g. OpenSSL). 2013-06-23 14:45:15 +08:00