summaryrefslogtreecommitdiffstats
path: root/modules/websocket/wsl_client.cpp
Commit message (Expand)AuthorAgeFilesLines
* Disable Nagle's algorithm for WebSocket TCP.Fabio Alessandrelli2020-01-281-0/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Trim protocol field from spaces in WS classes.Fabio Alessandrelli2019-10-161-2/+6
* Custom headers support in WebSocketClient.Fabio Alessandrelli2019-10-091-3/+7
* WebSocketClient can now use custom SSL certificateFabio Alessandrelli2019-10-091-1/+1
* Re-implement WebSocket get host/port.Fabio Alessandrelli2019-10-091-2/+5
* Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'Rémi Verschelde2019-08-171-15/+11
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'Robin Hübner2019-08-121-24/+9
* Fix WebSocketClient crash when unref during signalFabio Alessandrelli2019-07-281-6/+6
* Fix WebSocketClient consuming data during hanshakeFabio Alessandrelli2019-07-081-0/+1
* Optimize header reads (avoid extra allocs)Fabio Alessandrelli2019-07-041-19/+25
* WebSocket module now uses wslay library.Fabio Alessandrelli2019-07-041-0/+356