summaryrefslogtreecommitdiff
path: root/addons/websocket
AgeCommit message (Collapse)Author
2026-03-07Updated copyright headers and version strings. Removed version historyFrédéric Desbiens
2025-10-06Fixed issues with websocket changes and updated tests (#345)Frédéric Desbiens
* Restored ECC_CIPHERSUITE ifdef code. * Remove unused variables. * Replaced faulty comparisons with ifdefs. * Fixed regression tests.
2025-10-06Fixed compilation error per issue #344Frédéric Desbiens
2025-09-29Fixed _nx_websocket_client_connect_internal declaration.Frédéric Desbiens
2025-09-29Fixed typo in updated _nx_websocket_client_connect declaration.Frédéric Desbiens
2025-09-29Fixed _nxe_websocket_client_connect declaration.Frédéric Desbiens
2025-09-29Fixed _nxe_websocket_client_connect declaration.Frédéric Desbiens
2025-06-19websocket client: Add support for Authorization Bearer headerJoel Guittet
The Authorization: Bearer header allow to perform authentication providing a token. It is optional. Signed-off-by: Joel Guittet <[email protected]>
2025-06-19websocket client: Sec-WebSocket-Protocol is optional headerJoel Guittet
The header Sec-WebSocket-Protocol is optional in both the request and the response from the server. Signed-off-by: Joel Guittet <[email protected]>
2025-03-18Updated version numbers to 6.4.3Frédéric Desbiens
2024-01-29Update copyright.Bo Chen (from Dev Box)
2022-10-26Release 6.2.0Tiejun Zhou