Skip to content

Commit

Permalink
Bump third_party/libwebsockets/repo from cfa9d88 to 562f0ca
Browse files Browse the repository at this point in the history
Bumps [third_party/libwebsockets/repo](https://github.com/warmcat/libwebsockets) from `cfa9d88` to `562f0ca`.
- [Commits](warmcat/libwebsockets@cfa9d88...562f0ca)

---
updated-dependencies:
- dependency-name: third_party/libwebsockets/repo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 1f3bcbc commit 0db0449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/libwebsockets/repo
Submodule repo updated 39 files
+1 −1 .gitignore
+2 −0 CMakeLists.txt
+1 −0 cmake/lws_config.h.in
+1 −0 include/libwebsockets.h
+34 −1 include/libwebsockets/lws-context-vhost.h
+22 −1 include/libwebsockets/lws-secure-streams.h
+1 −1 include/libwebsockets/lws-tokenize.h
+1 −0 lib/core-net/close.c
+1 −0 lib/core-net/private-lib-core-net.h
+8 −0 lib/core-net/vhost.c
+7 −5 lib/core-net/wol.c
+2 −1 lib/core/libwebsockets.c
+3 −3 lib/core/logs.c
+14 −3 lib/event-libs/libev/libev.c
+2 −1 lib/misc/lecp.c
+6 −0 lib/plat/unix/CMakeLists.txt
+85 −0 lib/plat/unix/unix-systemd.c
+63 −62 lib/roles/http/client/client-http.c
+1 −1 lib/roles/http/date.c
+63 −26 lib/roles/http/server/server.c
+7 −1 lib/secure-streams/protocols/ss-h1.c
+10 −1 lib/secure-streams/protocols/ss-raw.c
+68 −0 lib/secure-streams/secure-streams.c
+2 −2 lib/system/smd/smd.c
+8 −2 lib/tls/CMakeLists.txt
+2 −2 lib/tls/tls-network.c
+50 −2 minimal-examples-lowlevel/api-tests/api-test-lecp/main.c
+44 −0 minimal-examples-lowlevel/http-server/minimal-http-server-systemd-socketact/CMakeLists.txt
+23 −0 minimal-examples-lowlevel/http-server/minimal-http-server-systemd-socketact/README.md
+5 −0 ...owlevel/http-server/minimal-http-server-systemd-socketact/lws-minimal-http-server-systemd-socketact.service
+6 −0 ...lowlevel/http-server/minimal-http-server-systemd-socketact/lws-minimal-http-server-systemd-socketact.socket
+74 −0 ...examples-lowlevel/http-server/minimal-http-server-systemd-socketact/minimal-http-server-systemd-socketact.c
+9 −0 minimal-examples-lowlevel/http-server/minimal-http-server-systemd-socketact/mount-origin/404.html
+ minimal-examples-lowlevel/http-server/minimal-http-server-systemd-socketact/mount-origin/favicon.ico
+15 −0 minimal-examples-lowlevel/http-server/minimal-http-server-systemd-socketact/mount-origin/index.html
+66 −0 ...examples-lowlevel/http-server/minimal-http-server-systemd-socketact/mount-origin/libwebsockets.org-logo.svg
+53 −0 minimal-examples-lowlevel/http-server/minimal-http-server-systemd-socketact/mount-origin/strict-csp.svg
+1 −2 minimal-examples-lowlevel/raw/minimal-raw-wol/minimal-raw-wol.c
+0 −1 test-apps/CMakeLists.txt

0 comments on commit 0db0449

Please sign in to comment.