index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
websocket
/
wsl_peer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e
Spartan322
2024-11-12
1
-19
/
+104
|
\
|
*
[WS] Implement wslay unbuffered message parsing
Fabio Alessandrelli
2024-11-12
1
-14
/
+46
|
*
Merge pull request #97913 from Faless/fix/websocket_closing_transition
Thaddeus Crews
2024-11-12
1
-6
/
+31
|
|
\
|
|
*
[WS] Detect disconnection due to protocol errors
Fabio Alessandrelli
2024-11-04
1
-6
/
+31
|
*
|
[WebSocket] Add optional heartbeat via "ping" control frames.
Fabio Alessandrelli
2024-11-07
1
-1
/
+29
|
|
/
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Parse fragment from URL
Haoyu Qiu
2024-09-27
1
-1
/
+2
*
[WS] Fix set_no_delay on Windows
Fabio Alessandrelli
2024-08-07
1
-2
/
+3
*
Merge pull request #94168 from Faless/net/wsl_peer_reuse
Rémi Verschelde
2024-08-01
1
-2
/
+2
|
\
|
*
[WebSocket] Allow reusing closing and closed peers
Fabio Alessandrelli
2024-07-10
1
-2
/
+2
*
|
[WebSocket] Ensure TCP_NODELAY is always set
Fabio Alessandrelli
2024-07-22
1
-1
/
+2
|
/
*
[Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-26
1
-2
/
+2
*
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
1
-3
/
+1
*
[TLS] Fix crashes trying to use TLS when not available.
Fabio Alessandrelli
2023-05-12
1
-1
/
+3
*
Fix misuses of error macros
Danil Alexeev
2023-04-18
1
-3
/
+0
*
[Net] Remove StreamPeerTLS.blocking_handshake option.
Fabio Alessandrelli
2023-01-28
1
-1
/
+0
*
[NET] Refactor TLS configuration.
Fabio Alessandrelli
2023-01-28
1
-4
/
+10
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
[WebSocket] Fix client failing to connect to direct IP.
Fabio Alessandrelli
2022-10-17
1
-2
/
+4
*
[WebSocket] Fix TCP connection being closed while connecting.
Fabio Alessandrelli
2022-10-13
1
-0
/
+2
*
[WebSocket] Refactor websocket module.
Fabio Alessandrelli
2022-10-11
1
-177
/
+668
*
[Web] Rename JavaScript platform to Web.
Fabio Alessandrelli
2022-08-29
1
-2
/
+2
*
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-5
/
+5
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Websockets: Fix buffer size checks in put_packet()
Max Hilbrunner
2021-10-29
1
-4
/
+4
*
Websocket peer outbound buffer fixes. Expose outbound buffered amount.
Jordan Schidlowsky
2021-07-31
1
-1
/
+11
*
Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores
Hugo Locurcio
2021-05-06
1
-2
/
+2
*
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-02-08
1
-4
/
+0
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-8
/
+15
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-9
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-10
/
+10
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-5
/
+5
*
Disable Nagle's algorithm for WebSocket TCP.
Fabio Alessandrelli
2020-01-28
1
-0
/
+6
*
Lower WebSocket latency, fixes.
Fabio Alessandrelli
2020-01-24
1
-0
/
+4
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
WSLPeer now prevents receiving data after close.
Fabio Alessandrelli
2019-12-21
1
-1
/
+2
*
Fix Visual Studio throwing C4334 warning.
Marcel Admiraal
2019-11-15
1
-1
/
+1
*
Re-implement WebSocket get host/port.
Fabio Alessandrelli
2019-10-09
1
-7
/
+4
*
Style: Fix copyright headers in new files
Rémi Verschelde
2019-08-28
1
-1
/
+1
*
Move CryptoCore to it's own folder.
Fabio Alessandrelli
2019-08-19
1
-1
/
+1
*
WebSocket module now uses wslay library.
Fabio Alessandrelli
2019-07-04
1
-0
/
+339