libwebsockets/lib
2025-04-25 12:37:28 +01:00
..
core coverity 872858: hash gen overflow false positive 2025-01-22 08:43:45 +00:00
core-net no_logs: trim unused local 2025-04-25 09:51:51 +01:00
cose coverity: 2021-12-1 uplevel fixes 2022-03-15 10:28:09 +00:00
drivers spi: read 2024-11-03 07:59:12 +00:00
event-libs custom_event: fake_POLLIN_override 2024-09-30 12:49:08 +01:00
jose idf: cleanups 2024-11-03 07:59:12 +00:00
misc coverity 472859: jpeg restart_interval 2025-01-22 08:43:45 +00:00
plat solaris: illumos build fix 2025-04-05 17:41:53 +01:00
roles ctest: more reliability meddling 2025-04-24 15:26:15 +01:00
secure-streams uncommon-headers: fix ss changes for PATCH / PUT 2025-04-25 10:02:16 +01:00
system async dns: allow up to 8 x 128-char CNAMEs from 4 2025-02-27 07:41:00 +00:00
tls provided_client_ssl_ctx: only exists if not mbedtls 2025-04-25 12:37:28 +01:00
CMakeLists.txt PkgConfig: include libsystemd if needed by lib 2025-02-28 17:21:11 +00: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