Skip to content

Commit

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

---
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 Sep 30, 2024
1 parent 0a0e9ce commit 6098348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/libwebsockets/repo
Submodule repo updated 54 files
+6 −0 CMakeLists-implied-options.txt
+7 −0 CMakeLists.txt
+1 −1 READMEs/README.build.md
+4 −2 READMEs/README.tls-sessions.md
+1 −0 cmake/lws_config.h.in
+2 −2 contrib/cross-openwrt-makefile
+1 −1 include/libwebsockets.h
+1 −1 include/libwebsockets/lws-http.h
+1 −1 include/libwebsockets/lws-ws-ext.h
+4 −2 lib/core-net/client/connect2.c
+3 −2 lib/core-net/client/connect3.c
+2 −2 lib/core-net/client/connect4.c
+13 −3 lib/core-net/close.c
+10 −0 lib/core-net/network.c
+13 −8 lib/core-net/pollfd.c
+2 −0 lib/core-net/private-lib-core-net.h
+4 −0 lib/core-net/service.c
+1 −2 lib/core-net/vhost.c
+19 −11 lib/core-net/wsi.c
+30 −0 lib/core/context.c
+4 −1 lib/event-libs/libev/libev.c
+4 −0 lib/event-libs/libevent/libevent.c
+2 −0 lib/event-libs/libuv/libuv.c
+4 −0 lib/event-libs/sdevent/sdevent.c
+4 −0 lib/event-libs/uloop/uloop.c
+8 −2 lib/misc/dlo/dlo-lhp.c
+19 −7 lib/misc/jpeg.c
+15 −4 lib/misc/lecp.c
+7 −2 lib/misc/lhp.c
+9 −1 lib/misc/upng.c
+8 −0 lib/plat/freertos/freertos-pipe.c
+1 −0 lib/plat/freertos/freertos-service.c
+6 −0 lib/plat/optee/network.c
+13 −3 lib/plat/unix/unix-pipe.c
+12 −9 lib/plat/unix/unix-sockets.c
+4 −2 lib/plat/unix/unix-spawn.c
+1 −1 lib/plat/windows/windows-file.c
+8 −0 lib/plat/windows/windows-pipe.c
+10 −4 lib/plat/windows/windows-service.c
+4 −2 lib/roles/http/client/client-http.c
+1 −1 lib/roles/http/parsers.c
+16 −1 lib/roles/http/server/server.c
+0 −5 lib/roles/netlink/ops-netlink.c
+1 −1 lib/roles/ws/ops-ws.c
+20 −11 lib/roles/ws/server-ws.c
+3 −3 lib/tls/mbedtls/mbedtls-client.c
+6 −0 lib/tls/mbedtls/private-lib-tls-mbedtls.h
+1 −1 lib/tls/mbedtls/wrapper/include/internal/ssl_x509.h
+5 −5 lib/tls/mbedtls/wrapper/library/ssl_x509.c
+21 −0 lib/tls/openssl/openssl-ssl.c
+3 −2 lib/tls/openssl/openssl-tls.c
+1 −1 lib/tls/private-network.h
+3 −3 lib/tls/tls-client.c
+8 −6 plugins/acme-client/protocol_lws_acme_client.c

0 comments on commit 6098348

Please sign in to comment.