summaryrefslogtreecommitdiffstats
path: root/modules/websocket/emws_client.cpp
Commit message (Expand)AuthorAgeFilesLines
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-3/+7
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Websocket peer outbound buffer fixes. Expose outbound buffered amount.Jordan Schidlowsky2021-07-311-1/+2
* Fix various typos with codespellluz paz2021-07-251-1/+1
* [Net] Rename NetworkedMultiplayerPeer to MultiplayerPeer.Fabio Alessandrelli2021-07-121-1/+1
* 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-4/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* [HTML5] Port JavaScript inline code to libraries.Fabio Alessandrelli2020-11-101-118/+26
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-7/+0
* Remove WebSocket defaults from project settings.Fabio Alessandrelli2020-05-121-2/+3
* Fix Closure compiler build, python style.Fabio Alessandrelli2020-05-101-3/+3
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* Fix EMWSClient::get_connection_status(), try catchFabio Alessandrelli2020-02-151-8/+14
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix HTML5 build after 67a4c30.Fabio Alessandrelli2019-10-151-2/+8
* Custom headers support in WebSocketClient.Fabio Alessandrelli2019-10-091-1/+4
* WebSocketClient can now use custom SSL certificateFabio Alessandrelli2019-10-091-1/+5
* Re-implement WebSocket get host/port.Fabio Alessandrelli2019-10-091-2/+2
* Allow setting websocket buffers sizes internally.Fabio Alessandrelli2019-06-151-0/+6
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix missing/malformed license headersRémi Verschelde2019-01-011-0/+1
* Fix HTML5 WebSocket client buffers size.Fabio Alessandrelli2018-12-261-2/+2
* Convert WebSocket module to use PacketBuffer classFabio Alessandrelli2018-11-121-3/+11
* Implement WebSocket clean close detection.Fabio Alessandrelli2018-09-241-2/+2
* Implement WebSocket close notify.Fabio Alessandrelli2018-09-241-2/+3
* Allow WebSocket connect with no sub-protocols.Fabio Alessandrelli2018-08-301-10/+8
* Removed unnecessary assignmentsWilson E. Alvarez2018-07-241-1/+0
* 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/+223