flycast/core/deps/libwebsocket
TwistedUmbrella 571b68d468 Fix building Windows alongside Android Studio
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.
2018-06-25 12:04:14 -04:00
..
LICENSE add libwebsocket 2014-04-22 16:15:54 +03:00
README add libwebsocket 2014-04-22 16:15:54 +03:00
base64-decode.c add libwebsocket 2014-04-22 16:15:54 +03:00
client-handshake.c add libwebsocket 2014-04-22 16:15:54 +03:00
client-parser.c add libwebsocket 2014-04-22 16:15:54 +03:00
client.c add libwebsocket 2014-04-22 16:15:54 +03:00
config.h Webui for linux 2014-04-25 06:26:36 +03:00
context.c Fix building Windows alongside Android Studio 2018-06-25 12:04:14 -04:00
extension-deflate-frame.c add libwebsocket 2014-04-22 16:15:54 +03:00
extension-deflate-frame.h Initial webui code (that does nothing useful) 2014-04-23 00:04:22 +03:00
extension-deflate-stream.c add libwebsocket 2014-04-22 16:15:54 +03:00
extension-deflate-stream.h Initial webui code (that does nothing useful) 2014-04-23 00:04:22 +03:00
extension.c add libwebsocket 2014-04-22 16:15:54 +03:00
handshake.c Add more missing files 2014-04-22 16:30:12 +03:00
lextable.h Add missing file 2014-04-22 16:23:20 +03:00
libwebsockets.c Initial webui code (that does nothing useful) 2014-04-23 00:04:22 +03:00
libwebsockets.h add libwebsocket 2014-04-22 16:15:54 +03:00
lws-plat-unix.c WEBUI for android 2014-04-25 05:59:53 +03:00
lws-plat-win.c WEBUI for android 2014-04-25 05:59:53 +03:00
lws_config.h add libwebsocket 2014-04-22 16:15:54 +03:00
output.c add libwebsocket 2014-04-22 16:15:54 +03:00
parsers.c add libwebsocket 2014-04-22 16:15:54 +03:00
pollfd.c add libwebsocket 2014-04-22 16:15:54 +03:00
private-libwebsockets.h WEBUI for android 2014-04-25 05:59:53 +03:00
server-handshake.c add libwebsocket 2014-04-22 16:15:54 +03:00
server.c add libwebsocket 2014-04-22 16:15:54 +03:00
service.c add libwebsocket 2014-04-22 16:15:54 +03:00
sha-1.c add libwebsocket 2014-04-22 16:15:54 +03:00

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