1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib
Andy Green 1007814f8c clean: remove google fuzzer warning when no MQTT
/src/libwebsockets//lib/secure-streams/private-lib-secure-streams.h:214:1: warning: empty union has size 0 in C, size 1 in C++ [-Wextern-c-compat]
      214 | union lws_ss_contemp {
2025-03-24 12:43:16 +00:00
..
core coverity 872858: hash gen overflow false positive 2025-01-22 08:43:45 +00:00
core-net freertos: fix pipe free 2025-03-23 13:51:58 +00: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 unix: Fix linker errors when building without sdevent 2025-03-01 08:13:50 +00:00
roles h2: length handling 2025-03-20 11:13:05 +00:00
secure-streams clean: remove google fuzzer warning when no MQTT 2025-03-24 12:43:16 +00:00
system async dns: allow up to 8 x 128-char CNAMEs from 4 2025-02-27 07:41:00 +00:00
tls wolfssl: update membuf to use lws alloc 2025-03-13 16:08:34 +00: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