Age | Commit message (Expand) | Author |
2020-02-18 | doc: Sync classref with current source | Rémi Verschelde |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-02-15 | Fix EMWSClient::get_connection_status(), try catch | Fabio Alessandrelli |
2020-01-31 | Update docs to version 4.0 | clayjohn |
2020-01-28 | Disable Nagle's algorithm for WebSocket TCP. | Fabio Alessandrelli |
2020-01-26 | Merge pull request #35516 from Faless/ws/fix_latency_32 | Rémi Verschelde |
2020-01-26 | doc: Drop unused 'category' property from header | Rémi Verschelde |
2020-01-24 | Lower WebSocket latency, fixes. | Fabio Alessandrelli |
2020-01-23 | doc: Misc updates for AnimationNode* and others | Rémi Verschelde |
2020-01-21 | Fix MultiplayerAPI crash when peer impl misbehave. | Fabio Alessandrelli |
2020-01-16 | Validate input in (CPU)Particles set_emission_shape() | Rémi Verschelde |
2020-01-15 | Prevent GDScript language server from listening to external hosts by default | Houkime |
2020-01-14 | Update documentation to reflect HTML5 limitations. | Fabio Alessandrelli |
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 |