Hein-Pieter van Braam
|
9c63ab99f0
Fix use of unitialized variables
|
7 gadi atpakaļ |
Rémi Verschelde
|
bd282ff43f
Use HTTPS URL for Godot's website in the headers
|
7 gadi atpakaļ |
TwistedTwigleg
|
00f6c85928
Synchronize parameter names in definition and declaration
|
7 gadi atpakaļ |
Wilson E. Alvarez
|
21d281c4a9
Use const reference where favorable
|
7 gadi atpakaļ |
Fabio Alessandrelli
|
5c6715a291
Fix UDP wait() not returning after first received packet
|
7 gadi atpakaļ |
Rémi Verschelde
|
df61dc4b2b
Add "Godot Engine contributors" copyright line
|
7 gadi atpakaļ |
Fabio Alessandrelli
|
5f681d0b0f
Allow non blocking UDP put_packet in C++.
|
7 gadi atpakaļ |
Rémi Verschelde
|
5dbf1809c6
A Whole New World (clang-format edition)
|
7 gadi atpakaļ |
Fabio Alessandrelli
|
5dc7c920bf
Fix buffer size check in UDP socket.
|
7 gadi atpakaļ |
Fabio Alessandrelli
|
9336857132
Use default UDP ring buffer size of 65536 for clients
|
7 gadi atpakaļ |
Fabio Alessandrelli
|
68dc969f8c
Fix bug causing UDP socket to close after the first send if not listening
|
7 gadi atpakaļ |
Fabio Alessandrelli
|
619e7a2c8b
Bind to IPv4 on OpenBSD when using wildcard
|
7 gadi atpakaļ |
Fabio Alessandrelli
|
88a56ba783
Remove set_ip_type from network classes (no longer needed)
|
7 gadi atpakaļ |
Fabio Alessandrelli
|
2fe4ef6699
Implement UDP listen bind address
|
7 gadi atpakaļ |
Fabio Alessandrelli
|
b2839343ca
Implement TCP Server bind address
|
7 gadi atpakaļ |
Fabio Alessandrelli
|
98a7e2b4e0
Convert validity checks of IP_Address to is_valid method.
|
7 gadi atpakaļ |
Fabio Alessandrelli
|
e4b9b37ccf
Avoid calling close when polling a UDP peer without socket
|
7 gadi atpakaļ |
Juan Linietsky
|
6c512b88c2
UDP.set_send_address to UDP.set_dest_address
|
7 gadi atpakaļ |
Rémi Verschelde
|
0b2771bd65
Merge pull request #7271 from Faless/ipv6_cleanup
|
7 gadi atpakaļ |
Rémi Verschelde
|
c7bc44d5ad
Welcome in 2017, dear changelog reader!
|
7 gadi atpakaļ |
Fabio Alessandrelli
|
1aff508dd9
IP_Address now handle IPv4 and IPv6 transparently
|
8 gadi atpakaļ |
Fabio Alessandrelli
|
c18c5013f8
Migrate int.IP_TYPE_ constants to IP.TYPE_
|
8 gadi atpakaļ |
Fabio Alessandrelli
|
4d90a4fcd5
Move V6ONLY flag selection inside helpers
|
8 gadi atpakaļ |
Fabio Alessandrelli
|
9200da58e4
Automatically map IPv4 address to IPv6 when needed
|
8 gadi atpakaļ |
Fabio Alessandrelli
|
95bdd97768
Use an instance variable for ip_type in raw sockets
|
8 gadi atpakaļ |
Fabio Alessandrelli
|
eb27e993f0
TCP/UDP Listen sockets can now be set to IPv6 only
|
8 gadi atpakaļ |
Fabio Alessandrelli
|
812908e236
Fix windows debugger connection problems.
|
8 gadi atpakaļ |
Fabio Alessandrelli
|
25e29972a9
Fix PacketPeerUDP get_packet_port()
|
8 gadi atpakaļ |
Fabio Alessandrelli
|
80e911647c
Pass correct address size (ipv4,ipv6) to socket connect, bind, sendto
|
8 gadi atpakaļ |
Ariel Manzur
|
672225b710
added windows support for ipv6, cleaned up unix code
|
8 gadi atpakaļ |