Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
abstract/ | 23-Nov-2023 | - | 2,537 | 1,545 | ||
core/ | 23-Nov-2023 | - | 4,249 | 2,947 | ||
core-net/ | 23-Nov-2023 | - | 12,397 | 8,361 | ||
event-libs/ | 23-Nov-2023 | - | 2,820 | 1,807 | ||
jose/ | 23-Nov-2023 | - | 5,112 | 3,024 | ||
misc/ | 23-Nov-2023 | - | 10,271 | 6,730 | ||
plat/ | 23-Nov-2023 | - | 6,771 | 4,391 | ||
roles/ | 23-Nov-2023 | - | 40,496 | 29,337 | ||
secure-streams/ | 23-Nov-2023 | - | 6,088 | 3,975 | ||
system/ | 23-Nov-2023 | - | 3,001 | 1,819 | ||
tls/ | 23-Nov-2023 | - | 17,357 | 10,406 | ||
README.md | D | 23-Nov-2023 | 675 | 17 | 13 |
README.md
1## Library sources layout 2 3Code that goes in the libwebsockets library itself lives down ./lib 4 5Path|Sources 6---|--- 7lib/core|Core lws code related to generic fd and wsi servicing and management 8lib/core-net|Core lws code that applies only if networking enabled 9lib/event-libs|Code containing optional event-lib specific adaptations 10lib/jose|JOSE / JWS / JWK / JWE implementations 11lib/misc|Code for various mostly optional miscellaneous features 12lib/plat|Platform-specific adaptation code 13lib/roles|Code for specific optional wsi roles, eg, http/1, h2, ws, raw, etc 14lib/system|Code for system-level features, eg, dhcpclient 15lib/tls|Code supporting the various TLS libraries 16 17