summaryrefslogtreecommitdiffstats
path: root/modules/websocket
Commit message (Expand)AuthorAgeFilesLines
* Protocol shadows a variable.K. S. Ernest (iFire) Lee2021-06-301-3/+3
* Merge pull request #49966 from Faless/net/4.x_ws_timeoutRémi Verschelde2021-06-295-6/+24
|\
| * [Net] Add WebSocketServer handshake_timeout property.Fabio Alessandrelli2021-06-285-6/+24
* | [Net] Fix WebSocketClient path parsing.Fabio Alessandrelli2021-06-282-3/+7
|/
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-192-3/+3
* Merge pull request #49698 from aaronfranke/prop-no-usageRémi Verschelde2021-06-182-5/+5
|\
| * Add PROPERTY_USAGE_NONE and use itAaron Franke2021-06-172-5/+5
* | Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-182-3/+3
|/
* Rename Reference to RefCountedPedro J. Estébanez2021-06-113-3/+3
* Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio2021-05-0616-29/+29
* Merge pull request #48205 from Faless/net/4.x_url_parsingFabio Alessandrelli2021-05-031-24/+8
|\
| * [Net] Implement String::parse_url for parsing URLs.Fabio Alessandrelli2021-04-261-24/+8
* | Add WebSocketMultiplayerPeer _incoming_packets check boundMaxStgs2021-04-301-0/+2
* | Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-272-12/+11
|/
* Document secure wss:// caveats for WebSocketClientHugo Locurcio2021-04-071-0/+1
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-3/+3
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-0814-98/+46
* Update copyright statements to 2021Rémi Verschelde2021-01-0129-58/+58
* SCons: Add explicit dependencies on thirdparty code in cloned envRémi Verschelde2020-12-181-8/+24
* [HTML5] Add function signatures to JS libraries.Fabio Alessandrelli2020-12-041-0/+4
* [HTML5] Run eslint --fix.Fabio Alessandrelli2020-11-231-31/+31
* [HTML5] Libraries refactor for linting.Fabio Alessandrelli2020-11-211-20/+20
* Fix godot_js_websocket_send function unused assignment.Marcel Admiraal2020-11-171-4/+2
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
* [HTML5] Port JavaScript inline code to libraries.Fabio Alessandrelli2020-11-106-160/+241
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-0716-20/+20
* Add override keywords.Marcel Admiraal2020-07-105-35/+19
* Remove String::find_last (same as rfind)Stijn Hinlopen2020-07-031-1/+1
* websocket: Fix crash at exit when not running the editorIgnacio Etcheverry2020-05-161-1/+8
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-148-45/+83
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-1423-100/+0
* Style: Fix missing/invalid copyright headersRémi Verschelde2020-05-144-12/+12
* Modernize remaining uses of 0/NULL instead of nullptr (C++11)Rémi Verschelde2020-05-142-3/+3
* Add WebSocket debugger, use it for Javascript.Fabio Alessandrelli2020-05-125-0/+363
* Remove WebSocket defaults from project settings.Fabio Alessandrelli2020-05-125-35/+14
* Fix Closure compiler build, python style.Fabio Alessandrelli2020-05-101-3/+3
* Replace NULL with nullptrlupoDharkael2020-04-028-26/+26
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-302-4/+7
* Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-231-0/+5
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-176-14/+14
* Fix Javascript platform after PoolVector removal.Fabio Alessandrelli2020-03-081-3/+2
* doc: Sync classref with current sourceRémi Verschelde2020-02-182-3/+3
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-188-20/+20
* Fix EMWSClient::get_connection_status(), try catchFabio Alessandrelli2020-02-152-13/+24
* Update docs to version 4.0clayjohn2020-01-314-4/+4
* Disable Nagle's algorithm for WebSocket TCP.Fabio Alessandrelli2020-01-289-0/+27
* Merge pull request #35516 from Faless/ws/fix_latency_32Rémi Verschelde2020-01-263-4/+6
|\
| * Lower WebSocket latency, fixes.Fabio Alessandrelli2020-01-243-4/+6
* | doc: Drop unused 'category' property from headerRémi Verschelde2020-01-264-4/+4