summaryrefslogtreecommitdiffstats
path: root/modules/websocket/wsl_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* Trim protocol field from spaces in WS classes.Fabio Alessandrelli2019-10-161-3/+9
* Custom headers support in WebSocketClient.Fabio Alessandrelli2019-10-091-4/+5
* Implement WebSocketServer SSL support.Fabio Alessandrelli2019-10-091-1/+20
* Re-implement WebSocket get host/port.Fabio Alessandrelli2019-10-091-1/+3
* Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'Rémi Verschelde2019-08-171-13/+12
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'Robin Hübner2019-08-121-23/+7
* (Re-)Implement subprotocols in websocket server.Fabio Alessandrelli2019-07-081-6/+27
* Optimize header reads (avoid extra allocs)Fabio Alessandrelli2019-07-041-17/+26
* WebSocket module now uses wslay library.Fabio Alessandrelli2019-07-041-0/+272