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
*
Enable warnings=extra on clang and GCC testers.
marxin
2019-04-02
1
-1
/
+1
*
doc: Bump version to 3.2
Rémi Verschelde
2019-04-01
4
-4
/
+4
*
Update libwebsockets to 3.1 (plus UWP patch)
Fabio Alessandrelli
2019-03-06
2
-58
/
+67
*
Fix -Wsign-compare warnings.
marxin
2019-02-27
2
-6
/
+6
*
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
2
-4
/
+4
*
Fix warnings seen with warnings=all and recent GCC 8.2.
marxin
2019-02-18
1
-1
/
+1
*
Modules: Ensure classes match their header filename
Rémi Verschelde
2019-02-12
4
-5
/
+6
*
Update docs and errors for WebSocket module
Fabio Alessandrelli
2019-01-28
3
-3
/
+10
*
doc: Fix wrong references found by new makerst.py
Rémi Verschelde
2019-01-07
1
-1
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
26
-52
/
+52
*
Fix missing/malformed license headers
Rémi Verschelde
2019-01-01
24
-0
/
+24
*
Fix HTML5 WebSocket client buffers size.
Fabio Alessandrelli
2018-12-26
1
-2
/
+2
*
doc: Add missing commas after "If true/false"
Rémi Verschelde
2018-12-20
1
-1
/
+1
*
Websocket LWS keep servicing till no CB are left
Fabio Alessandrelli
2018-11-25
1
-5
/
+10
*
Convert WebSocket module to use PacketBuffer class
Fabio Alessandrelli
2018-11-12
17
-148
/
+163
*
Add new PacketBuffer class for buffered peers
Fabio Alessandrelli
2018-11-12
1
-0
/
+122
*
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
[next]