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
Age
Commit message (
Expand
)
Author
2019-04-02
Enable warnings=extra on clang and GCC testers.
marxin
2019-04-01
doc: Bump version to 3.2
Rémi Verschelde
2019-03-06
Update libwebsockets to 3.1 (plus UWP patch)
Fabio Alessandrelli
2019-02-27
Fix -Wsign-compare warnings.
marxin
2019-02-20
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-18
Fix warnings seen with warnings=all and recent GCC 8.2.
marxin
2019-02-12
Modules: Ensure classes match their header filename
Rémi Verschelde
2019-01-28
Update docs and errors for WebSocket module
Fabio Alessandrelli
2019-01-07
doc: Fix wrong references found by new makerst.py
Rémi Verschelde
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
Fix missing/malformed license headers
Rémi Verschelde
2018-12-26
Fix HTML5 WebSocket client buffers size.
Fabio Alessandrelli
2018-12-20
doc: Add missing commas after "If true/false"
Rémi Verschelde
2018-11-25
Websocket LWS keep servicing till no CB are left
Fabio Alessandrelli
2018-11-12
Convert WebSocket module to use PacketBuffer class
Fabio Alessandrelli
2018-11-12
Add new PacketBuffer class for buffered peers
Fabio Alessandrelli
2018-11-10
Merge pull request #23490 from Faless/lws_client_memfix
Rémi Verschelde
2018-11-08
-Moved EditorDefaultValue to ClassDB, made it core
Juan Linietsky
2018-11-03
Fix access to freed mem in WS client after #23241
Fabio Alessandrelli
2018-10-23
Add missing EMWSServer::poll function.
Fabio Alessandrelli
2018-10-23
Remove unneeded strncpy in lws_client.
Fabio Alessandrelli
2018-10-19
Fixing warnings generated by MSVC
Dualtagh Murray
2018-10-07
Fix LWSClient connect_to_host string termination.
Fabio Alessandrelli
2018-09-29
Fix -Wunused-function in websocket module
Fabio Alessandrelli
2018-09-28
SCons: Build thirdparty code in own env, disable warnings
Rémi Verschelde
2018-09-28
Remove socket_helper.h after NetSocket refactor
Fabio Alessandrelli
2018-09-27
Fix warnings about unused variables [-Wunused-variable]
Rémi Verschelde
2018-09-24
Update WebSocket documentation
Fabio Alessandrelli
2018-09-24
Implement WebSocket clean close detection.
Fabio Alessandrelli
2018-09-24
Implement WebSocket close notify.
Fabio Alessandrelli
2018-09-13
Merge pull request #21982 from luzpaz/misc-typos
Rémi Verschelde
2018-09-12
Misc. typos
luz.paz
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-08-30
Allow WebSocket connect with no sub-protocols.
Fabio Alessandrelli
2018-08-13
Merge pull request #20913 from pulkomandy/master
Rémi Verschelde
2018-08-11
Rebase patches for fixing haiku build.
Adrien Destugues
2018-08-06
Fix WebSocket crash due to non PDO init.
Fabio Alessandrelli
2018-07-24
Removed unnecessary assignments
Wilson E. Alvarez
2018-07-18
Style: Format code with clang-format 6.0.1
Rémi Verschelde
2018-06-23
Sanitize protocol struct, def LWS T/RX buffer size
Fabio Alessandrelli
2018-06-07
Bump libwebsockets to version 3.0.0
Fabio Alessandrelli
2018-06-07
Thirdparty: Fill copyright for lws, miniupnpc, clipper
Rémi Verschelde
2018-06-06
Fix LWSPeer get_connected_[host/port]
Fabio Alessandrelli
2018-05-30
SCons: Pass env to modules can_build method
Rémi Verschelde
2018-05-08
Document websocket module, further document enet
Fabio Alessandrelli
2018-04-21
Various coverity scan fixes for networking
Fabio Alessandrelli
2018-04-12
Implement get_peer_[address|port] in ENet/WSServer
Fabio Alessandrelli
2018-04-03
Websocket client SSL support
Fabio Alessandrelli
2018-03-21
s/2017/2018/g for gles2, websocket, linux appdata
Poommetee Ketson
2018-03-01
Remove unneeded and problematic minilex.c from lws.
Fabio Alessandrelli
[next]