summaryrefslogtreecommitdiff
path: root/modules/websocket/wsl_peer.cpp
AgeCommit message (Expand)Author
2023-01-28[Net] Remove StreamPeerTLS.blocking_handshake option.Fabio Alessandrelli
2023-01-28[NET] Refactor TLS configuration.Fabio Alessandrelli
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-10-17[WebSocket] Fix client failing to connect to direct IP.Fabio Alessandrelli
2022-10-13[WebSocket] Fix TCP connection being closed while connecting.Fabio Alessandrelli
2022-10-11[WebSocket] Refactor websocket module.Fabio Alessandrelli
2022-08-29[Web] Rename JavaScript platform to Web.Fabio Alessandrelli
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-10-29Websockets: Fix buffer size checks in put_packet()Max Hilbrunner
2021-07-31Websocket peer outbound buffer fixes. Expose outbound buffered amount.Jordan Schidlowsky
2021-05-06Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio
2021-02-08Initialize class/struct variables with default values in modules/Rafał Mikrut
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-01-28Disable Nagle's algorithm for WebSocket TCP.Fabio Alessandrelli
2020-01-24Lower WebSocket latency, fixes.Fabio Alessandrelli
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-21WSLPeer now prevents receiving data after close.Fabio Alessandrelli
2019-11-15Fix Visual Studio throwing C4334 warning.Marcel Admiraal
2019-10-09Re-implement WebSocket get host/port.Fabio Alessandrelli
2019-08-28Style: Fix copyright headers in new filesRémi Verschelde
2019-08-19Move CryptoCore to it's own folder.Fabio Alessandrelli
2019-07-04WebSocket module now uses wslay library.Fabio Alessandrelli