1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/lib
Andy Green 4dd338590e libev protect when disabled at runtime in server.c
Signed-off-by: Andy Green <andy.green@linaro.org>
2014-04-01 08:36:36 +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 Introduce LWS_POLLIN, LWS_POLLOUT and LWS_POLLHUP 2014-03-30 09:18:05 +02:00
client-parser.c fix NO_EXTENSIONS 2014-03-23 15:15:54 +08:00
client.c Introduce LWS_POLLIN, LWS_POLLOUT and LWS_POLLHUP 2014-03-30 09:18:05 +02: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 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 make header protection unique remove __prefix 2013-10-26 20:23:00 +08:00
handshake.c nonzero return from client parser is close 2014-03-17 18:40:08 +08:00
lextable.h upgrade and improve storage efficiency of minilex 2014-03-09 11:49:21 +08:00
libwebsockets.c fix libev build 2014-03-31 14:42:56 +08:00
libwebsockets.h Remove useless usage of ssize_t 2014-03-30 10:18:51 +02:00
lws-plat-unix.c clean libwebsockets.c 2014-03-31 11:01:32 +08:00
lws-plat-win.c win32 clean remove leftover ifdef 2014-03-31 22:03:09 +08:00
minilex.c upgrade and improve storage efficiency of minilex 2014-03-09 11:49:21 +08:00
output.c windows Use WSAWaitForMultipleEvents() instead of poll() on Windows 2014-03-29 09:54:40 +08:00
parsers.c upgrade and improve storage efficiency of minilex 2014-03-09 11:49:21 +08:00
private-libwebsockets.h Cleanup header includes 2014-03-30 10:19:23 +02:00
server-handshake.c reflect send completeness in lws_write return 2013-02-23 10:50:10 +08:00
server.c libev protect when disabled at runtime in server.c 2014-04-01 08:36:36 +08:00
sha-1.c Remove duplicated implementations for bzero() 2014-02-28 20:28:06 +08:00