index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
io
/
packet_peer_udp.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Spartan322
2024-10-13
1
-0
/
+2
*
Fix a couple GCC 14 `-Wmaybe-uninitialized` warnings
Rémi Verschelde
2024-07-09
1
-1
/
+1
*
Add const lvalue ref to core/* container parameters
Muller-Castro
2024-02-14
1
-2
/
+2
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
[Net] Drop is_connected_to_host for TCP and UDP.
Fabio Alessandrelli
2022-03-27
1
-2
/
+2
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores
Hugo Locurcio
2021-05-06
1
-10
/
+10
*
This renames PacketPeerUDP.listen to bind.
Fabio Alessandrelli
2021-04-12
1
-4
/
+4
*
Allow local port control on net_socket connections
dam
2021-04-12
1
-0
/
+9
*
Fixes small typos and grammar correction
Anshul7sp1
2021-03-12
1
-1
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Disable SO_REUSEADDR for UDP.
Fabio Alessandrelli
2020-11-27
1
-1
/
+0
*
UDPServer handles PacketPeerUDP-client association
Fabio Alessandrelli
2020-07-14
1
-25
/
+40
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-11
/
+21
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+1
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-19
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-6
/
+0
*
UDPServer and PacketPeerUDP connect_to_host.
Fabio Alessandrelli
2020-02-16
1
-2
/
+73
*
Remove duplicate WARN_PRINT macro.
Marcel Admiraal
2020-02-05
1
-1
/
+1
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
UDP sockets broadcast is now disabled by default.
Fabio Alessandrelli
2019-12-14
1
-0
/
+11
*
Multicast support in NetSocket/PacketPeerUDP
Fabio Alessandrelli
2019-06-21
1
-0
/
+23
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Moved member variables to initializer list
Wilson E. Alvarez
2018-12-11
1
-7
/
+6
*
Unify PacketPeerUDP using NetSocket
Fabio Alessandrelli
2018-09-12
1
-16
/
+180
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-1
/
+2
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Removes type information from method binds
Ignacio Etcheverry
2017-08-10
1
-2
/
+2
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
Allow non blocking UDP put_packet in C++.
Fabio Alessandrelli
2017-03-24
1
-0
/
+7
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-18
/
+14
*
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-02-13
1
-8
/
+8
*
Remove set_ip_type from network classes (no longer needed)
Fabio Alessandrelli
2017-01-23
1
-8
/
+2
*
Implement UDP listen bind address
Fabio Alessandrelli
2017-01-23
1
-1
/
+1
*
Convert validity checks of IP_Address to is_valid method.
Fabio Alessandrelli
2017-01-23
1
-1
/
+1
*
UDP.set_send_address to UDP.set_dest_address
Juan Linietsky
2017-01-14
1
-3
/
+3
*
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...
Juan Linietsky
2017-01-02
1
-9
/
+9
*
Merge pull request #7271 from Faless/ipv6_cleanup
Rémi Verschelde
2017-01-02
1
-6
/
+11
|
\
|
*
Allow setting ip_type for TCP/UDP and HTTP classes
Fabio Alessandrelli
2016-12-09
1
-0
/
+6
|
*
Migrate int.IP_TYPE_ constants to IP.TYPE_
Fabio Alessandrelli
2016-12-09
1
-3
/
+1
|
*
Use an instance variable for ip_type in raw sockets
Fabio Alessandrelli
2016-12-09
1
-4
/
+5
*
|
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-01
1
-1
/
+1
|
/
*
Set proper ip_type default for listen() and resolve_hostname()
Fabio Alessandrelli
2016-10-30
1
-1
/
+1
*
Add optional IP type param in TCP/UDP connect/set_send_address
Fabio Alessandrelli
2016-10-30
1
-3
/
+3
*
adding ipv6
Ariel Manzur
2016-10-18
1
-7
/
+2
*
Add missing license headers in our source files (#5255)
Rémi Verschelde
2016-06-18
1
-0
/
+28
*
UDP Fixes
Juan Linietsky
2014-11-13
1
-3
/
+17
[next]