summaryrefslogtreecommitdiffstats
path: root/modules/websocket/wsl_client.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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