summaryrefslogtreecommitdiffstats
path: root/modules/websocket
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-127-22/+154
|\
| * [WS] Implement wslay unbuffered message parsingFabio Alessandrelli2024-11-126-17/+72
| * Merge pull request #97913 from Faless/fix/websocket_closing_transitionThaddeus Crews2024-11-121-6/+31
| |\
| | * [WS] Detect disconnection due to protocol errorsFabio Alessandrelli2024-11-041-6/+31
| * | [WebSocket] Add optional heartbeat via "ping" control frames.Fabio Alessandrelli2024-11-075-1/+53
| |/
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-302-2/+2
|\|
| * Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-252-2/+2
* | Fix copyright headers referring to GodotSpartan3222024-10-2715-30/+30
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-1116-0/+32
|/
* Parse fragment from URLHaoyu Qiu2024-09-273-4/+6
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* Allow ClassDB to create a Object without postinitialization for GDExtension.Daylily-Zeleen2024-08-204-6/+6
* [WS] Fix set_no_delay on WindowsFabio Alessandrelli2024-08-071-2/+3
* Merge pull request #94168 from Faless/net/wsl_peer_reuseRémi Verschelde2024-08-012-3/+5
|\
| * [WebSocket] Allow reusing closing and closed peersFabio Alessandrelli2024-07-102-3/+5
* | [WebSocket] Ensure TCP_NODELAY is always setFabio Alessandrelli2024-07-222-2/+3
|/
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-2/+2
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-1/+1
* Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-092-3/+3
* Merge pull request #79407 from zaevi/fix_web_websocket-close-reasonRémi Verschelde2023-10-131-1/+1
|\
| * [Web]Fix WebSocket returning empty close-reason.Zae2023-07-131-1/+1
* | Add `proxy_to_pthread` option to `platform=web`Adam Scott2023-10-091-0/+5
* | [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-261-2/+2
* | UWP: Remove platform port, needs to be redone from scratch for 4.xRémi Verschelde2023-09-071-1/+1
|/
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-062-2/+2
* Bump version to 4.2-devRémi Verschelde2023-07-052-2/+2
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-158-21/+25
* [TLS] Fix crashes trying to use TLS when not available.Fabio Alessandrelli2023-05-121-1/+3
* Validate code tags in documentation for potential paramsYuri Sizov2023-04-262-2/+2
* Fix misuses of error macrosDanil Alexeev2023-04-181-3/+0
* Fix typos and inconsistencies in classrefHaoyu Qiu2023-03-161-1/+1
* Bump version to 4.1-devRémi Verschelde2023-03-012-2/+2
* Fix WebSocketMultiplayerPeer server crashVsono2023-02-231-0/+1
* Document unsupported features in Mobile and Compatibility rendering methodsHugo Locurcio2023-02-131-1/+1
* Remove some unused signalsRémi Verschelde2023-01-311-1/+0
* [Net] Remove StreamPeerTLS.blocking_handshake option.Fabio Alessandrelli2023-01-281-1/+0
* [NET] Refactor TLS configuration.Fabio Alessandrelli2023-01-2810-44/+37
* One Copyright Update to rule them allRémi Verschelde2023-01-0516-464/+464
* Fix WebSocket connection failed on Web.Zae2022-11-031-0/+4
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-1/+1
* [MP] Remove connection state signals from MultiplayerPeer.Fabio Alessandrelli2022-11-021-4/+1
* Merge pull request #67982 from Faless/mp/4.x_disconnect_closeFabio Alessandrelli2022-11-013-22/+11
|\
| * [MP] Add MultiplayerPeer disconnect_peer, close.Fabio Alessandrelli2022-10-283-22/+11
* | Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde2022-10-311-2/+2
|\ \ | |/ |/|
| * Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-2/+2
* | [MP] Let MultiplayerAPI handle packet relaying and peer signaling.Fabio Alessandrelli2022-10-272-197/+75
|/
* [WebSocket] Fix client failing to connect to direct IP.Fabio Alessandrelli2022-10-171-2/+4
* [WebSocket] Fix potential double free after multiplayer clear.Fabio Alessandrelli2022-10-131-0/+1
* [WebSocket] Fix debugger implementation.Fabio Alessandrelli2022-10-133-5/+19
* [WebSocket] Fix Web write mode.Fabio Alessandrelli2022-10-131-1/+1