summaryrefslogtreecommitdiff
path: root/modules/websocket/emws_peer.cpp
AgeCommit message (Expand)Author
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-10-29Websockets: Fix buffer size checks in put_packet()Max Hilbrunner
2021-08-06HTML5: Fix warnings and re-enable `werror=yes` on CIRémi Verschelde
2021-07-31Websocket peer outbound buffer fixes. Expose outbound buffered amount.Jordan Schidlowsky
2021-07-17Expose the resource name the client used to the websocket serverMeriipu
2021-05-06Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio
2021-02-08Initialize class/struct variables with default values in modules/Rafał Mikrut
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-10[HTML5] Port JavaScript inline code to libraries.Fabio Alessandrelli
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-03-08Fix Javascript platform after PoolVector removal.Fabio Alessandrelli
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-15Fix EMWSClient::get_connection_status(), try catchFabio Alessandrelli
2020-01-28Disable Nagle's algorithm for WebSocket TCP.Fabio Alessandrelli
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-08-12Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'Robin Hübner
2019-01-01Update copyright statements to 2019Rémi Verschelde
2019-01-01Fix missing/malformed license headersRémi Verschelde
2018-11-12Convert WebSocket module to use PacketBuffer classFabio Alessandrelli
2018-09-24Implement WebSocket clean close detection.Fabio Alessandrelli
2018-09-24Implement WebSocket close notify.Fabio Alessandrelli
2018-04-12Implement get_peer_[address|port] in ENet/WSServerFabio Alessandrelli
2018-03-21s/2017/2018/g for gles2, websocket, linux appdataPoommetee Ketson
2018-02-06Relicense module to the wondeful Godot community!Fabio Alessandrelli
2018-02-06Add websocket module.Fabio Alessandrelli