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_client.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WebSocket] Refactor websocket module.
Fabio Alessandrelli
2022-10-11
1
-407
/
+0
*
[Net] Rename "ssl" references to "tls" in methods and members.
Fabio Alessandrelli
2022-09-08
1
-16
/
+16
*
[Net] Rename StreamPeerSSL to StreamPeerTLS.
Fabio Alessandrelli
2022-09-07
1
-5
/
+5
*
[Web] Rename JavaScript platform to Web.
Fabio Alessandrelli
2022-08-29
1
-2
/
+2
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-1
/
+1
*
[WebSocket] Fix WSLClient connection status.
Fabio Alessandrelli
2022-05-04
1
-6
/
+6
*
Merge pull request #60444 from snailrhymer/expand-websocketclient-error-messages
Fabio Alessandrelli
2022-05-03
1
-5
/
+9
|
\
|
*
Add detail to some error messages in wsl_client
SnailRhymer
2022-04-22
1
-5
/
+9
*
|
[Net] Drop is_connected_to_host for TCP and UDP.
Fabio Alessandrelli
2022-03-27
1
-1
/
+1
*
|
[Net] Make StreamPeerTCP::_poll_connection explicit.
Fabio Alessandrelli
2022-03-27
1
-0
/
+1
|
/
*
Fix typos with codespell
Rémi Verschelde
2022-02-10
1
-1
/
+1
*
[Net] Non-blocking WebSocket hostname resolution.
Jordan Schidlowsky
2022-02-05
1
-19
/
+53
*
Rename or refactor macros to avoid leading underscores
Omar Polo
2022-01-20
1
-7
/
+7
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Try other resolved IPs if one fails to connect
Haoyu Qiu
2021-08-30
1
-6
/
+22
*
[Net] Rename NetworkedMultiplayerPeer to MultiplayerPeer.
Fabio Alessandrelli
2021-07-12
1
-1
/
+1
*
[Net] Fix WebSocketClient path parsing.
Fabio Alessandrelli
2021-06-28
1
-0
/
+1
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-2
/
+2
*
Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores
Hugo Locurcio
2021-05-06
1
-3
/
+3
*
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-02-08
1
-5
/
+0
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-10
/
+17
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-7
/
+0
*
Remove WebSocket defaults from project settings.
Fabio Alessandrelli
2020-05-12
1
-4
/
+4
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-2
/
+2
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-1
/
+1
*
Disable Nagle's algorithm for WebSocket TCP.
Fabio Alessandrelli
2020-01-28
1
-0
/
+1
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Trim protocol field from spaces in WS classes.
Fabio Alessandrelli
2019-10-16
1
-2
/
+6
*
Custom headers support in WebSocketClient.
Fabio Alessandrelli
2019-10-09
1
-3
/
+7
*
WebSocketClient can now use custom SSL certificate
Fabio Alessandrelli
2019-10-09
1
-1
/
+1
*
Re-implement WebSocket get host/port.
Fabio Alessandrelli
2019-10-09
1
-2
/
+5
*
Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'
Rémi Verschelde
2019-08-17
1
-15
/
+11
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'
Robin Hübner
2019-08-12
1
-24
/
+9
*
Fix WebSocketClient crash when unref during signal
Fabio Alessandrelli
2019-07-28
1
-6
/
+6
*
Fix WebSocketClient consuming data during hanshake
Fabio Alessandrelli
2019-07-08
1
-0
/
+1
*
Optimize header reads (avoid extra allocs)
Fabio Alessandrelli
2019-07-04
1
-19
/
+25
*
WebSocket module now uses wslay library.
Fabio Alessandrelli
2019-07-04
1
-0
/
+356