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-03 00:00:05 +04: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 warning C4018: '<' : signed/unsigned mismatch 2014-09-02 17:55:22 +04: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 warning C4018: '<' : signed/unsigned mismatch 2014-09-02 17:55:22 +04: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 defer PONG send until no partial send buffer 2014-08-24 14:39:19 +08: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 warning C4244: '=' : conversion from '*' to '*', possible loss of data 2014-09-02 13:51:34 +04:00
minilex.c Added HTTP OPTIONS support: 2014-07-06 09:36:43 +08:00
output.c test linux 2014-09-03 00:00:05 +04:00
parsers.c warning C4244: '=' : conversion from 'unsigned short' to 'unsigned char', possible loss of data 2014-09-02 13:37:35 +04:00
pollfd.c refactor libev eliminate all code ifdefs 2014-04-11 13:14:37 +08:00
private-libwebsockets.h warning C4018: '<' : signed/unsigned mismatch 2014-09-02 17:55:22 +04: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 warning C4244: 'function' : conversion from 'time_t' to 'unsigned int', possible loss of data 2014-09-02 13:32:42 +04: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