summaryrefslogtreecommitdiffstats
path: root/core/io/udp_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Network port comparison is always falseK. S. Ernest (iFire) Lee2021-06-301-1/+0
* Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio2021-05-061-3/+3
* Allow local port control on net_socket connectionsdam2021-04-121-4/+8
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* UDPServer handles PacketPeerUDP-client associationFabio Alessandrelli2020-07-141-7/+93
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-3/+6
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-6/+0
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-2/+2
* UDPServer and PacketPeerUDP connect_to_host.Fabio Alessandrelli2020-02-161-0/+119