summaryrefslogtreecommitdiff
path: root/modules/websocket
AgeCommit message (Expand)Author
2021-05-06Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio
2021-05-03Merge pull request #48205 from Faless/net/4.x_url_parsingFabio Alessandrelli
2021-04-30Add WebSocketMultiplayerPeer _incoming_packets check boundMaxStgs
2021-04-27Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde
2021-04-26[Net] Implement String::parse_url for parsing URLs.Fabio Alessandrelli
2021-04-07Document secure wss:// caveats for WebSocketClientHugo Locurcio
2021-03-12Fixes small typos and grammar correctionAnshul7sp1
2021-02-08Initialize class/struct variables with default values in modules/Rafał Mikrut
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-18SCons: Add explicit dependencies on thirdparty code in cloned envRémi Verschelde
2020-12-04[HTML5] Add function signatures to JS libraries.Fabio Alessandrelli
2020-11-23[HTML5] Run eslint --fix.Fabio Alessandrelli
2020-11-21[HTML5] Libraries refactor for linting.Fabio Alessandrelli
2020-11-17Fix godot_js_websocket_send function unused assignment.Marcel Admiraal
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-11-10[HTML5] Port JavaScript inline code to libraries.Fabio Alessandrelli
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-07-10Add override keywords.Marcel Admiraal
2020-07-03Remove String::find_last (same as rfind)Stijn Hinlopen
2020-05-16websocket: Fix crash at exit when not running the editorIgnacio Etcheverry
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Style: Fix missing/invalid copyright headersRémi Verschelde
2020-05-14Modernize remaining uses of 0/NULL instead of nullptr (C++11)Rémi Verschelde
2020-05-12Add WebSocket debugger, use it for Javascript.Fabio Alessandrelli
2020-05-12Remove WebSocket defaults from project settings.Fabio Alessandrelli
2020-05-10Fix Closure compiler build, python style.Fabio Alessandrelli
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-30SCons: Format buildsystem files with psf/blackRémi Verschelde
2020-03-23Adding missing include guards to header files identified by LGTM.Rajat Goswami
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-08Fix Javascript platform after PoolVector removal.Fabio Alessandrelli
2020-02-18doc: Sync classref with current sourceRémi Verschelde
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-15Fix EMWSClient::get_connection_status(), try catchFabio Alessandrelli
2020-01-31Update docs to version 4.0clayjohn
2020-01-28Disable Nagle's algorithm for WebSocket TCP.Fabio Alessandrelli
2020-01-26Merge pull request #35516 from Faless/ws/fix_latency_32Rémi Verschelde
2020-01-26doc: Drop unused 'category' property from headerRémi Verschelde
2020-01-24Lower WebSocket latency, fixes.Fabio Alessandrelli
2020-01-23doc: Misc updates for AnimationNode* and othersRémi Verschelde
2020-01-21Fix MultiplayerAPI crash when peer impl misbehave.Fabio Alessandrelli
2020-01-16Validate input in (CPU)Particles set_emission_shape()Rémi Verschelde
2020-01-15Prevent GDScript language server from listening to external hosts by defaultHoukime
2020-01-14Update documentation to reflect HTML5 limitations.Fabio Alessandrelli
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-21WSLPeer now prevents receiving data after close.Fabio Alessandrelli
2019-11-15Fix Visual Studio throwing C4334 warning.Marcel Admiraal
2019-10-16Trim protocol field from spaces in WS classes.Fabio Alessandrelli