1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/lib
Andy Green d18e1db72c license: fix two old headers from pre-MIT change
These two headers managed to avoid the global switch from
LGPL2.1 -> MIT back in the day, correct them to be aligned
with the rest of lws' own license, ie, MIT.
2021-05-04 18:35:59 +01:00
..
abstract license: fix two old headers from pre-MIT change 2021-05-04 18:35:59 +01:00
core logs: prioritize WITH_NO_LOGS even in release 2021-03-16 08:20:03 +00:00
core-net logs: prioritize WITH_NO_LOGS even in release 2021-03-16 08:20:03 +00:00
drivers lws_netdev: fix rssi averaging 2020-07-21 08:16:01 +01:00
event-libs mingw: libevent build fixes 2020-11-23 20:23:26 +00:00
jose lws_jwt_token_sanity 2020-07-15 16:18:00 +01:00
misc lws_struct: fix implicit schema recognition 2021-03-01 19:55:15 +00:00
plat vhost_destroy: refactor 2021-01-22 16:22:25 +00:00
roles dbus: support adding disabled watchers 2021-01-24 14:31:51 +00:00
secure-streams logs: prioritize WITH_NO_LOGS even in release 2021-03-16 08:20:03 +00:00
system async-dns: fix error path 2020-11-30 12:53:30 +00:00
tls cmake: mingw: fix openssl linkage 2020-09-17 14:28:39 +01:00
CMakeLists.txt cmake: add windows version resources to library 2020-10-17 12:29:57 +01:00
README.md cleaning 2020-01-05 22:17:58 +00:00

Library sources layout

Code that goes in the libwebsockets library itself lives down ./lib

Path Sources
lib/core Core lws code related to generic fd and wsi servicing and management
lib/core-net Core lws code that applies only if networking enabled
lib/event-libs Code containing optional event-lib specific adaptations
lib/jose JOSE / JWS / JWK / JWE implementations
lib/misc Code for various mostly optional miscellaneous features
lib/plat Platform-specific adaptation code
lib/roles Code for specific optional wsi roles, eg, http/1, h2, ws, raw, etc
lib/system Code for system-level features, eg, dhcpclient
lib/tls Code supporting the various TLS libraries