summaryrefslogtreecommitdiffstats
path: root/modules/websocket/emws_peer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Parse fragment from URLHaoyu Qiu2024-09-271-1/+2
* [WebSocket] Allow reusing closing and closed peersFabio Alessandrelli2024-07-101-1/+3
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-2/+2
* [NET] Refactor TLS configuration.Fabio Alessandrelli2023-01-281-4/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix WebSocket connection failed on Web.Zae2022-11-031-0/+4
* [WebSocket] Fix Web write mode.Fabio Alessandrelli2022-10-131-1/+1
* [WebSocket] Refactor websocket module.Fabio Alessandrelli2022-10-111-30/+136
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-5/+5
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-2/+4
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Websockets: Fix buffer size checks in put_packet()Max Hilbrunner2021-10-291-2/+5
* HTML5: Fix warnings and re-enable `werror=yes` on CIRémi Verschelde2021-08-061-1/+1
* Websocket peer outbound buffer fixes. Expose outbound buffered amount.Jordan Schidlowsky2021-07-311-1/+12
* Expose the resource name the client used to the websocket serverMeriipu2021-07-171-9/+9
* Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio2021-05-061-2/+2
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-081-2/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* [HTML5] Port JavaScript inline code to libraries.Fabio Alessandrelli2020-11-101-35/+3
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-12/+0
* Fix Javascript platform after PoolVector removal.Fabio Alessandrelli2020-03-081-3/+2
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-1/+1
* Fix EMWSClient::get_connection_status(), try catchFabio Alessandrelli2020-02-151-5/+10
* Disable Nagle's algorithm for WebSocket TCP.Fabio Alessandrelli2020-01-281-0/+5
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'Robin Hübner2019-08-121-4/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix missing/malformed license headersRémi Verschelde2019-01-011-0/+1
* Convert WebSocket module to use PacketBuffer classFabio Alessandrelli2018-11-121-40/+17
* Implement WebSocket clean close detection.Fabio Alessandrelli2018-09-241-1/+1
* Implement WebSocket close notify.Fabio Alessandrelli2018-09-241-3/+5
* Implement get_peer_[address|port] in ENet/WSServerFabio Alessandrelli2018-04-121-2/+4
* s/2017/2018/g for gles2, websocket, linux appdataPoommetee Ketson2018-03-211-2/+2
* Relicense module to the wondeful Godot community!Fabio Alessandrelli2018-02-061-3/+4
* Add websocket module.Fabio Alessandrelli2018-02-061-0/+172