Skip to content

Fix cookie storage on Windows#3554

Open
saghul wants to merge 38 commits intowarmcat:mainfrom
saghul:fix-windows-cookiejar
Open

Fix cookie storage on Windows#3554
saghul wants to merge 38 commits intowarmcat:mainfrom
saghul:fix-windows-cookiejar

Conversation

@saghul
Copy link
Copy Markdown
Contributor

@saghul saghul commented Mar 17, 2026

No description provided.

lws-team added 30 commits March 14, 2026 18:01
Add a generic DTLS wrapper to lws that is able to work using any of the
supported tls libraries as the backed: openssl (and variants), mbedtls,
gnutls, schannel

Note that schannel is not able to work with webrtc due to schannel api's
own limitations.  You must use openssl or mbedtls for windows if you want
to use dtls for webrtc.
This adds support for webrtc serving along with ALSA, OPUS, V4L2, TRANSCODE
and other critical pieces
Having added a member to lws_plugin_protocol, it's a good time to change
the old struct initializer format to C9, since we'll have to visit them all
anyway.

Also modernize the event lib struct while we're at it.
Various things that Sai identified needed fixing
lws-team and others added 8 commits March 14, 2026 18:01
This changes the approach of Async DNS vs multiple DNS servers...

 - we will take all the platform tells us about
 - initially we will broadside the queries on all the servers
 - we'll measure the response performce over time, with decay
 - nonresponsive servers will get ignored and responsive ones
   will round-robin
@lws-team lws-team force-pushed the main branch 3 times, most recently from 6790fe8 to 609de65 Compare March 27, 2026 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants