Andrew Kaster
|
d9c85288d9
|
LibTLS: Remove blocking option and simplify Options struct
The complex macro for options with defaults doesn't make sense
now that there's only one option.
|
2025-06-23 17:49:21 +02:00 |
|
devgianlu
|
752f5b18fd
|
LibWebSocket: Ensure TLS connection is opened as non-blocking
|
2025-02-22 18:39:58 +01:00 |
|
devgianlu
|
24d3da64e5
|
LibWebSocket: Support specifying root certificate path
|
2025-02-17 19:52:43 +01:00 |
|
devgianlu
|
7a38a3e994
|
LibTLS: Replace TLSv12 implementation with OpenSSL
|
2025-02-17 19:52:43 +01:00 |
|
Sam Atkins
|
900c131178
|
LibURL: Make URL::serialized_host() infallible
This can no longer fail, so update the return type to match.
This makes a few more methods now unable to return errors, but one thing
at a time. 😅
|
2024-11-30 12:07:39 +01:00 |
|
Pavel Shliak
|
001df24935
|
LibWebSocket: Clean up #include directives
This change aims to improve the speed of incremental builds.
|
2024-11-21 14:08:33 +01:00 |
|
Timothy Flynn
|
93712b24bf
|
Everywhere: Hoist the Libraries folder to the top-level
|
2024-11-10 12:50:45 +01:00 |
|