1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/lib
2014-09-25 10:39:13 +09: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 no protocol usage inprove docs 2014-08-07 16:52:15 +08:00
client-parser.c refactor out most NO_EXTENSIONS 2014-04-02 19:45:42 +08:00
client.c Added optional per-header length limits: 2014-07-06 09:33:40 +08:00
context.c trac82 consistently use CONTEXT_PORT_NO_LISTEN 2014-07-31 09:44:00 +08: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 partial send handling 2014-07-06 09:36:44 +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 http keepalive needs to reinit some header union state 2014-08-16 10:17:59 +08:00
lextable.h Added HTTP OPTIONS support: 2014-07-06 09:36:43 +08:00
libev.c refactor move ssl server service to ssl.c 2014-04-12 10:07:02 +08:00
libwebsockets.c Pass user_sapce to callback for LWS_CALLBACK_CLIENT_CONNECTION_ERROR 2014-09-25 10:39:13 +09:00
libwebsockets.h introduce lws_partial_buffered 2014-08-18 22:49:39 +08:00
lws-plat-unix.c Fix TCP keepalive use in UNIX systems 2014-07-29 15:36:06 +03:00
lws-plat-win.c Windows: Fix implementation of lws_plat_inet_ntop() 2014-04-15 18:45:48 +02:00
minilex.c Added HTTP OPTIONS support: 2014-07-06 09:36:43 +08:00
output.c deprecate no_buffer_all_partials 2014-08-18 22:21:51 +08:00
parsers.c defer PONG send until no partial send buffer 2014-08-24 14:39:19 +08:00
pollfd.c refactor libev eliminate all code ifdefs 2014-04-11 13:14:37 +08:00
private-libwebsockets.h fix byte order for qnx 2014-09-16 22:49:10 +08:00
server-handshake.c fixup no extentsion around last clean 2014-04-10 15:15:13 +08:00
server.c server.c: test **truncated_send_len** for partial 2014-08-24 10:03:37 +08:00
service.c defer PONG send until no partial send buffer 2014-08-24 14:39:19 +08:00
sha-1.c refactor out WIN32 tests from code 2014-04-02 14:25:10 +08:00
ssl-http2.c http2 add initial alpn support 2014-04-03 14:33:48 +08:00
ssl.c fix build for NO_SERVER 2014-08-27 16:31:20 +08:00