summaryrefslogtreecommitdiffstats
path: root/core/io/packet_peer_udp.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Fix a couple GCC 14 `-Wmaybe-uninitialized` warningsRémi Verschelde2024-07-091-1/+1
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-2/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* [Net] Drop is_connected_to_host for TCP and UDP.Fabio Alessandrelli2022-03-271-2/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio2021-05-061-10/+10
* This renames PacketPeerUDP.listen to bind.Fabio Alessandrelli2021-04-121-4/+4
* Allow local port control on net_socket connectionsdam2021-04-121-0/+9
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Disable SO_REUSEADDR for UDP.Fabio Alessandrelli2020-11-271-1/+0
* UDPServer handles PacketPeerUDP-client associationFabio Alessandrelli2020-07-141-25/+40
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-11/+21
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-19/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-6/+0
* UDPServer and PacketPeerUDP connect_to_host.Fabio Alessandrelli2020-02-161-2/+73
* Remove duplicate WARN_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* UDP sockets broadcast is now disabled by default.Fabio Alessandrelli2019-12-141-0/+11
* Multicast support in NetSocket/PacketPeerUDPFabio Alessandrelli2019-06-211-0/+23
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Moved member variables to initializer listWilson E. Alvarez2018-12-111-7/+6
* Unify PacketPeerUDP using NetSocketFabio Alessandrelli2018-09-121-16/+180
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+2
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-2/+2
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Allow non blocking UDP put_packet in C++.Fabio Alessandrelli2017-03-241-0/+7
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-18/+14
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-8/+8
* Remove set_ip_type from network classes (no longer needed)Fabio Alessandrelli2017-01-231-8/+2
* Implement UDP listen bind addressFabio Alessandrelli2017-01-231-1/+1
* Convert validity checks of IP_Address to is_valid method.Fabio Alessandrelli2017-01-231-1/+1
* UDP.set_send_address to UDP.set_dest_addressJuan Linietsky2017-01-141-3/+3
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-9/+9
* Merge pull request #7271 from Faless/ipv6_cleanupRémi Verschelde2017-01-021-6/+11
|\
| * Allow setting ip_type for TCP/UDP and HTTP classesFabio Alessandrelli2016-12-091-0/+6
| * Migrate int.IP_TYPE_ constants to IP.TYPE_Fabio Alessandrelli2016-12-091-3/+1
| * Use an instance variable for ip_type in raw socketsFabio Alessandrelli2016-12-091-4/+5
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
|/
* Set proper ip_type default for listen() and resolve_hostname()Fabio Alessandrelli2016-10-301-1/+1
* Add optional IP type param in TCP/UDP connect/set_send_addressFabio Alessandrelli2016-10-301-3/+3
* adding ipv6Ariel Manzur2016-10-181-7/+2
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-181-0/+28
* UDP FixesJuan Linietsky2014-11-131-3/+17