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
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-21
WSLPeer now prevents receiving data after close.
Fabio Alessandrelli
2019-11-15
Fix Visual Studio throwing C4334 warning.
Marcel Admiraal
2019-10-16
Trim protocol field from spaces in WS classes.
Fabio Alessandrelli
2019-10-15
Fix HTML5 build after 67a4c30.
Fabio Alessandrelli
2019-10-11
doc: Sync classref with current source
Rémi Verschelde
2019-10-09
Document all this new improvements.
Fabio Alessandrelli
2019-10-09
Custom headers support in WebSocketClient.
Fabio Alessandrelli
2019-10-09
Implement WebSocketServer SSL support.
Fabio Alessandrelli
2019-10-09
WebSocketClient can now use custom SSL certificate
Fabio Alessandrelli
2019-10-09
Re-implement WebSocket get host/port.
Fabio Alessandrelli
2019-09-24
doc: Fix parsing of self-closing XML tags
Rémi Verschelde
2019-09-04
Run doctool after overridden properties changes
Bojidar Marinov
2019-08-28
Style: Fix copyright headers in new files
Rémi Verschelde
2019-08-21
Merge pull request #29871 from Faless/crypto/initial_pr
Rémi Verschelde
2019-08-20
Merge pull request #31483 from Faless/ws/fix_double_relay
Rémi Verschelde
2019-08-19
Fix WebSocketServer relaying message 2 times.
Fabio Alessandrelli
2019-08-19
WebSocketServer now sanitize destination peers.
Fabio Alessandrelli
2019-08-19
Move CryptoCore to it's own folder.
Fabio Alessandrelli
2019-08-17
Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'
Rémi Verschelde
2019-08-12
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'
Robin Hübner
2019-07-28
Fix WebSocketClient crash when unref during signal
Fabio Alessandrelli
2019-07-08
Fix WebSocketClient consuming data during hanshake
Fabio Alessandrelli
2019-07-08
Merge pull request #30419 from Faless/ws/wslay_server_proto
Rémi Verschelde
2019-07-08
(Re-)Implement subprotocols in websocket server.
Fabio Alessandrelli
2019-07-07
Fixes minor issues found by static analyzer
qarmin
2019-07-04
Optimize header reads (avoid extra allocs)
Fabio Alessandrelli
2019-07-04
Remove libwebsocket. No longer used, yay!
Fabio Alessandrelli
2019-07-04
WebSocket module now uses wslay library.
Fabio Alessandrelli
2019-07-03
SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines
Rémi Verschelde
2019-06-27
Proofread and improve the whole class reference
Hugo Locurcio
2019-06-27
doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinks
Rémi Verschelde
2019-06-26
Some code changed with Clang-Tidy
qarmin
2019-06-15
Expose WebSocket set_buffers and document it.
Fabio Alessandrelli
2019-06-15
Allow setting websocket buffers sizes internally.
Fabio Alessandrelli
2019-05-01
Revert "Update libwebsockets to 3.1 (plus UWP patch)"
Fabio Alessandrelli
2019-04-30
SCons: Always use env.Prepend for CPPPATH
Rémi Verschelde
2019-04-24
SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGS
Rémi Verschelde
2019-04-19
doc: Drop unused <demos> tag
Rémi Verschelde
2019-04-12
Move IDHandler JS module to platform from Websock
Fabio Alessandrelli
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
[next]