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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #23490 from Faless/lws_client_memfix
Rémi Verschelde
2018-11-10
1
-6
/
+7
|
\
|
*
Fix access to freed mem in WS client after #23241
Fabio Alessandrelli
2018-11-03
1
-6
/
+7
*
|
-Moved EditorDefaultValue to ClassDB, made it core
Juan Linietsky
2018-11-08
1
-1
/
+1
|
/
*
Add missing EMWSServer::poll function.
Fabio Alessandrelli
2018-10-23
1
-0
/
+3
*
Remove unneeded strncpy in lws_client.
Fabio Alessandrelli
2018-10-23
1
-19
/
+9
*
Fixing warnings generated by MSVC
Dualtagh Murray
2018-10-19
2
-1
/
+5
*
Fix LWSClient connect_to_host string termination.
Fabio Alessandrelli
2018-10-07
1
-3
/
+6
*
Fix -Wunused-function in websocket module
Fabio Alessandrelli
2018-09-29
2
-121
/
+162
*
SCons: Build thirdparty code in own env, disable warnings
Rémi Verschelde
2018-09-28
1
-18
/
+17
*
Remove socket_helper.h after NetSocket refactor
Fabio Alessandrelli
2018-09-28
1
-5
/
+5
*
Fix warnings about unused variables [-Wunused-variable]
Rémi Verschelde
2018-09-27
1
-5
/
+1
*
Update WebSocket documentation
Fabio Alessandrelli
2018-09-24
3
-6
/
+44
*
Implement WebSocket clean close detection.
Fabio Alessandrelli
2018-09-24
10
-13
/
+20
*
Implement WebSocket close notify.
Fabio Alessandrelli
2018-09-24
18
-29
/
+115
*
Merge pull request #21982 from luzpaz/misc-typos
Rémi Verschelde
2018-09-13
1
-1
/
+1
|
\
|
*
Misc. typos
luz.paz
2018-09-12
1
-1
/
+1
*
|
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-1
/
+1
|
/
*
Allow WebSocket connect with no sub-protocols.
Fabio Alessandrelli
2018-08-30
4
-43
/
+40
*
Merge pull request #20913 from pulkomandy/master
Rémi Verschelde
2018-08-13
1
-82
/
+83
|
\
|
*
Rebase patches for fixing haiku build.
Adrien Destugues
2018-08-11
1
-82
/
+83
*
|
Fix WebSocket crash due to non PDO init.
Fabio Alessandrelli
2018-08-06
4
-55
/
+47
|
/
*
Removed unnecessary assignments
Wilson E. Alvarez
2018-07-24
1
-1
/
+0
*
Style: Format code with clang-format 6.0.1
Rémi Verschelde
2018-07-18
1
-1
/
+1
*
Sanitize protocol struct, def LWS T/RX buffer size
Fabio Alessandrelli
2018-06-23
1
-2
/
+8
*
Bump libwebsockets to version 3.0.0
Fabio Alessandrelli
2018-06-07
2
-35
/
+46
*
Thirdparty: Fill copyright for lws, miniupnpc, clipper
Rémi Verschelde
2018-06-07
1
-2
/
+2
*
Fix LWSPeer get_connected_[host/port]
Fabio Alessandrelli
2018-06-06
1
-2
/
+2
*
SCons: Pass env to modules can_build method
Rémi Verschelde
2018-05-30
1
-3
/
+1
*
Document websocket module, further document enet
Fabio Alessandrelli
2018-05-08
6
-3
/
+303
*
Various coverity scan fixes for networking
Fabio Alessandrelli
2018-04-21
1
-2
/
+7
*
Implement get_peer_[address|port] in ENet/WSServer
Fabio Alessandrelli
2018-04-12
9
-4
/
+87
*
Websocket client SSL support
Fabio Alessandrelli
2018-04-03
3
-1
/
+39
*
s/2017/2018/g for gles2, websocket, linux appdata
Poommetee Ketson
2018-03-21
24
-48
/
+48
*
Remove unneeded and problematic minilex.c from lws.
Fabio Alessandrelli
2018-03-01
1
-1
/
+0
*
Use Prepend instead of Append for mbedTLS include
Fabio Alessandrelli
2018-02-28
1
-2
/
+2
*
Fix typos with codespell
luz.paz
2018-02-21
1
-1
/
+1
*
Websocket module properly recognize UWP (by @vnen)
George Marques
2018-02-20
1
-2
/
+5
*
Allow building with system wide mbedtls on X11
Fabio Alessandrelli
2018-02-14
1
-2
/
+3
*
lws module now uses mbedtls as OpenSSL replacement
Fabio Alessandrelli
2018-02-14
1
-3
/
+13
*
Relicense module to the wondeful Godot community!
Fabio Alessandrelli
2018-02-06
24
-72
/
+96
*
Add websocket module.
Fabio Alessandrelli
2018-02-06
26
-0
/
+2847