1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/lib
Patrick Gansterer f253795da4 Add explicit cast to setsockopt() calls
Implicit cast from size_t* to const char* throws an error on some compilers.
2014-02-28 00:37:20 +01: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 Add support to binding client to interface. 2014-02-19 08:38:08 +08:00
client-parser.c fix zero length ping pong 2014-02-15 16:00:37 +08:00
client.c Add explicit cast to setsockopt() calls 2014-02-28 00:37:20 +01: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 make header protection unique remove __prefix 2013-10-26 20:23:00 +08:00
handshake.c Add explicit cast to setsockopt() calls 2014-02-28 00:37:20 +01:00
lextable.h Support for HTTP POST. 2013-11-24 10:36:37 +08:00
libwebsockets.c Set the HTTP proxy via creation info 2014-02-28 00:32:44 +01:00
libwebsockets.h Set the HTTP proxy via creation info 2014-02-28 00:32:44 +01:00
minilex.c Support for HTTP POST. 2013-11-24 10:36:37 +08:00
output.c Use native file functions on Windows 2014-02-27 21:20:36 +08:00
parsers.c fix zero length ping pong 2014-02-15 16:00:37 +08:00
private-libwebsockets.h Use native file functions on Windows 2014-02-27 21:20:36 +08:00
server-handshake.c reflect send completeness in lws_write return 2013-02-23 10:50:10 +08:00
server.c Fix Content-Type header of http status response 2014-02-27 21:29:48 +08:00
sha-1.c Fix endian detection on non-linux systems 2014-02-27 20:52:01 +08:00