summaryrefslogtreecommitdiffstats
path: root/modules/enet/enet_connection.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Rebrand Godot 4.3 to RedotTrashguy2024-10-131-2/+2
* Fix incorrect null checkA Thousand Ships2023-10-091-2/+2
* Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-081-2/+2
* [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-261-22/+22
* Fix various typos with codespellRémi Verschelde2023-08-071-1/+1
* Add socket_send method to ENetConnection.TestSubject062023-06-131-0/+34
* [NET] Refactor TLS configuration.Fabio Alessandrelli2023-01-281-6/+8
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Replace Array return types with TypedArray 3kobewi2022-08-241-2/+3
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* [Net] ENet poll now only service the connection once.Jordan Schidlowsky2021-12-151-36/+52
* [Net] Fix ENet 'connect_to_host' creating only one channel.Fabio Alessandrelli2021-07-301-1/+1
* [Net] Implement lower level ENet wrappers.Fabio Alessandrelli2021-07-291-0/+470