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
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
2018-02-28
Use Prepend instead of Append for mbedTLS include
Fabio Alessandrelli
2018-02-21
Fix typos with codespell
luz.paz
2018-02-20
Websocket module properly recognize UWP (by @vnen)
George Marques
2018-02-14
Allow building with system wide mbedtls on X11
Fabio Alessandrelli
2018-02-14
lws module now uses mbedtls as OpenSSL replacement
Fabio Alessandrelli
2018-02-06
Relicense module to the wondeful Godot community!
Fabio Alessandrelli
2018-02-06
Add websocket module.
Fabio Alessandrelli