![]() Windows: resolve missing reference to _SC_OPEN_MAX https://lists.gnu.org/archive/html/bug-gnulib/2014-08/msg00023.html https://libwebsockets.org/lws-api-doc-master/html/libwebsockets_8h_source.html Windows: comment duplicate x86_ptr_imm definition Replaced by more explicit type definitions. Fixes x64 compile Restore secondary x86_ptr_imm for non-Windows This appears to be a necessary duplicate for other platforms. |
||
---|---|---|
.. | ||
LICENSE | ||
README | ||
base64-decode.c | ||
client-handshake.c | ||
client-parser.c | ||
client.c | ||
config.h | ||
context.c | ||
extension-deflate-frame.c | ||
extension-deflate-frame.h | ||
extension-deflate-stream.c | ||
extension-deflate-stream.h | ||
extension.c | ||
handshake.c | ||
lextable.h | ||
libwebsockets.c | ||
libwebsockets.h | ||
lws-plat-unix.c | ||
lws-plat-win.c | ||
lws_config.h | ||
output.c | ||
parsers.c | ||
pollfd.c | ||
private-libwebsockets.h | ||
server-handshake.c | ||
server.c | ||
service.c | ||
sha-1.c |
README
This is the libwebsockets C library for lightweight websocket clients and servers. For support, visit http://libwebsockets.org and consider joining the project mailing list at http://ml.libwebsockets.org/mailman/listinfo/libwebsockets You can get the latest version of the library from git http://git.libwebsockets.org https://github.com/warmcat/libwebsockets for more information: README.build - information on building the library README.coding - information for writing code using the library README.test-apps - information about the test apps built with the library