summaryrefslogtreecommitdiff
path: root/modules/websocket/wsl_server.cpp
AgeCommit message (Expand)Author
2021-02-08Initialize class/struct variables with default values in modules/Rafał Mikrut
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-12Remove WebSocket defaults from project settings.Fabio Alessandrelli
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-01-28Disable Nagle's algorithm for WebSocket TCP.Fabio Alessandrelli
2020-01-24Lower WebSocket latency, fixes.Fabio Alessandrelli
2020-01-15Prevent GDScript language server from listening to external hosts by defaultHoukime
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-10-16Trim protocol field from spaces in WS classes.Fabio Alessandrelli
2019-10-09Custom headers support in WebSocketClient.Fabio Alessandrelli
2019-10-09Implement WebSocketServer SSL support.Fabio Alessandrelli
2019-10-09Re-implement WebSocket get host/port.Fabio Alessandrelli
2019-08-17Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'Rémi Verschelde
2019-08-12Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'Robin Hübner
2019-07-08(Re-)Implement subprotocols in websocket server.Fabio Alessandrelli
2019-07-04Optimize header reads (avoid extra allocs)Fabio Alessandrelli
2019-07-04WebSocket module now uses wslay library.Fabio Alessandrelli