flycast/core/deps/libwebsocket
Stefanos Kornilios Mitsis Poiitidis d4f12fae64
Merge pull request #1327 from gameblabla/voidlinuxmusl
WIP: Fixes for Musl
2018-08-25 21:25:02 +03: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 Include header guards to prevent multiple inclusions 2018-08-21 09:28:54 -04: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 Include header guards to prevent multiple inclusions 2018-08-21 09:28:54 -04: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 ngen_mainloop for x86 updated to use PC value from context, CDI warning 2018-08-20 23:49:15 -04: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 Merge pull request #1327 from gameblabla/voidlinuxmusl 2018-08-25 21:25:02 +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 Fixes for Musl 2018-08-24 23:34:03 +02: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