forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump third_party/libwebsockets/repo from
ec6d5ac
to a1cbc02
Bumps [third_party/libwebsockets/repo](https://github.com/warmcat/libwebsockets) from `ec6d5ac` to `a1cbc02`. - [Commits](warmcat/libwebsockets@ec6d5ac...a1cbc02) --- updated-dependencies: - dependency-name: third_party/libwebsockets/repo dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
c3c4795
commit 5006ffb
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule repo
updated
18 files
+1 −0 | CMakeLists.txt | |
+1 −1 | cmake/lws_config.h.in | |
+1 −1 | include/libwebsockets.h | |
+5 −0 | include/libwebsockets/lws-client.h | |
+1 −0 | include/libwebsockets/lws-display.h | |
+1 −1 | lib/core/context.c | |
+5 −2 | lib/misc/dlo/dlo.c | |
+1 −1 | lib/plat/unix/private-lib-plat-unix.h | |
+32 −3 | lib/plat/unix/unix-sockets.c | |
+10 −0 | lib/plat/windows/windows-sockets.c | |
+2 −2 | lib/roles/h2/http2.c | |
+137 −61 | lib/roles/netlink/ops-netlink.c | |
+4 −4 | lib/roles/ws/client-ws.c | |
+1 −1 | lib/secure-streams/system/auth-sigv4/sign.c | |
+2 −2 | lib/tls/mbedtls/wrapper/platform/ssl_pm.c | |
+3 −1 | lib/tls/openssl/openssl-client.c | |
+2 −2 | lib/tls/openssl/openssl-server.c | |
+3 −2 | lib/tls/openssl/openssl-ssl.c |