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
*
Fix WebSocketClient consuming data during hanshake
Fabio Alessandrelli
2019-07-08
1
-0
/
+1
*
Merge pull request #30419 from Faless/ws/wslay_server_proto
Rémi Verschelde
2019-07-08
2
-8
/
+31
|
\
|
*
(Re-)Implement subprotocols in websocket server.
Fabio Alessandrelli
2019-07-08
2
-8
/
+31
*
|
Fixes minor issues found by static analyzer
qarmin
2019-07-07
2
-2
/
+2
|
/
*
Optimize header reads (avoid extra allocs)
Fabio Alessandrelli
2019-07-04
4
-46
/
+63
*
Remove libwebsocket. No longer used, yay!
Fabio Alessandrelli
2019-07-04
10
-1342
/
+5
*
WebSocket module now uses wslay library.
Fabio Alessandrelli
2019-07-04
10
-4
/
+1299
*
SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines
Rémi Verschelde
2019-07-03
1
-1
/
+1
*
Proofread and improve the whole class reference
Hugo Locurcio
2019-06-27
4
-27
/
+33
*
doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinks
Rémi Verschelde
2019-06-27
1
-1
/
+1
*
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-1
/
+1
*
Expose WebSocket set_buffers and document it.
Fabio Alessandrelli
2019-06-15
3
-0
/
+20
*
Allow setting websocket buffers sizes internally.
Fabio Alessandrelli
2019-06-15
10
-0
/
+40
*
Revert "Update libwebsockets to 3.1 (plus UWP patch)"
Fabio Alessandrelli
2019-05-01
2
-64
/
+58
*
SCons: Always use env.Prepend for CPPPATH
Rémi Verschelde
2019-04-30
1
-3
/
+3
*
SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGS
Rémi Verschelde
2019-04-24
1
-1
/
+1
*
doc: Drop unused <demos> tag
Rémi Verschelde
2019-04-19
4
-8
/
+0
*
Move IDHandler JS module to platform from Websock
Fabio Alessandrelli
2019-04-12
1
-19
/
+0
*
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
[next]