index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
websocket
/
wsl_peer.cpp
Age
Commit message (
Expand
)
Author
2023-01-28
[Net] Remove StreamPeerTLS.blocking_handshake option.
Fabio Alessandrelli
2023-01-28
[NET] Refactor TLS configuration.
Fabio Alessandrelli
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-10-17
[WebSocket] Fix client failing to connect to direct IP.
Fabio Alessandrelli
2022-10-13
[WebSocket] Fix TCP connection being closed while connecting.
Fabio Alessandrelli
2022-10-11
[WebSocket] Refactor websocket module.
Fabio Alessandrelli
2022-08-29
[Web] Rename JavaScript platform to Web.
Fabio Alessandrelli
2022-04-06
Fix some issues found by cppcheck.
bruvzg
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-10-29
Websockets: Fix buffer size checks in put_packet()
Max Hilbrunner
2021-07-31
Websocket peer outbound buffer fixes. Expose outbound buffered amount.
Jordan Schidlowsky
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-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-04-02
Replace NULL with nullptr
lupoDharkael
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-01-28
Disable Nagle's algorithm for WebSocket TCP.
Fabio Alessandrelli
2020-01-24
Lower WebSocket latency, fixes.
Fabio Alessandrelli
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-21
WSLPeer now prevents receiving data after close.
Fabio Alessandrelli
2019-11-15
Fix Visual Studio throwing C4334 warning.
Marcel Admiraal
2019-10-09
Re-implement WebSocket get host/port.
Fabio Alessandrelli
2019-08-28
Style: Fix copyright headers in new files
Rémi Verschelde
2019-08-19
Move CryptoCore to it's own folder.
Fabio Alessandrelli
2019-07-04
WebSocket module now uses wslay library.
Fabio Alessandrelli