summaryrefslogtreecommitdiffstats
path: root/modules/websocket/wsl_client.cpp
Commit message (Expand)AuthorAgeFilesLines
* [WebSocket] Refactor websocket module.Fabio Alessandrelli2022-10-111-407/+0
* [Net] Rename "ssl" references to "tls" in methods and members.Fabio Alessandrelli2022-09-081-16/+16
* [Net] Rename StreamPeerSSL to StreamPeerTLS.Fabio Alessandrelli2022-09-071-5/+5
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-2/+2
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* [WebSocket] Fix WSLClient connection status.Fabio Alessandrelli2022-05-041-6/+6
* Merge pull request #60444 from snailrhymer/expand-websocketclient-error-messagesFabio Alessandrelli2022-05-031-5/+9
|\
| * Add detail to some error messages in wsl_clientSnailRhymer2022-04-221-5/+9
* | [Net] Drop is_connected_to_host for TCP and UDP.Fabio Alessandrelli2022-03-271-1/+1
* | [Net] Make StreamPeerTCP::_poll_connection explicit.Fabio Alessandrelli2022-03-271-0/+1
|/
* Fix typos with codespellRémi Verschelde2022-02-101-1/+1
* [Net] Non-blocking WebSocket hostname resolution.Jordan Schidlowsky2022-02-051-19/+53
* Rename or refactor macros to avoid leading underscoresOmar Polo2022-01-201-7/+7
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Try other resolved IPs if one fails to connectHaoyu Qiu2021-08-301-6/+22
* [Net] Rename NetworkedMultiplayerPeer to MultiplayerPeer.Fabio Alessandrelli2021-07-121-1/+1
* [Net] Fix WebSocketClient path parsing.Fabio Alessandrelli2021-06-281-0/+1
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-2/+2
* Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio2021-05-061-3/+3
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-081-5/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-10/+17
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-7/+0
* Remove WebSocket defaults from project settings.Fabio Alessandrelli2020-05-121-4/+4
* Replace NULL with nullptrlupoDharkael2020-04-021-2/+2
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* 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