Age | Commit message (Expand) | Author |
2022-08-29 | [Web] Rename JavaScript platform to Web. | Fabio Alessandrelli |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-05-04 | [WebSocket] Fix WSLClient connection status. | Fabio Alessandrelli |
2022-05-03 | Merge pull request #60444 from snailrhymer/expand-websocketclient-error-messages | Fabio Alessandrelli |
2022-04-22 | Add detail to some error messages in wsl_client | SnailRhymer |
2022-03-27 | [Net] Drop is_connected_to_host for TCP and UDP. | Fabio Alessandrelli |
2022-03-27 | [Net] Make StreamPeerTCP::_poll_connection explicit. | Fabio Alessandrelli |
2022-02-10 | Fix typos with codespell | Rémi Verschelde |
2022-02-05 | [Net] Non-blocking WebSocket hostname resolution. | Jordan Schidlowsky |
2022-01-20 | Rename or refactor macros to avoid leading underscores | Omar Polo |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-08-30 | Try other resolved IPs if one fails to connect | Haoyu Qiu |
2021-07-12 | [Net] Rename NetworkedMultiplayerPeer to MultiplayerPeer. | Fabio Alessandrelli |
2021-06-28 | [Net] Fix WebSocketClient path parsing. | Fabio Alessandrelli |
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A |
2021-05-06 | Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores | Hugo Locurcio |
2021-02-08 | Initialize class/struct variables with default values in modules/ | Rafał Mikrut |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-12 | Remove WebSocket defaults from project settings. | Fabio Alessandrelli |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-17 | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde |
2020-01-28 | Disable Nagle's algorithm for WebSocket TCP. | Fabio Alessandrelli |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-10-16 | Trim protocol field from spaces in WS classes. | Fabio Alessandrelli |
2019-10-09 | Custom headers support in WebSocketClient. | Fabio Alessandrelli |
2019-10-09 | WebSocketClient can now use custom SSL certificate | Fabio Alessandrelli |
2019-10-09 | Re-implement WebSocket get host/port. | Fabio Alessandrelli |
2019-08-17 | Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' | Rémi Verschelde |
2019-08-12 | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/' | Robin Hübner |
2019-07-28 | Fix WebSocketClient crash when unref during signal | Fabio Alessandrelli |
2019-07-08 | Fix WebSocketClient consuming data during hanshake | Fabio Alessandrelli |
2019-07-04 | Optimize header reads (avoid extra allocs) | Fabio Alessandrelli |
2019-07-04 | WebSocket module now uses wslay library. | Fabio Alessandrelli |