Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Philippe le Hardi source code.tar.gz | 2025-05-14 | 640.1 kB | |
Philippe le Hardi source code.zip | 2025-05-14 | 752.5 kB | |
README.md | 2025-05-14 | 3.4 kB | |
Totals: 3 Items | 1.4 MB | 3 |
What's Changed
- Add ping interval to constructor params for WebSocketServer by @dwymark-celestron in https://github.com/machinezone/IXWebSocket/pull/497
- Fix MbedTLS disconnect handling. by @PaulWhitingS2 in https://github.com/machinezone/IXWebSocket/pull/500
- Don't call close() on -1. by @CryptoManiac in https://github.com/machinezone/IXWebSocket/pull/502
- Support URLs with no slash before the question mark by @giuspen in https://github.com/machinezone/IXWebSocket/pull/507
- Fix bad version variable by @LunarWatcher in https://github.com/machinezone/IXWebSocket/pull/510
- Initialize the PSA Crypto API if requested by @teejusb in https://github.com/machinezone/IXWebSocket/pull/514
- Minor fixes for < 10.6 by @barracuda156 in https://github.com/machinezone/IXWebSocket/pull/515
- IXSocket.h: add missing <sys/types.h> for macOS by @barracuda156 in https://github.com/machinezone/IXWebSocket/pull/512
- Version check MbedTLS instead of introducing a new define when initializing PSA Crypto API by @teejusb in https://github.com/machinezone/IXWebSocket/pull/516
- Fix memory leaks in SocketMbedTLS when closing. by @plmzod in https://github.com/machinezone/IXWebSocket/pull/527
- Allow Host to be overridden in handshake headers by @gordonread in https://github.com/machinezone/IXWebSocket/pull/530
- Fix: 'Content-Length' header check implicit cast by @Rodrick136 in https://github.com/machinezone/IXWebSocket/pull/534
- Include cstdint for compatibility with GCC 15 by @pastalian in https://github.com/machinezone/IXWebSocket/pull/538
- IXWebSocketTransport::setReadyState(): Run under lock by @awelzel in https://github.com/machinezone/IXWebSocket/pull/540
- IXWebSocketTransport: Avoid bloating _rxbuf by @awelzel in https://github.com/machinezone/IXWebSocket/pull/550
- Fix no callback when the server is disconnected on windows by @doufu3344 in https://github.com/machinezone/IXWebSocket/pull/548
- Improve documentation and add an ios build script by @Sokkero in https://github.com/machinezone/IXWebSocket/pull/549
New Contributors
- @dwymark-celestron made their first contribution in https://github.com/machinezone/IXWebSocket/pull/497
- @PaulWhitingS2 made their first contribution in https://github.com/machinezone/IXWebSocket/pull/500
- @giuspen made their first contribution in https://github.com/machinezone/IXWebSocket/pull/507
- @teejusb made their first contribution in https://github.com/machinezone/IXWebSocket/pull/514
- @barracuda156 made their first contribution in https://github.com/machinezone/IXWebSocket/pull/515
- @plmzod made their first contribution in https://github.com/machinezone/IXWebSocket/pull/527
- @gordonread made their first contribution in https://github.com/machinezone/IXWebSocket/pull/530
- @Rodrick136 made their first contribution in https://github.com/machinezone/IXWebSocket/pull/534
- @pastalian made their first contribution in https://github.com/machinezone/IXWebSocket/pull/538
- @awelzel made their first contribution in https://github.com/machinezone/IXWebSocket/pull/540
- @doufu3344 made their first contribution in https://github.com/machinezone/IXWebSocket/pull/548
- @Sokkero made their first contribution in https://github.com/machinezone/IXWebSocket/pull/549
Full Changelog: https://github.com/machinezone/IXWebSocket/compare/v11.4.5...v11.4.6