summaryrefslogtreecommitdiff
path: root/modules/websocket/wsl_peer.cpp
AgeCommit message (Expand)Author
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